aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* Applies connection checks and keepalive logic to select database/refresh data...rowanbeentje2009-02-282-0/+33
* Patch submitted by Marius Ursache.avenjamin2009-02-271-77/+86
* - Removed unnecessary code block.avenjamin2009-02-273-12/+20
* Added length limits to varchar and char fields. Issue #170avenjamin2009-02-273-1/+36
* Implement a connection keepalive, addressing Issue #171. This runs a ping ev...rowanbeentje2009-02-253-9/+91
* Replaces COUNT(*) with COUNT(1), which reportedly shows a speed increase on c...rowanbeentje2009-02-241-2/+2
* Fix table creation, deletion, duplication following recent changesrowanbeentje2009-02-241-2/+8
* A patch to improve View support, addressing Issue #130. This patch undoes th...rowanbeentje2009-02-238-183/+428
* Deselect favorites when any detail other than the password is edited. This i...rowanbeentje2009-02-212-0/+19
* Fix the last two warnings in TableContent.m. Also include an error string in...rowanbeentje2009-02-191-3/+4
* Fix Issue #140 (Tables with many columns compress the end columns against the...rowanbeentje2009-02-191-99/+56
* - Ensure that the button controlling whether all data should be edited in a ...rowanbeentje2009-02-181-1/+1
* Sets and enforces a connection timeout, and handles connection timeouts appro...rowanbeentje2009-02-183-21/+342
* Visible improvements in this build:rowanbeentje2009-02-1822-629/+2091
* Fixed Issue #168avenjamin2009-02-181-1/+3
* Query failing because of field length applied to datetime field. Fixes #135.stuconnolly2009-01-291-1/+1
* Add 'Refresh Databases' menu item to the main database selection drop down. F...stuconnolly2009-01-291-8/+12
* Date filters were order wrong causing the opposite of the expected result to ...stuconnolly2009-01-281-4/+4
* We are not quoting the filter argument when filter type is 'IN' meaning the S...stuconnolly2009-01-281-8/+7
* Separate out the creation of a human readable string from the number of bytes...stuconnolly2009-01-284-47/+142
* Point the menu links to Sequel Pro's website rather than the Goolge Code site.stuconnolly2009-01-271-3/+3
* Commented the handleQuiteCommand method and put in a return of nil.mltownsend2009-01-201-1/+2
* We don't need the old SSH tunneling code lying about as its not used. Its loo...stuconnolly2009-01-182-266/+0
* Added the print method to go from. Sort of works by printing the literal NSV...mltownsend2009-01-181-0/+8
* + Updated to use new icon in TABLE INFORMATION pane. (#146)avenjamin2009-01-181-1/+1
* #144 value of the "import format" popup button is now remembered in the impor...abhibeckert2009-01-142-12/+16
* Added cancel button to the import/export progress sheet. Also added importing...mltownsend2009-01-042-35/+47
* • CMTextView.m : added new auto-complete keywordsavenjamin2008-12-222-45/+90
* Clean up of validate menu items method.avenjamin2008-12-221-18/+8
* Disabled "Remove Database…" menu item when no database selected. Issue #124avenjamin2008-12-221-0/+4
* Spelling error in Flush Privilege's success message. Issue #123avenjamin2008-12-221-2/+2
* Removed Panther compatibilitiymltownsend2008-12-182-32/+11
* Mutating a NSMutableDictionary while enumerating through it. mltownsend2008-12-171-3/+4
* Fixed a range assertion error in SQL dumps when exporting small strings, caus...rowanbeentje2008-12-151-2/+4
* Provide a partial fix for Issue #117 by adding leading-zero tests to the NSSc...rowanbeentje2008-12-121-7/+10
* Define CMMCPConnection's delegate methods to prevent warnings.stuconnolly2008-12-101-0/+7
* Remove warning.stuconnolly2008-12-101-4/+8
* MERGED r262:266 from branches/stuart02 to trunk to include new project struct...stuconnolly2008-12-1042-0/+12768