aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseData.m
Commit message (Expand)AuthorAgeFilesLines
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-1/+1
* • avoid querying for collations if passed var "encoding" for method getData...Bibiko2010-01-131-1/+1
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-1/+1
* • avoid querying the server for `information_schema` table for MySQL versio...Bibiko2010-01-061-4/+7
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-031-0/+1
* - Fix display of the bottom row in the query console by reloading table data...rowanbeentje2009-12-021-26/+15
* Faster loop approach.stuconnolly2009-11-011-4/+2
* When checking the existance of the ENGINES table within the information_schem...stuconnolly2009-11-011-2/+2
* • added to hard-coded encoding list the DESCRIPTION fieldBibiko2009-09-081-170/+173
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-8/+6
* Remove the dependency on information_schema for table encodings.stuconnolly2009-07-201-1/+19
* Include a hard coded list of encodings and collations in SPDatabaseData to re...stuconnolly2009-07-201-6/+200
* Accommodate all MySQL versions when getting the list of storage engines.stuconnolly2009-06-191-4/+73
* Forgot to add !, removed for testing.stuconnolly2009-05-271-1/+1
* Log query errors in SPDatabaseData to the console.stuconnolly2009-05-271-2/+2
* Redesigned table information pane.stuconnolly2009-05-271-0/+176