| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | • added method to get an info about unique database/tables names for comple... | Bibiko | 2010-01-14 | 2 | -1/+42 |
* | Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce... | bamse16 | 2010-01-14 | 1 | -2/+2 |
* | - Move the query for the database structure to a background processing threa... | rowanbeentje | 2010-01-12 | 1 | -2/+4 |
* | • further developments for the F5 completion | Bibiko | 2010-01-11 | 1 | -2/+1 |
* | • further preparations to F5 completion | Bibiko | 2010-01-11 | 1 | -5/+17 |
* | • first preparations to improve the Custom Query database names/table names... | Bibiko | 2010-01-10 | 2 | -0/+150 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 5 | -20/+56 |
* | - Fix saving of files or images added to the SPFieldEditor | rowanbeentje | 2009-12-04 | 1 | -1/+1 |
* | - Make a change to the area covered by threading locks in MCPStreamingConnec... | rowanbeentje | 2009-11-28 | 1 | -4/+2 |
* | - Fix a couple of thread safety issues in TableContent, and attempt to fix a... | rowanbeentje | 2009-11-24 | 2 | -4/+45 |
* | - Replace the LIMIT interface on the content view with a pagination control ... | rowanbeentje | 2009-11-23 | 1 | -2/+2 |
* | - Keep a buffer of at least one full row between the downloading and process... | rowanbeentje | 2009-11-20 | 1 | -3/+6 |
* | - Correctly report errors triggered *during* result download for streaming r... | rowanbeentje | 2009-11-16 | 3 | -1/+16 |
* | - Make some thread safety improvements to try to address Issue #460 | rowanbeentje | 2009-11-16 | 1 | -1/+1 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 2 | -11/+132 |
* | The framework shouldn't be displaying dialogs, get the delegate to do it. | stuconnolly | 2009-11-11 | 2 | -3/+8 |
* | - Add safeguards to ensure sequential runs when holding down run all/run sel... | rowanbeentje | 2009-11-10 | 1 | -5/+9 |
* | MCPConnection.[hm] refactoring. | stuconnolly | 2009-11-10 | 2 | -41/+19 |
* | - Alter query start/stop notifications to apply to only the originating wind... | rowanbeentje | 2009-11-05 | 1 | -3/+3 |
* | - Tweak connection locking to avoid occasional NSLock warnings when running ... | rowanbeentje | 2009-11-01 | 1 | -13/+9 |
* | - Add support for createing fields of type BINARY and VARBINARY in the struct... | stuconnolly | 2009-10-21 | 2 | -19/+36 |
* | - Tweak query locking with MCPStreamingResults to fix certain operations rel... | rowanbeentje | 2009-10-13 | 2 | -3/+21 |
* | Improve handling of NULL and "(not loaded)" placeholders: | rowanbeentje | 2009-10-10 | 1 | -1/+1 |
* | Tiny tweak: make isNSNull checks ~3x faster | rowanbeentje | 2009-10-05 | 1 | -1/+3 |
* | - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti... | rowanbeentje | 2009-10-05 | 2 | -43/+46 |
* | • marked 'sequel-pro-print-template.html' as localizable | Bibiko | 2009-09-27 | 1 | -1/+1 |
* | - Change the definition of forcePingTimeout to use int instead of NSInteger,... | rowanbeentje | 2009-09-12 | 1 | -2/+2 |
* | Missing nil terminator. | stuconnolly | 2009-09-03 | 1 | -1/+1 |
* | If the SSH tunnel is unable to bind to the local port because there is alread... | stuconnolly | 2009-08-28 | 1 | -11/+10 |
* | Make the MCPkit framework truly 64 bit compatible by using the appropriate da... | stuconnolly | 2009-08-26 | 27 | -320/+331 |
* | Alter CustomQuery to use StreamingResult to download and process result sets: | rowanbeentje | 2009-08-26 | 3 | -5/+50 |
* | - Fix NSLock console lines | rowanbeentje | 2009-08-25 | 3 | -19/+23 |
* | • bug fixed for _downloadAllData | Bibiko | 2009-08-20 | 1 | -183/+177 |
* | - Change MCPStreamingResult to use a safer streaming mode by default - downl... | rowanbeentje | 2009-08-20 | 6 | -152/+373 |
* | - Add a note to warn about use of MCPStreamingResult | rowanbeentje | 2009-08-17 | 1 | -0/+8 |
* | Rework SQL export: | rowanbeentje | 2009-08-17 | 5 | -17/+304 |
* | - Make result sets 1.5x faster to process by using 10.4+ native stringWithCS... | rowanbeentje | 2009-08-16 | 1 | -15/+4 |
* | Missing SVN properties. | stuconnolly | 2009-08-08 | 35 | -35/+35 |
* | - Fix a memory leak when filtering the server variables | stuconnolly | 2009-08-07 | 1 | -4/+3 |
* | - Remove compression option in mysql_options (already set as part of connect... | rowanbeentje | 2009-07-28 | 1 | -4/+1 |
* | - Fix editing of results including decimals | rowanbeentje | 2009-07-23 | 1 | -0/+3 |
* | To fix query logging not working, initialize delegateQueryLogging to YES upon... | stuconnolly | 2009-07-23 | 2 | -5/+35 |
* | - Fix a large memory leak in [MCPConnection prepareString] | rowanbeentje | 2009-07-23 | 1 | -1/+1 |
* | Remove delegate calls asking for SP specific TableDocument ivars, replacing t... | stuconnolly | 2009-07-22 | 2 | -7/+9 |
* | - Allow the reconnection dialogs to function correctly if anything other tha... | rowanbeentje | 2009-07-22 | 1 | -4/+4 |
* | - Restore MySQL 3.x compatibility | rowanbeentje | 2009-07-22 | 1 | -3/+3 |
* | To prevent a deadlock situation in fetchMaxAllowedPacket, query lock must be ... | stuconnolly | 2009-07-21 | 1 | -1/+1 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 45 | -0/+10483 |