diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-23 07:31:58 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-23 07:31:58 +0000 |
commit | 05972454d49ec13c7dfc075528d3c092d06ce9a8 (patch) | |
tree | 0b32240da24ff585c171e2cfcb95ebdf0fbf2353 /Source/CustomQuery.h | |
parent | 5b7810fcc6b6bfd917ce159b1762718c8e8455bf (diff) | |
download | sequelpro-05972454d49ec13c7dfc075528d3c092d06ce9a8.tar.gz sequelpro-05972454d49ec13c7dfc075528d3c092d06ce9a8.tar.bz2 sequelpro-05972454d49ec13c7dfc075528d3c092d06ce9a8.zip |
• fixed: make usage of backtickQuotedString to allow table names containing a `
• some minor code cleaning and commenting
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 03e42361..1c161e00 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -92,6 +92,7 @@ NSMutableArray *fullResult; NSArray *cqColumnDefinition; NSString *lastExecutedQuery; + BOOL tempAlertWasShown; // a temp value for nightly builts } |