aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableData.m
Commit message (Expand)AuthorAgeFilesLines
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-8/+6
* • bug fixed for the case that table status returns NULL for number of rows:Bibiko2009-07-211-1/+1
* Improvements to reporting the correct row count for tables. See issue #141.stuconnolly2009-07-211-0/+9
* • fixed: if SPTableData returns for dict: tableStatus key:Rows = NULL (as f...Bibiko2009-07-201-0/+9
* - Update r1003 to also work with views (fixes Issue #335)rowanbeentje2009-07-151-1/+2
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-2/+3
* Rework data storage and retrieval in TableContent and CustomQuery backing arr...rowanbeentje2009-07-131-0/+1
* Issue 333: Problems with single quotes in table name by escaping the single q...bamse162009-07-111-1/+3
* - Make changes to the table structure flush the appropriate table data cachesrowanbeentje2009-06-241-0/+7
* - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp...rowanbeentje2009-06-241-0/+9
* • tried to unify the displaying of error messages (mainly converted them in...Bibiko2009-06-241-4/+16
* - Improve support for MySQL running in ANSI mode (or ANSI_QUOTES), fixing a ...rowanbeentje2009-06-221-39/+41
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-25/+29
* updated dot generator to handle multi-col fk's with a different arrow type an...mtvee2009-06-111-0/+3
* • cleaned code for the case that the user selects a view which causes a MyS...Bibiko2009-06-101-1/+1
* update dot file genertor to use SPTableData instead of a v5 style query for f...mtvee2009-06-101-0/+1
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-4/+1
* • added: the "Show Create Syntax" window now follows the selection in the t...Bibiko2009-06-041-1/+1
* • Table InfoBibiko2009-05-281-1/+24
* Redesigned table information pane.stuconnolly2009-05-271-0/+32
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+2
* fixed bug with SPTableData not clearing cache properlymtvee2009-05-151-9/+11
* fixed #254 and an unreported bug in the constraint parsermtvee2009-05-151-2/+2
* basic constraint editing working with db for add/deletemtvee2009-05-141-1/+3
* preliminary support for constraint editingmtvee2009-05-141-1/+113
* - added ability to view function and procedures and preliminary ability to in...mtvee2009-05-131-2/+6
* - picked wrong rev during mergeavenjamin2009-04-101-1/+1
* - Add a preference (currently with no UI) for connection timeoutrowanbeentje2009-03-281-4/+6
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-241-5/+24
* Issue 202: NULL is prefilled in a non-NULL text fieldbamse162009-03-221-1/+6
* Issue #201 Duplicating a row resets values of text/blob fields in the new rowbamse162009-03-221-0/+18
* SPSQLParser changes:rowanbeentje2009-03-191-23/+29
* More small bugfixesbamse162009-03-111-0/+2
* Cleaned up warnings when building against 10.5 SDKavenjamin2009-02-281-3/+4
* A patch to improve View support, addressing Issue #130. This patch undoes th...rowanbeentje2009-02-231-158/+319
* Visible improvements in this build:rowanbeentje2009-02-181-0/+509