aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseData.m
Commit message (Expand)AuthorAgeFilesLines
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-0/+1
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-20/+12
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-1/+1
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Tidy up SPDatabaseData by splitting out the hardcoded list of charcater sets ...stuconnolly2010-10-081-162/+6
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-44/+51
* • [SPDatabase getDatabaseCollationsForEncoding:] now uses a cache to reduce...Bibiko2010-09-091-5/+14
* - Convert connection encoding menus to be menu tag based to fix localisation...rowanbeentje2010-06-141-2/+24
* Speed up SPDatabaseData by obtaining the server version when the connection i...stuconnolly2010-04-211-17/+25
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-2/+1
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-4/+4
* 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
ref='#n353'>353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407