aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
* • fixed threading issue if user performs query in Custom Query all the time...Bibiko2010-02-181-8/+2
* - Implement result view saving in a more general way within CustomQuery; now...rowanbeentje2010-02-111-19/+89
* (no commit message)Bibiko2010-02-051-5/+7
* • fixed synchronisation of history lists if more than one instance of the s...Bibiko2010-02-051-32/+16
* • forgotten to remove debug logsBibiko2010-02-051-2/+0
* • refactored the entire history logic in Custom QueryBibiko2010-02-051-31/+74
* - Rework SPSQLParser, extending DELIMITER support into all the original func...rowanbeentje2010-02-051-4/+8
* • fixed undo behaviour of insertion of history/query favsBibiko2010-02-041-3/+6
* • added key-shortcut ⌘= to make the textview size largerBibiko2010-02-021-20/+0
* • Content Table and Query Editor table's tooltip are displayed by using the...Bibiko2010-01-311-1/+8
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-29/+15
* Rework CMCopyTable copy functionality and related code:rowanbeentje2010-01-301-1/+1
* • suppress the display of table cell tooltips if TableDocument isWorking to...Bibiko2010-01-301-1/+1
* • added observer for all Query Editor colors to avoid initialising colors e...Bibiko2010-01-301-0/+10
* • current query highlighting is done now in drawRect: (much more faster an...Bibiko2010-01-301-43/+14
* • text macro logicBibiko2010-01-291-3/+4
* • further tiny improvements to avoid exceptional cases while highlighting t...Bibiko2010-01-291-4/+17
* • fixed some issues and improved the text macro behaviourBibiko2010-01-291-1/+8
* • for [CMTextView selectLineNumber:…] added safety-check for lineNumber < 1Bibiko2010-01-281-7/+12
* • improved the graphical representation of text macro snippetsBibiko2010-01-271-1/+1
* • corrected regex to trigger table/db reload after executing a query in the...Bibiko2010-01-261-2/+3
* • added possibility to add a query favorite by user-definable alphanumeric ...Bibiko2010-01-241-3/+21
* • bound Custom Query gear menu item "Completion List" (CTRL key is recogni...Bibiko2010-01-221-1/+4
* • avoid updating TablesList for queries in Custom Query Editor à la "SHOW ...Bibiko2010-01-211-1/+1
* Address Issue #546 (format string bugs):rowanbeentje2010-01-201-5/+6
* Add a new SPDataStorage class, and use it in TableContent and CustomQuery:rowanbeentje2010-01-171-33/+31
* 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-68/+68
* Menu item label.stuconnolly2010-01-061-1/+1
* • next step to improve the Query Favorites/History search field behaviourBibiko2010-01-051-1/+20
* • first trial to improve the search field behaviour for Query Favorites and...Bibiko2010-01-051-0/+16
* • fixed maximal number of history items settingBibiko2010-01-051-2/+2
* • added Save/Copy History List to "Query History"'s popup menuBibiko2010-01-051-16/+137
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-041-2/+2
* • remember scrollview port and selected row after editing in the Custom Que...Bibiko2010-01-041-9/+23
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+1
* - Improve line selection for certain errors ending in numbers, and safety-ch...rowanbeentje2009-12-291-1/+1
* - Replace /* */ notation in long comments with unicode look-alikes to fix wa...rowanbeentje2009-12-281-3/+3
* Random source tidy up changes.stuconnolly2009-12-181-10/+2
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-5/+3
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-121-2/+2
* - Additional error checking when reading in query favorites to ensure a malf...rowanbeentje2009-12-071-0/+1
* • fixed URL of MySQL web search for versions < = 4.1Bibiko2009-12-051-1/+6
* • fixed issue for "Update Help while typing" to suppress opening the MySQL ...Bibiko2009-12-031-15/+34
* - When working with the storage arrays for CustomQuery and TableContent, use...rowanbeentje2009-11-281-16/+56
* Fix an occasional crasher by checking the size of the custom query result set...stuconnolly2009-11-241-36/+36
* • fixed: backtick the database name in an UPDATE statement executed in the ...Bibiko2009-11-221-2/+2
* - Fix a nested loop using same same variable, fixing Issue #473rowanbeentje2009-11-211-4/+4
* When clearning the query history drop down only remove items from index 3 onw...stuconnolly2009-11-181-2/+2
* Query history drop down index should start at 3, not 2 to avoid adding items ...stuconnolly2009-11-181-2/+2