diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2012-07-05 17:57:24 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2012-07-05 17:57:24 +0000 |
commit | d8a3650b1106fa8a4563e032e7ad66ca076da01b (patch) | |
tree | c0c2463557610a3abfa6372df698dd6fdbe05875 /Source/SPCustomQuery.m | |
parent | f834f466cb51061f40199cf63d8e1cf47b1b1794 (diff) | |
download | sequelpro-d8a3650b1106fa8a4563e032e7ad66ca076da01b.tar.gz sequelpro-d8a3650b1106fa8a4563e032e7ad66ca076da01b.tar.bz2 sequelpro-d8a3650b1106fa8a4563e032e7ad66ca076da01b.zip |
Merged SP r3710 with Coda
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r-- | Source/SPCustomQuery.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index 9cd81fe9..403882f2 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -72,6 +72,7 @@ @synthesize runAllButton; @synthesize tableDocumentInstance; @synthesize tablesListInstance; +@synthesize affectedRowsText; #endif @synthesize textViewWasChanged; |