aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit
Commit message (Expand)AuthorAgeFilesLines
* • if a geometry field is empty '' return @"" instead of Header Error since ...Bibiko2010-10-251-2/+2
* • CSV Import Field Mapper SheetBibiko2010-10-231-1/+1
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-206-114/+152
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-091-12/+21
* • implemented geometrycollection thumbnail images as tooltips for spatial f...Bibiko2010-10-091-123/+148
* • some further work on displaying geometry fields as imageBibiko2010-10-081-59/+90
* • some further work on displaying geometry fields as imageBibiko2010-10-082-0/+299
* • finished spatial field supportBibiko2010-10-082-11/+213
* • spatial field supportBibiko2010-10-071-29/+64
* • enhanced spatial supportBibiko2010-10-074-10/+145
* • removed approach to query spatial data by using AsText() since it breaks ...Bibiko2010-10-075-165/+287
* • added basic support for spatial dataBibiko2010-10-011-0/+4
* - Make the initial maximum packet fetch fail silently if it fails, defaultin...rowanbeentje2010-09-301-10/+4
* Consolidate and improve ping code:rowanbeentje2010-09-252-171/+153
* - A further attempt to improve MySQL library crashes by improving threaded p...rowanbeentje2010-09-201-1/+33
* - Clean up warnings when building with GCCrowanbeentje2010-09-183-10/+15
* - Fix crashes triggered by connection unlocking after disconnection; this ad...rowanbeentje2010-09-181-2/+2
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-1/+0
* • (re?)enabled BIT field editing esp. for field types like BIT(9) or BIT(6...Bibiko2010-09-141-35/+34
* - Implement support for MySQL over SSL for both TCP/IP and Socket connection...rowanbeentje2010-09-137-7/+108
* Update background keepalive pings:rowanbeentje2010-09-031-11/+33
* - Add connection checks before uses of mysql_hex_string and mysql_real_escap...rowanbeentje2010-08-311-16/+51
* - Attempt more status checking before closing the MySQL connection, in an at...rowanbeentje2010-08-301-3/+3
* - Improve background thread reconnect interaction with the interface; if the...rowanbeentje2010-08-291-3/+10
* Encoding changes and improvements, particularly to increase compatibility wit...rowanbeentje2010-08-252-74/+180
* • made SP more robust against issues which are caused by different table na...Bibiko2010-08-151-0/+4
* • fixed: display tables and views correctly in auto-completion list and in ...Bibiko2010-08-151-1/+1
* - Add support for automatically converting \r and \r\n linebreaks in query s...rowanbeentje2010-07-291-0/+52
* - Clean up SPDataImport, removing unused methods and cleaning up order and m...rowanbeentje2010-07-192-0/+15
* Improve handling of BIT fields, including:stuconnolly2010-07-151-3/+32
* - Clean up automatic reconnection coderowanbeentje2010-07-142-27/+50
* Improve handling of network drops, including a new automatic reconnection att...rowanbeentje2010-07-132-7/+71
* - Add default socket locations for Mac OS X Server and XAMPP to default sock...rowanbeentje2010-07-081-4/+6
* Improved calling of stored procedures:jakob2010-06-302-2/+31
* - Improve MySQL 3 & MySQL 4 query cancellation and disconnection. This fixes...rowanbeentje2010-06-161-44/+47
* - Fix comment retrieval issues for <4.1 when retrieving db structure - addre...rowanbeentje2010-06-141-1/+6
* - Ensure start/end query notifications are sent on the main thread to avoid ...rowanbeentje2010-06-013-3/+115
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* Review queryDbStructureWithUserInfo:rowanbeentje2010-05-151-166/+127
* - Check return status when capturing query error message strings - this addr...rowanbeentje2010-05-091-2/+4
* Rework alert sheets:rowanbeentje2010-05-091-5/+13
* This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-282-12/+32
* - Upgrade MySQL libraries to 5.1.46 (was 5.1.44)rowanbeentje2010-04-273-2/+2
* Add extra connection checking at multiple stages of getting the server's proc...stuconnolly2010-04-271-5/+7
* Enable all *reasonable* warnings for all build configurations and fix a few o...stuconnolly2010-04-262-2/+2
* Bunch of improvements to the serve processes panel, including:stuconnolly2010-04-241-7/+7
* Only attempt to check or set the max allowed packet if there is an active con...stuconnolly2010-04-231-7/+14
* - changed the query locking mechanism for MCPConnection to be more thread saf...jakob2010-04-164-69/+127
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-0/+1
* • improved querying db structure handlingBibiko2010-04-072-0/+22