aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
Commit message (Expand)AuthorAgeFilesLines
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-28/+23
* Bring outline view up to date with trunk (r3307:r3375).stuconnolly2011-08-031-1/+1
* Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-0/+13
* Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-9/+9
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-0/+2
* Bring outline view branch up to date with trunk (r3188:r3201).stuconnolly2011-02-201-57/+62
* - Improve handling of table names containing backslashesrowanbeentje2010-12-141-0/+2
* • improved Structure editing logic to allow to choose auto_increment for Ex...Bibiko2010-11-011-0/+8
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-7/+5
* • added basic support for spatial dataBibiko2010-10-011-0/+29
* • fixed issue836 by avoiding the fact that while selecting a new table the...Bibiko2010-09-221-88/+191
* • added some basic VIEW INFORMATION coming from information.schema.VIEWSBibiko2010-08-301-52/+62
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-251-2/+61
* - Make a few more strings localizablerowanbeentje2010-08-011-1/+1
* A number of exporter improvements:rowanbeentje2010-06-071-1/+2
* - Fix exceptions and crashes caused by corrupt tables, disabled storage engi...rowanbeentje2010-06-021-0/+6
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Initial implementation of tabs:rowanbeentje2010-05-231-3/+4
* Rework alert sheets:rowanbeentje2010-05-091-5/+5
* Review trigger fetching and storage:rowanbeentje2010-05-011-30/+51
* fix for #642 (deleting more than 3 rows failed on MySQL before 5.0.3)jakob2010-04-221-5/+9
* 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