| Commit message (Expand) | Author | Age | Files | Lines |
* | • added to method informationForTable: | Bibiko | 2010-02-20 | 1 | -12/+37 |
* | Fix a number of memory leaks, and over-releases, as both a result of manual i... | rowanbeentje | 2010-02-10 | 1 | -1/+3 |
* | Complete the implementation of the management of table triggers (accessible v... | stuconnolly | 2010-02-06 | 1 | -1/+1 |
* | • fixed endless loop if user selects a table whose name contains chars whic... | Bibiko | 2010-02-05 | 1 | -1/+2 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -2/+2 |
* | • improved error handling in Structure View for adding/renaming/removing a ... | Bibiko | 2010-02-03 | 1 | -0/+4 |
* | • field mapping sheet is now document-modal instead of blocking SP entirely | Bibiko | 2010-02-03 | 1 | -2/+2 |
* | Added preliminary support for triggers. You can access the tab via the | bamse16 | 2010-01-31 | 1 | -0/+33 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -4/+5 |
* | Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce... | bamse16 | 2010-01-14 | 1 | -2/+2 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -9/+9 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 1 | -15/+8 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 1 | -2/+2 |
* | Delay the releasing of the createTableSyntax variable in SPTableData until we... | stuconnolly | 2009-11-20 | 1 | -15/+14 |
* | When attempting to delete a field that is part of a foreign key relationship,... | stuconnolly | 2009-11-18 | 1 | -3/+11 |
* | • added basic PROCEDURE and FUNCTION INFORMATION | Bibiko | 2009-11-02 | 1 | -19/+36 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -1/+2 |
* | • fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable... | Bibiko | 2009-10-16 | 1 | -0/+38 |
* | • fixed bug while parsing the CREATE TABLE syntax if a column name contains... | Bibiko | 2009-10-09 | 1 | -0/+14 |
* | - When moving or editing table columns, preserve comments and any column det... | rowanbeentje | 2009-10-03 | 1 | -3/+16 |
* | If the SSH tunnel is unable to bind to the local port because there is alread... | stuconnolly | 2009-08-28 | 1 | -6/+1 |
* | - Rework TableContent row count fetching, loading it in the correct location... | rowanbeentje | 2009-08-13 | 1 | -2/+9 |
* | Disable updating the number of rows in the selected table in the table data c... | stuconnolly | 2009-07-21 | 1 | -1/+1 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -8/+6 |
* | • bug fixed for the case that table status returns NULL for number of rows: | Bibiko | 2009-07-21 | 1 | -1/+1 |
* | Improvements to reporting the correct row count for tables. See issue #141. | stuconnolly | 2009-07-21 | 1 | -0/+9 |
* | • fixed: if SPTableData returns for dict: tableStatus key:Rows = NULL (as f... | Bibiko | 2009-07-20 | 1 | -0/+9 |
* | - Update r1003 to also work with views (fixes Issue #335) | rowanbeentje | 2009-07-15 | 1 | -1/+2 |
* | - Make the DBView window the document window. This allows the document to b... | rowanbeentje | 2009-07-15 | 1 | -2/+3 |
* | Rework data storage and retrieval in TableContent and CustomQuery backing arr... | rowanbeentje | 2009-07-13 | 1 | -0/+1 |
* | Issue 333: Problems with single quotes in table name by escaping the single q... | bamse16 | 2009-07-11 | 1 | -1/+3 |
* | - Make changes to the table structure flush the appropriate table data caches | rowanbeentje | 2009-06-24 | 1 | -0/+7 |
* | - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp... | rowanbeentje | 2009-06-24 | 1 | -0/+9 |
* | • tried to unify the displaying of error messages (mainly converted them in... | Bibiko | 2009-06-24 | 1 | -4/+16 |
* | - Improve support for MySQL running in ANSI mode (or ANSI_QUOTES), fixing a ... | rowanbeentje | 2009-06-22 | 1 | -39/+41 |
* | • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function | Bibiko | 2009-06-18 | 1 | -25/+29 |
* | updated dot generator to handle multi-col fk's with a different arrow type an... | mtvee | 2009-06-11 | 1 | -0/+3 |
* | • cleaned code for the case that the user selects a view which causes a MyS... | Bibiko | 2009-06-10 | 1 | -1/+1 |
* | update dot file genertor to use SPTableData instead of a v5 style query for f... | mtvee | 2009-06-10 | 1 | -0/+1 |
* | Fixed some memory leaks found using llvm/clang. There are still some to fix | bamse16 | 2009-06-05 | 1 | -4/+1 |
* | • added: the "Show Create Syntax" window now follows the selection in the t... | Bibiko | 2009-06-04 | 1 | -1/+1 |
* | • Table Info | Bibiko | 2009-05-28 | 1 | -1/+24 |
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 1 | -0/+32 |
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 |
* | fixed bug with SPTableData not clearing cache properly | mtvee | 2009-05-15 | 1 | -9/+11 |
* | fixed #254 and an unreported bug in the constraint parser | mtvee | 2009-05-15 | 1 | -2/+2 |
* | basic constraint editing working with db for add/delete | mtvee | 2009-05-14 | 1 | -1/+3 |
* | preliminary support for constraint editing | mtvee | 2009-05-14 | 1 | -1/+113 |
* | - added ability to view function and procedures and preliminary ability to in... | mtvee | 2009-05-13 | 1 | -2/+6 |
* | - picked wrong rev during merge | avenjamin | 2009-04-10 | 1 | -1/+1 |