diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-07 11:16:55 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-07 11:16:55 +0000 |
commit | 44cf4df2bbe2e9208faef346abc0a64e62432592 (patch) | |
tree | fc612e1368ed310bcb6a866674367730ca1804d0 /Source/SPConstants.m | |
parent | 5365d66a60b03889dc8ed165f190155b6e2c0a83 (diff) | |
download | sequelpro-44cf4df2bbe2e9208faef346abc0a64e62432592.tar.gz sequelpro-44cf4df2bbe2e9208faef346abc0a64e62432592.tar.bz2 sequelpro-44cf4df2bbe2e9208faef346abc0a64e62432592.zip |
• Bundle command support
- fixed issue for commands without assigning a key equivalent
- output table meta data about type, type grouping, length, auto_inc, PRI key etc. for Data Table scope commands and sequelpro url scheme command ExecuteQuery
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 94abe414..607f2420 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -301,6 +301,7 @@ NSString *SPBundleFileName = @"command.plist"; NSString *SPBundleTaskInputFilePath = @"/tmp/SP_BUNDLE_TASK_INPUT"; NSString *SPBundleTaskScriptCommandFilePath = @"/tmp/SP_SCRIPT_COMMAND"; NSString *SPBundleTaskCopyBlobFileDirectory = @"/tmp/SP_COPY_BLOB_FILES"; +NSString *SPBundleTaskTableMetaDataFilePath = @"/tmp/SP_TABLE_META_DATA"; // sequel URL scheme NSString *SPURLSchemeQueryInputPathHeader = @"/tmp/SP_QUERY_"; |