| Commit message (Expand) | Author | Age | Files | Lines |
* | - Address further Release/Distribution build warnings | rowanbeentje | 2013-05-22 | 1 | -1/+1 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -0/+1 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -9/+0 |
* | - Add names for most threads created by Sequel Pro for easier debug | rowanbeentje | 2012-10-14 | 1 | -6/+7 |
* | * Rename latin1_german_ci to latin1_german1_ci (checking with mysql3.23 sourc... | dmoagx | 2012-10-03 | 1 | -0/+1 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+20 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -1/+1 |
* | - Fix an exception when attempting to preserve the selection in a table with... | rowanbeentje | 2012-03-24 | 1 | -6/+6 |
* | More bugfixes to the SPMySQL integration branch: | rowanbeentje | 2012-03-14 | 1 | -2/+2 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -22/+24 |
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -1/+1 |
* | - Add a new CSV import field escape setting, as a new default, supporting bo... | rowanbeentje | 2012-01-06 | 1 | -1/+6 |
* | - Speculative fix for Issue #1154 (problems using some field separators duri... | rowanbeentje | 2011-09-12 | 1 | -0/+3 |
* | - If the field mapper was cancelled, abort the CSV import at once to avoid c... | rowanbeentje | 2011-08-25 | 1 | -4/+10 |
* | Minor tidy up. | stuconnolly | 2011-07-11 | 1 | -35/+34 |
* | - When importing CSVs, or editing custom query results, set numeric fields t... | rowanbeentje | 2011-05-09 | 1 | -2/+23 |
* | - Fix progress bar accuracy when importing gzipped or bzipped CSVs | rowanbeentje | 2011-05-08 | 1 | -11/+35 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -9/+10 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -0/+1 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+0 |
* | • fixed bug while CSV Import for method UPDATE and INSERT remaining rows | Bibiko | 2011-02-15 | 1 | -1/+1 |
* | - Show and hide the custom query info area based on whether custom query err... | rowanbeentje | 2010-12-04 | 1 | -0/+1 |
* | - Change the CSV import accessory view to a general import accessory view, b... | rowanbeentje | 2010-11-29 | 1 | -4/+40 |
* | Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce... | rowanbeentje | 2010-11-03 | 1 | -5/+1 |
* | • CSV import now supports to import sequences of 0 and 1 into BIT fields | Bibiko | 2010-10-31 | 1 | -9/+40 |
* | - Fix incorrect quoting of BLOB fields on SQL exports | rowanbeentje | 2010-10-25 | 1 | -3/+14 |
* | CSV Import Field Mapper | Bibiko | 2010-10-25 | 1 | -25/+16 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -4/+0 |
* | • CSV Import Field Mapper Sheet | Bibiko | 2010-10-23 | 1 | -6/+86 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+1 |
* | • fixed issue of unnecessary string escaping for importing spatial data via... | Bibiko | 2010-10-10 | 1 | -1/+1 |
* | • enabled SRID editing of spatial fields via WKT string | Bibiko | 2010-10-09 | 1 | -1/+1 |
* | • some code cleaning, speed improvements, commenting stuff | Bibiko | 2010-10-09 | 1 | -5/+9 |
* | • CSV Import (incl. import from clipboard) | Bibiko | 2010-10-09 | 1 | -33/+41 |
* | * One label was too short in Content Filter Manager | dmoagx | 2010-09-26 | 1 | -4/+6 |
* | Update Localizable.strings and resolve the use of multiple comments for the s... | stuconnolly | 2010-09-21 | 1 | -4/+4 |
* | • finished the first implementation of CSV Import into new table | Bibiko | 2010-09-03 | 1 | -8/+31 |
* | • first preparations to support a CSV import into a new table (not yet exec... | Bibiko | 2010-09-02 | 1 | -11/+11 |
* | Encoding changes and improvements, particularly to increase compatibility wit... | rowanbeentje | 2010-08-25 | 1 | -3/+3 |
* | • overall replacement of: | Bibiko | 2010-08-20 | 1 | -8/+8 |
* | - Add support for automatically converting \r and \r\n linebreaks in query s... | rowanbeentje | 2010-07-29 | 1 | -2/+22 |
* | - Fix positioning bug when using Import From Clipboard | rowanbeentje | 2010-07-25 | 1 | -25/+79 |
* | In addition to Gzip compression support when exporting SQL dumps add the abil... | stuconnolly | 2010-07-24 | 1 | -12/+14 |
* | - Clean up SPDataImport, removing unused methods and cleaning up order and m... | rowanbeentje | 2010-07-19 | 1 | -182/+189 |
* | Rename TableDump to SPDataImport and fix export selected tables functionality. | stuconnolly | 2010-07-06 | 1 | -0/+1438 |