aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Issue #574 (foreign key links not working after first use):rowanbeentje2010-02-235-18/+43
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Ta...Bibiko2010-02-227-81/+435
* • implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in St...Bibiko2010-02-224-15/+53
* • initial work to give the chance to reset the table's AUTO_INCREMENT valueBibiko2010-02-224-45/+593
* • this commit should fix the displaying the correct read file size and the ...Bibiko2010-02-211-6/+6
* • CSV Import Field MapperBibiko2010-02-216-84/+711
* • fixed keyboard behaviour of "Create Sytax Sheet"Bibiko2010-02-202-13/+134
* • applied new SPTableData keys "PRIMARY" and "UNIQUE" information to the ma...Bibiko2010-02-201-10/+12
* • added to method informationForTable: Bibiko2010-02-201-12/+37
* • removed initial transition of insertion NSNull into table's dataSource fr...Bibiko2010-02-192-11/+8
* • fixed color setting for editing a table cell which is set to NULL if tabl...Bibiko2010-02-192-9/+15
* • fixed bug for Content Filter Editor, now $CURRENT_FIELD will be replaced ...Bibiko2010-02-191-3/+2
* • added the chance to the user-defined Content Filter Editor to specify whe...Bibiko2010-02-194-33/+226
* • CMTextView completionBibiko2010-02-191-1/+7
* • CSV Import Field MapperBibiko2010-02-192-16/+74
* - Fix a data storage incorrect reassignment after a realloc - cause of sourc...rowanbeentje2010-02-191-5/+4
* • fixed threading issue if user performs query in Custom Query all the time...Bibiko2010-02-182-9/+3
* • CSV Import Field MapperBibiko2010-02-183-44/+119
* • CSV Import Field MapperBibiko2010-02-182-85/+84
* • CSV Import Field MapperBibiko2010-02-181-1/+1
* • CSV Import Field MapperBibiko2010-02-185-63/+185
* • TableDumpBibiko2010-02-173-40/+92
* • further progress for 'add global source value'Bibiko2010-02-176-113/+841
* • csv file import mapperBibiko2010-02-175-15/+90
* • csv field mapperBibiko2010-02-163-25/+104
* • csv field mapperBibiko2010-02-163-18/+73
* • csv field mapperBibiko2010-02-163-31/+125
* • removed arrowsBibiko2010-02-163-42/+30
* • improved csv field mapper GUI a bitBibiko2010-02-161-22/+153
* • field mapper controllerBibiko2010-02-164-33/+513
* • re-factored and outsourced the entire CSV import field mapper sheetBibiko2010-02-166-1438/+672
* • some further progress for the new csv import field mapper sheetBibiko2010-02-153-81/+118
* • corrected regexp for parsing text macro snippetsBibiko2010-02-151-3/+3
* Made Available Privs table not enabled unless a schema is selected.mltownsend2010-02-142-10/+13
* • improved text macro snippet behaviourBibiko2010-02-134-48/+90
* - Implement result view saving in a more general way within CustomQuery; now...rowanbeentje2010-02-112-20/+102
* - Tweak SPFavoriteTextFieldCell, releasing the hostname on dealloc and retai...rowanbeentje2010-02-111-1/+4
* Made it so that the host can't be null. Goes to '%' by default.mltownsend2010-02-103-1/+13
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-1013-42/+55
* Fixed some issues with the drop user/drop host commands in the user managermltownsend2010-02-094-7/+28
* - Save and restore content table sorting, filter criteria, scroll position a...rowanbeentje2010-02-093-1/+57
* Fix bug where adding a user, setting name and password, then immediately hitt...mltownsend2010-02-083-16/+43
* Disable the addition of triggers on versions of MySQL less than 5.0.2 when su...stuconnolly2010-02-072-14/+40
* Make the add new trigger sheet resizable to accommodate complex trigger state...stuconnolly2010-02-071-37/+44
* - Trigger a full table reload when the table type is changed; makes relation...rowanbeentje2010-02-063-51/+58
* Localize delete relation context menu item, update Localizable.strings and us...stuconnolly2010-02-063-3/+3
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-066-290/+1026
* - Tweak the background colours of the NSTableView behind the table filter so...rowanbeentje2010-02-061-15/+20
* - Restore a missing link between TableDocument and TableRelationsInstance. ...rowanbeentje2010-02-061-362/+77
* • initial implementation of bash execution inside ${x:…} snippetsBibiko2010-02-061-25/+52