aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* • refactored parsing code for F5 completionBibiko2010-01-153-189/+120
* • removed from each open panel:Bibiko2010-01-153-3/+6
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-141-58/+65
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-141-5/+71
* • added "componentsJoinedByPeriodAndBacktickQuoted" to NSArrayAdditionsBibiko2010-01-143-39/+20
* Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce...bamse162010-01-143-5/+5
* • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper...Bibiko2010-01-135-10/+51
* • avoid querying for collations if passed var "encoding" for method getData...Bibiko2010-01-131-1/+1
* • F5 compeltionBibiko2010-01-133-6/+48
* • further improvements for F5 completionBibiko2010-01-134-72/+274
* • fix for i529: set the savePanel's delegate to self in order to handle cha...Bibiko2010-01-131-1/+3
* • CMTextView: Bibiko2010-01-121-2/+37
* • If TableDocument is performing a task suppress any context menu in SPTabl...Bibiko2010-01-121-0/+6
* • fixed: escape new entered comments in the Table Info Pane before applying...Bibiko2010-01-121-1/+1
* • fixed reading encrypted SPF files on the 64bit SP version (for now)Bibiko2010-01-121-4/+5
* Issue 517: Export MySQL Dump does not include triggers or functions bamse162010-01-121-36/+46
* • applied new detachNewThreadSelector:@selector(queryDbStructure) call to ...Bibiko2010-01-121-1/+1
* - Move the query for the database structure to a background processing threa...rowanbeentje2010-01-121-1/+1
* - Fix incorrect pagination task text ("Filtering table...") when no filterin...rowanbeentje2010-01-121-9/+24
* - Testing found that r1653 fixed the warnings but for some reason disabled t...rowanbeentje2010-01-111-0/+1
* • fix for i525: do not escape the \ for \_ or \% and changed "contains" 's ...Bibiko2010-01-111-5/+6
* • fixed issue for "Copy as SQL INSERT" after filteringBibiko2010-01-111-1/+7
* • further developments for the F5 completionBibiko2010-01-115-5/+32
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-111-8/+43
* • further preparations to F5 completionBibiko2010-01-116-96/+190
* • fixed showing the table list's search bar view by setting its initial spl...Bibiko2010-01-111-1/+3
* • first preparations to improve the Custom Query database names/table names...Bibiko2010-01-103-1/+9
* • made lexer 64bit compatibleBibiko2010-01-104-8/+28
* • F5 completionBibiko2010-01-092-2/+4
* • reimplemented the F5 completion for quoted text i.e. completion based on ...Bibiko2010-01-091-7/+15
* Improve row deselection and error handling in Table Source and Content views:rowanbeentje2010-01-092-18/+26
* removed:Bibiko2010-01-091-1/+0
* removed/refactored three instances of calling a method of untyped (id) objectsBibiko2010-01-093-8/+12
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-0986-1099/+1134
* • avoid querying the server for `information_schema` table for MySQL versio...Bibiko2010-01-062-31/+35
* • fixed: do not disable User Account if no table is selectedBibiko2010-01-061-2/+9
* 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-052-19/+150
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-048-108/+104
* • remember scrollview port and selected row after editing in the Custom Que...Bibiko2010-01-043-10/+42
* • ContentFilterManagerBibiko2010-01-042-3/+6
* - Fix hashing of auth strings - fixes recent (and 64-bit) second use of SSH ...rowanbeentje2010-01-031-2/+2
* - Remove two unused variablesrowanbeentje2010-01-031-3/+0
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-0312-54/+49
* - With the improved row count support and behaviour, replace the old "Fetch ...rowanbeentje2010-01-024-4/+22
* - Improve line selection for certain errors ending in numbers, and safety-ch...rowanbeentje2009-12-292-4/+9
* - Replace /* */ notation in long comments with unicode look-alikes to fix wa...rowanbeentje2009-12-283-7/+7