| Commit message (Expand) | Author | Age | Files | Lines |
* | * Recognize "performance_schema" as system DB (added in 5.5) | dmoagx | 2010-12-18 | 1 | -1/+2 |
* | - Fix a race condition in conditions where the network has dropped, preventi... | rowanbeentje | 2010-12-07 | 2 | -0/+21 |
* | - Fix another memory leak in -[SRValidator isKeyCode:andFlagsTaken:error] - ... | rowanbeentje | 2010-11-29 | 1 | -0/+0 |
* | - Fix a memory leak in ShortcutRecorder's SRCharacterForKeyCodeAndCocoaFlags... | rowanbeentje | 2010-11-29 | 1 | -0/+0 |
* | - Add the NewBSD-licensed ShortcutRecorder.framework to the project, for ini... | rowanbeentje | 2010-11-16 | 19 | -0/+542 |
* | - Tweak connection/reconnection to use locking, to prevent race condition is... | rowanbeentje | 2010-11-12 | 1 | -1/+7 |
* | - Alter connection details to be sent over UTF8 instead of Latin1 - this imp... | rowanbeentje | 2010-11-10 | 1 | -16/+33 |
* | - Improve query disconnection/reconnection while pings or queries are still ... | rowanbeentje | 2010-11-03 | 1 | -3/+28 |
* | • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ... | Bibiko | 2010-10-29 | 1 | -5/+2 |
* | • if a geometry field is empty '' return @"" instead of Header Error since ... | Bibiko | 2010-10-25 | 1 | -2/+2 |
* | • CSV Import Field Mapper Sheet | Bibiko | 2010-10-23 | 1 | -1/+1 |
* | Split MCPConnection's delegate methods into it's own protocol. | stuconnolly | 2010-10-20 | 6 | -114/+152 |
* | • enabled SRID editing of spatial fields via WKT string | Bibiko | 2010-10-09 | 1 | -12/+21 |
* | • implemented geometrycollection thumbnail images as tooltips for spatial f... | Bibiko | 2010-10-09 | 1 | -123/+148 |
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 1 | -59/+90 |
* | • some further work on displaying geometry fields as image | Bibiko | 2010-10-08 | 2 | -0/+299 |
* | • finished spatial field support | Bibiko | 2010-10-08 | 2 | -11/+213 |
* | • spatial field support | Bibiko | 2010-10-07 | 1 | -29/+64 |
* | • enhanced spatial support | Bibiko | 2010-10-07 | 4 | -10/+145 |
* | • removed approach to query spatial data by using AsText() since it breaks ... | Bibiko | 2010-10-07 | 5 | -165/+287 |
* | • added basic support for spatial data | Bibiko | 2010-10-01 | 1 | -0/+4 |
* | - Make the initial maximum packet fetch fail silently if it fails, defaultin... | rowanbeentje | 2010-09-30 | 1 | -10/+4 |
* | Consolidate and improve ping code: | rowanbeentje | 2010-09-25 | 2 | -171/+153 |
* | - A further attempt to improve MySQL library crashes by improving threaded p... | rowanbeentje | 2010-09-20 | 1 | -1/+33 |
* | - Clean up warnings when building with GCC | rowanbeentje | 2010-09-18 | 3 | -10/+15 |
* | - Fix crashes triggered by connection unlocking after disconnection; this ad... | rowanbeentje | 2010-09-18 | 1 | -2/+2 |
* | - Consolidate structure and content row editing cancellation code into a sin... | rowanbeentje | 2010-09-16 | 1 | -1/+0 |
* | More work on tab creation target and action | avenjamin | 2010-09-15 | 2 | -6/+40 |
* | Add ability to double click the empty area of the tab bar to create a new tab. | avenjamin | 2010-09-15 | 2 | -40/+60 |
* | • (re?)enabled BIT field editing esp. for field types like BIT(9) or BIT(6... | Bibiko | 2010-09-14 | 1 | -35/+34 |
* | - Implement support for MySQL over SSL for both TCP/IP and Socket connection... | rowanbeentje | 2010-09-13 | 7 | -7/+108 |
* | Update background keepalive pings: | rowanbeentje | 2010-09-03 | 1 | -11/+33 |
* | - Add connection checks before uses of mysql_hex_string and mysql_real_escap... | rowanbeentje | 2010-08-31 | 1 | -16/+51 |
* | - Attempt more status checking before closing the MySQL connection, in an at... | rowanbeentje | 2010-08-30 | 1 | -3/+3 |
* | - Improve background thread reconnect interaction with the interface; if the... | rowanbeentje | 2010-08-29 | 1 | -3/+10 |
* | Encoding changes and improvements, particularly to increase compatibility wit... | rowanbeentje | 2010-08-25 | 2 | -74/+180 |
* | • made SP more robust against issues which are caused by different table na... | Bibiko | 2010-08-15 | 1 | -0/+4 |
* | • fixed: display tables and views correctly in auto-completion list and in ... | Bibiko | 2010-08-15 | 1 | -1/+1 |
* | Improve tab dragging: | rowanbeentje | 2010-08-03 | 1 | -5/+3 |
* | - Add support for automatically converting \r and \r\n linebreaks in query s... | rowanbeentje | 2010-07-29 | 1 | -0/+52 |
* | - Fix positioning bug when using Import From Clipboard | rowanbeentje | 2010-07-25 | 8 | -0/+52 |
* | Add the BWToolkit.ibplugin to the Resources directory of BWToolkitFramework.f... | rowanbeentje | 2010-07-21 | 200 | -0/+1428 |
* | Tab tweaks: | rowanbeentje | 2010-07-20 | 1 | -3/+3 |
* | - Clean up SPDataImport, removing unused methods and cleaning up order and m... | rowanbeentje | 2010-07-19 | 2 | -0/+15 |
* | Improve handling of BIT fields, including: | stuconnolly | 2010-07-15 | 1 | -3/+32 |
* | - Clean up automatic reconnection code | rowanbeentje | 2010-07-14 | 2 | -27/+50 |
* | Improve handling of network drops, including a new automatic reconnection att... | rowanbeentje | 2010-07-13 | 2 | -7/+71 |
* | Finalise Sequel Pro tab style: | rowanbeentje | 2010-07-12 | 8 | -48/+45 |
* | - Add default socket locations for Mac OS X Server and XAMPP to default sock... | rowanbeentje | 2010-07-08 | 1 | -4/+6 |
* | Tab tweaks: | rowanbeentje | 2010-07-05 | 2 | -2/+7 |