aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
Commit message (Expand)AuthorAgeFilesLines
* * Added two helper methods for working with nil/NSNull in arraysMax Lohrmann2016-04-091-23/+38
* fix various compile warningsAbhi Beckert2016-04-031-1/+1
* Merge pull request #2250 from JamesForks/uuid-supportAbhi Beckert2016-03-061-0/+2
|\
| * Allows UUID's within text fields. Closes #2245James Brooks2015-10-011-0/+2
* | Add support for CURRENT_TIMESTAMP(n) in default/on update column of DATETIME/...Max2015-11-041-11/+12
* | * Basic math is hard sometimes (fixes an issue introduced by me in b2d798ba92...Max2015-10-311-6/+8
* | Minimal refactoringMax2015-10-311-11/+11
* | Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-22/+44
* | Fix one cause a popular crash involving alert dialogs (part of #2297)Max2015-10-201-4/+5
* | Replace some for for() loops with FastEnumeration where i is not neededMax2015-10-041-12/+5
|/
* A little experimenting with #2218Max2015-09-201-3/+4
* Attempt at fixing a crash when trying to open the field editor sheet and Acce...Max2015-09-101-4/+4
* Remove an unbalanced call to -[SPDatabaseDocument endTask] which caused misbe...Max2015-07-201-6/+3
* Fix an issue where LIKE filters were changed to BINARY if reloading a table v...Max2015-07-181-2/+1
* Add some info which might help a bit with debugging threading issuesMax2015-07-021-3/+3
* Replace some malloc(a*b) with the safer calloc(a,b) variantMax2015-06-301-3/+4
* Fix a popular exception when a user tried to edit a field with a lost connect...Max2015-06-121-26/+47
* Setting large auto_increment values (> 1000) could be misinterpreted as decim...Max2015-06-091-1/+1
* Move some complex logic into its own classMax2015-04-221-156/+11
* Fixed two case of background thread interacting with UIMax2015-04-221-1/+5
* Remove a hack to support QuickLook on 10.5Max2015-04-021-1/+0
* Addition to commit 2735e15bMax2015-01-041-27/+24
* Formalize [x release], x = nil; conventionMax2015-01-041-11/+11
* Attempt 2 to fix building on 10.7, 10.8Max2014-12-131-4/+0
* Replace some NSDictionaries with literalsMax2014-12-131-9/+9
* Replace boxed integers in code with @ literalsMax2014-12-131-7/+7
* Reformatting code for modern ObjCMax2014-12-131-1/+1
* Change pagination popover to native typeMax2014-11-281-21/+70
* Resolve #1938: In the query console display the database the query was execut...Stuart Connolly2014-08-281-2/+6
* Inverse shift+click sorting for custom queriesMiroslav Zoricak2014-03-051-5/+9
* Shift-click to reverse sort order of table columnsMiroslav Zoricak2014-03-041-1/+7
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Force a table reload (just the view not the actual data retrieval) whenever t...Stuart Connolly2014-01-201-1/+6
* Add an option to display binary data as hex, while displaying it in blue to d...Stuart Connolly2014-01-141-0/+2
* Add the XIB support for Multiple Table Content Filters (Issue #63). The requ...rowanbeentje2013-11-101-0/+5
* Fixed NSMutableString vs NSString warningsMarius Ursache2013-11-091-1/+1
* - Ensure the table row counts are correctly updated when reloading tables - ...rowanbeentje2013-08-221-0/+2
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-131-84/+55
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-3/+2
* * Composite Foreign Keys will now show all columns in Relation view (workaround)dmoagx2013-04-211-1/+1
* - If date-type fields are cleared, and allow NULLs, save the cell value as N...rowanbeentje2013-03-061-2/+2
* - Fix escaping of backlsashes in non-LIKE clauses, addressing string matchin...rowanbeentje2013-02-281-12/+21
* Fix remaining 10.6/7 build warnings.stuconnolly2013-02-171-5/+0
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-161-8/+0
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-115/+115
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-2/+9
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-13/+5
* - Fix a problem where the row count for InnoDB would not be displayed as an ...rowanbeentje2013-01-211-45/+16
* Make some improvements to the Table Content Filter, particularly for text fie...rowanbeentje2012-12-231-1/+1