aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.m
Commit message (Expand)AuthorAgeFilesLines
* • fixed position for scanning error 2006 to increase max_allowed_packetBibiko2009-06-121-6/+6
* Fixes connection timeouts during queries of over three seconds, and speeds up...rowanbeentje2009-06-121-74/+21
* • fix to allow insert large blob dataBibiko2009-06-111-21/+35
* • introduced these methods to CMMCPConnectionBibiko2009-06-111-0/+51
* Effectively halve connection lag for queries, speeding up all queries and so ...rowanbeentje2009-06-081-17/+108
* Further SSH tunnel improvements:rowanbeentje2009-06-061-2/+6
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-2/+6
* Further SSH tunnel improvements, password handling improvements, and minor bu...rowanbeentje2009-06-041-0/+2
* - fixed bug with changing extra to auto_increment for a columnmtvee2009-06-031-1/+1
* - Fix SSH tunnels on PPCrowanbeentje2009-06-031-0/+2
* Add support for SSH tunnels, improve password security, and tweaks:rowanbeentje2009-05-281-47/+204
* • fixed: serverVersionString retained and releasedBibiko2009-05-201-3/+3
* • fixed bug for getServerVersionStringBibiko2009-05-201-3/+5
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-1/+2
* - hide 'rename' context menu if selection is not a tablemtvee2009-05-181-1/+74
* - Tweak code to use the new UseKeepAlive preference valuerowanbeentje2009-04-111-3/+4
* - If a connection is reestablished automatically by the mysql libraries, ens...rowanbeentje2009-04-091-4/+19
* - Second part of r498: ensure that SQL imports are read in as UTF8, and quer...rowanbeentje2009-04-081-3/+35
* - Select 'drop tables' option for MySQL export by default, to improve backup...rowanbeentje2009-04-061-0/+7
* - Add a preference (currently with no UI) for connection timeoutrowanbeentje2009-03-281-24/+8
* SPSQLParser changes:rowanbeentje2009-03-191-2/+20
* Additional error checking, centralised connection keep-alive interval retriev...rowanbeentje2009-03-091-10/+32
* - Renames "Database Encoding" menu item in Database menu to "View Using Enco...rowanbeentje2009-03-041-32/+61
* Rollback on newbie mistake...bamse162009-03-021-10/+1
* Better error handling of dump reading (checking for NSError object instead of...bamse162009-03-021-0/+9
* Applies connection checks and keepalive logic to select database/refresh data...rowanbeentje2009-02-281-0/+31
* Implement a connection keepalive, addressing Issue #171. This runs a ping ev...rowanbeentje2009-02-251-5/+78
* Sets and enforces a connection timeout, and handles connection timeouts appro...rowanbeentje2009-02-181-18/+312
* MERGED r262:266 from branches/stuart02 to trunk to include new project struct...stuconnolly2008-12-101-0/+207