aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/MCPFoundationKit
Commit message (Expand)AuthorAgeFilesLines
* Bring outlinew view branch up to date with trunk (r3468:3470).stuconnolly2012-01-221-1/+1
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-222-114/+138
* Bring outline view up to date with trunk (r3307:r3375).stuconnolly2011-08-033-7/+71
* Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-142-18/+18
* Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-0/+1
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-0710-128/+130
* - Fix problems correctly resetting state when a query affects no rows on cre...rowanbeentje2011-01-141-4/+5
* • changed spatial SRIDs to int32 as it is declared in http://www.opengeospa...Bibiko2011-01-091-16/+18
* • fixed SP's internal spatial wkt calculation for large amount of data pointsBibiko2011-01-091-43/+43
* * Recognize "performance_schema" as system DB (added in 5.5)dmoagx2010-12-181-1/+2
* - Fix a race condition in conditions where the network has dropped, preventi...rowanbeentje2010-12-072-0/+21
* - Tweak connection/reconnection to use locking, to prevent race condition is...rowanbeentje2010-11-121-1/+7
* - Alter connection details to be sent over UTF8 instead of Latin1 - this imp...rowanbeentje2010-11-101-16/+33
* - Improve query disconnection/reconnection while pings or queries are still ...rowanbeentje2010-11-031-3/+28
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-291-5/+2
* • 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-204-91/+115
* • 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-132-5/+94
* 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