aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
Commit message (Expand)AuthorAgeFilesLines
* Forgot to update Localizable.strings for previous commit.stuconnolly2010-04-111-2/+2
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-2/+0
* - Improve error checking for various actions, particularly permissions error...rowanbeentje2010-03-311-4/+31
* Before attempting to parse the create syntax of a table or view, check that i...stuconnolly2010-03-261-0/+4
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-7/+7
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-14/+13
* • fixed issue for new data representation of the key @"default" in [ inform...Bibiko2010-03-231-1/+1
* • CSV ImportBibiko2010-03-221-8/+6
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-1/+1
* Fix some potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-12/+10
* • added to method informationForTable: Bibiko2010-02-201-12/+37
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-1/+3
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-061-1/+1
* • fixed endless loop if user selects a table whose name contains chars whic...Bibiko2010-02-051-1/+2
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-2/+2
* • improved error handling in Structure View for adding/renaming/removing a ...Bibiko2010-02-031-0/+4
* • field mapping sheet is now document-modal instead of blocking SP entirelyBibiko2010-02-031-2/+2
* Added preliminary support for triggers. You can access the tab via the bamse162010-01-311-0/+33
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-4/+5
* Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce...bamse162010-01-141-2/+2
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-9/+9
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-15/+8
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-2/+2
* Delay the releasing of the createTableSyntax variable in SPTableData until we...stuconnolly2009-11-201-15/+14
* When attempting to delete a field that is part of a foreign key relationship,...stuconnolly2009-11-181-3/+11
* • added basic PROCEDURE and FUNCTION INFORMATION Bibiko2009-11-021-19/+36
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-1/+2
* • fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable...Bibiko2009-10-161-0/+38
* • fixed bug while parsing the CREATE TABLE syntax if a column name contains...Bibiko2009-10-091-0/+14
* - When moving or editing table columns, preserve comments and any column det...rowanbeentje2009-10-031-3/+16
* If the SSH tunnel is unable to bind to the local port because there is alread...stuconnolly2009-08-281-6/+1
* - Rework TableContent row count fetching, loading it in the correct location...rowanbeentje2009-08-131-2/+9
* Disable updating the number of rows in the selected table in the table data c...stuconnolly2009-07-211-1/+1
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-8/+6
* • bug fixed for the case that table status returns NULL for number of rows:Bibiko2009-07-211-1/+1
* Improvements to reporting the correct row count for tables. See issue #141.stuconnolly2009-07-211-0/+9
* • fixed: if SPTableData returns for dict: tableStatus key:Rows = NULL (as f...Bibiko2009-07-201-0/+9
* - Update r1003 to also work with views (fixes Issue #335)rowanbeentje2009-07-151-1/+2
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-2/+3
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-131-0/+1
* Issue 333: Problems with single quotes in table name by escaping the single q...bamse162009-07-111-1/+3
* - Make changes to the table structure flush the appropriate table data cachesrowanbeentje2009-06-241-0/+7
* - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp...rowanbeentje2009-06-241-0/+9
* • tried to unify the displaying of error messages (mainly converted them in...Bibiko2009-06-241-4/+16
* - Improve support for MySQL running in ANSI mode (or ANSI_QUOTES), fixing a ...rowanbeentje2009-06-221-39/+41
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-25/+29
* updated dot generator to handle multi-col fk's with a different arrow type an...mtvee2009-06-111-0/+3
* • cleaned code for the case that the user selects a view which causes a MyS...Bibiko2009-06-101-1/+1
* update dot file genertor to use SPTableData instead of a v5 style query for f...mtvee2009-06-101-0/+1