aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Fix encoding issues, particularly giving errors when selecting tables and dis...rowanbeentje2011-08-071-1/+5
* | | | | | | | | | | Fix an exception when removing the only content filter. Fixes exceptions http...stuconnolly2011-08-073-29/+32
* | | | | | | | | | | merged latest SP_REFACTOR changessqlprodev2011-08-0217-99/+284
* | | | | | | | | | | Small tidy up.stuconnolly2011-07-313-86/+74
* | | | | | | | | | | - Prevent error bell when using the enter key to initiate a connection when ...rowanbeentje2011-07-273-2/+13
* | | | | | | | | | | SQL export: Disable the 'include drop syntax option' when the structure optio...stuconnolly2011-07-261-0/+2
* | | | | | | | | | | Tidy up.stuconnolly2011-07-251-5/+13
* | | | | | | | | | | Fix for NULL values in CSV export (same as last commit, but this one actually...stuconnolly2011-07-245-25/+42
* | | | | | | | | | | Fix CSV exporter not using the user supplied NULL string.stuconnolly2011-07-231-2/+4
* | | | | | | | | | | Tidy up.stuconnolly2011-07-231-15/+14
* | | | | | | | | | | - Support regex within the table filter list to match tables, falling back t...rowanbeentje2011-07-121-2/+7
* | | | | | | | | | | Minor tidy up.stuconnolly2011-07-1111-83/+82
* | | | | | | | | | | - Fix thread-safety issues creating the encoding popupbuttoncell on the Stru...rowanbeentje2011-07-111-4/+4
* | | | | | | | | | | - Fix thread-safety issue in blocking/waiting alert sheets, addressing crash...rowanbeentje2011-07-111-2/+2
* | | | | | | | | | | - Fix exceptions editing non-unique-keyed views or custom query results with...rowanbeentje2011-07-102-29/+41
* | | | | | | | | | | Add Sparkle to credits.stuconnolly2011-07-103-20/+19
* | | | | | | | | | | - Abort editing when cancelling the user manager sheet; this addresses excep...rowanbeentje2011-07-101-3/+7
* | | | | | | | | | | Add the option to the SQL export view as to whether or not the AUTO_INCREMENT...stuconnolly2011-07-106-7/+23
* | | | | | | | | | | * Fixes a spacing issue in Duplicate DB Sheetdmoagx2011-07-064-18/+49
* | | | | | | | | | | * Fixes a spacing issue and an issue where MySQL keywords could be translated...dmoagx2011-07-042-9/+73
* | | | | | | | | | | Fixes for issue #1098:stuconnolly2011-07-041-3/+4
* | | | | | | | | | | - Add a bundle meta summary to the top of the bundle editorrowanbeentje2011-06-272-18/+60
* | | | | | | | | | | * Make "Default" in new Table Sheet translatable (fixes part of #1006)dmoagx2011-06-211-2/+2
* | | | | | | | | | | - Rework a number of protocol defintions when refactoring to fix IB compilat...rowanbeentje2011-06-217-21/+14
* | | | | | | | | | | * Small fix from last commit: Field Editor sheet could be resized too smalldmoagx2011-06-201-2/+2
* | | | | | | | | | | - Fix exceptions seen in 0.9.9RC related to query favorites with nil query t...rowanbeentje2011-06-201-2/+6
* | | | | | | | | | | • re-fixed ignoring first character event for editing sheetBibiko2011-06-191-0/+4
* | | | | | | | | | | With the exception of CSV tables, make the initial ID column the primary key ...stuconnolly2011-06-192-2/+2
* | | | | | | | | | | Tidy up bundle editor UI.stuconnolly2011-06-155-88/+34
* | | | | | | | | | | - Fix "Multiple selection" still being displayed after multiple tables are d...rowanbeentje2011-06-144-24/+18
* | | | | | | | | | | - Reorder process list initialisation to ensure FULL processlist preference ...rowanbeentje2011-06-131-2/+2
* | | | | | | | | | | - Add support for use of table relation "link" arrows on binary/blob data, f...rowanbeentje2011-06-121-2/+7
* | | | | | | | | | | - Fix saving .spf documents without SSH key locations stored, addressing exc...rowanbeentje2011-06-061-1/+2
* | | | | | | | | | | NSNotificationAdditions tweaks:rowanbeentje2011-06-012-119/+38
* | | | | | | | | | | - Ensure the correct table name is displayed when an error occurs deleting a...rowanbeentje2011-05-291-1/+1
* | | | | | | | | | | - Ensure blank passwords for MySQL connections are passed in as NULL instead...rowanbeentje2011-05-294-12/+9
* | | | | | | | | | | - Ensure export files are closed before deleting them; when in full-streamin...rowanbeentje2011-05-291-1/+4
* | | | | | | | | | | • sped up line range calculation a bitBibiko2011-05-272-16/+19
* | | | | | | | | | | • changed the MySQL web search pathBibiko2011-05-202-5/+6
* | | | | | | | | | | fix accidental code regression in r3309sqlprodev2011-05-191-1/+1
* | | | | | | | | | | merging SP_REFACTOR branch with trunksqlprodev2011-05-1924-156/+626
* | | | | | | | | | | • added URL scheme command sequelpro://SP_PROCESS_ID@passToDoc/RunQueryInQu...Bibiko2011-05-111-0/+14
* | | | | | | | | | | Fix bug introduced in the previous commit.stuconnolly2011-05-101-1/+0
* | | | | | | | | | | During a table data refresh within SPTableContent's loadTable: remember to en...stuconnolly2011-05-101-2/+4
* | | | | | | | | | | * Fixes most parts of #1006 (Translation of file names)dmoagx2011-05-105-7/+7
* | | | | | | | | | | Add the ability to double click a tab to duplicate the connection in a new ta...stuconnolly2011-05-093-14/+23
* | | | | | | | | | | - When importing CSVs, or editing custom query results, set numeric fields t...rowanbeentje2011-05-093-6/+34
* | | | | | | | | | | - Fix progress bar accuracy when importing gzipped or bzipped CSVsrowanbeentje2011-05-081-11/+35
* | | | | | | | | | | • send current event after displaying field editor sheet for editing table ...Bibiko2011-05-082-0/+8
* | | | | | | | | | | - Fix a number of warnings for DBView.xib by moving some 10.6-only code from...rowanbeentje2011-05-085-15/+12