| Commit message (Expand) | Author | Age | Files | Lines |
* | • 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 |
* | • (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 | 2 | -5/+94 |
* | 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 |
* | - Add support for automatically converting \r and \r\n linebreaks in query s... | rowanbeentje | 2010-07-29 | 1 | -0/+52 |
* | - 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 |
* | - Add default socket locations for Mac OS X Server and XAMPP to default sock... | rowanbeentje | 2010-07-08 | 1 | -4/+6 |
* | Improved calling of stored procedures: | jakob | 2010-06-30 | 2 | -2/+31 |
* | - Improve MySQL 3 & MySQL 4 query cancellation and disconnection. This fixes... | rowanbeentje | 2010-06-16 | 1 | -44/+47 |
* | - Fix comment retrieval issues for <4.1 when retrieving db structure - addre... | rowanbeentje | 2010-06-14 | 1 | -1/+6 |
* | - Ensure start/end query notifications are sent on the main thread to avoid ... | rowanbeentje | 2010-06-01 | 1 | -3/+4 |
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -1/+1 |
* | Review queryDbStructureWithUserInfo: | rowanbeentje | 2010-05-15 | 1 | -166/+127 |
* | - Check return status when capturing query error message strings - this addr... | rowanbeentje | 2010-05-09 | 1 | -2/+4 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -5/+13 |
* | This changeset implements renaming and duplicating databases on a server. Det... | drx777 | 2010-04-28 | 2 | -12/+32 |
* | Add extra connection checking at multiple stages of getting the server's proc... | stuconnolly | 2010-04-27 | 1 | -5/+7 |
* | Enable all *reasonable* warnings for all build configurations and fix a few o... | stuconnolly | 2010-04-26 | 2 | -2/+2 |
* | Bunch of improvements to the serve processes panel, including: | stuconnolly | 2010-04-24 | 1 | -7/+7 |
* | Only attempt to check or set the max allowed packet if there is an active con... | stuconnolly | 2010-04-23 | 1 | -7/+14 |
* | - changed the query locking mechanism for MCPConnection to be more thread saf... | jakob | 2010-04-16 | 4 | -69/+127 |
* | Review usage of notifications, afterDelay: and waitUntilDone:NO calls: | rowanbeentje | 2010-04-12 | 1 | -0/+1 |
* | • improved querying db structure handling | Bibiko | 2010-04-07 | 2 | -0/+22 |
* | • query db structure | Bibiko | 2010-04-07 | 2 | -57/+98 |
* | - Improve on r2050, running reconnections after a proxy disconnect on a new ... | rowanbeentje | 2010-04-04 | 1 | -15/+22 |
* | - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by... | rowanbeentje | 2010-03-31 | 1 | -2/+5 |
* | • removed unnecessary retains, ergo fixed some memory leaks | Bibiko | 2010-03-31 | 1 | -11/+9 |
* | • querying for db structure is queued for the same connection to avoid 'ove... | Bibiko | 2010-03-31 | 2 | -316/+361 |