Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added ability to insert field/column in structure mode. | avenjamin | 2009-05-20 | 1 | -5/+12 |
| | | | | | - Inserts a field after the current selection or at the end if there is no field selected. - Resolves issue #30 | ||||
* | • improved completion suggestion for variable name; added delimiter ↵ | Bibiko | 2009-05-20 | 1 | -1/+1 |
| | | | | “@” for word detection | ||||
* | New preference to allow the displaying of vertical grid lines in table views. | stuconnolly | 2009-05-19 | 4 | -66/+125 |
| | |||||
* | • implemented a new approach to split a string into single SQL statements ↵ | Bibiko | 2009-05-19 | 5 | -17/+126 |
| | | | | | | | | by using the lexer SPTokenizer - the new method is called splitStringIntoRangesOfSQLQueries: in SPSQLParser - in CustomQuery's method queryAtPosition: can be found a test case which is as default not activated - must be improved further | ||||
* | • some minor code cosmetics | Bibiko | 2009-05-19 | 1 | -5/+8 |
| | |||||
* | In the table information pane check that the 'Rows' field reported by SHOW ↵ | stuconnolly | 2009-05-19 | 1 | -5/+7 |
| | | | | TABLE STATUS is not NULL before being displayed. Row count for tables in information_schema are always NULL. | ||||
* | • fixed some issues for drag&drop a file to the CustomQuery editor | Bibiko | 2009-05-19 | 1 | -1/+2 |
| | | | | | - close sheet before inserting - ensure that a file with the extension "sql" will be inserted (UNIX "file" could detect a file as being a non plain text file) | ||||
* | • improved "Update Help while typing" | Bibiko | 2009-05-19 | 1 | -4/+9 |
| | | | | - it recognizes any keyDown event including arrow keys | ||||
* | When adding a new table allow the user to specify the storage engine used. | stuconnolly | 2009-05-19 | 2 | -0/+22 |
| | |||||
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 64 | -46/+164 |
| | |||||
* | • skip auto-pairing if the caret is adjoined to an alphanumeric character ↵ | Bibiko | 2009-05-19 | 2 | -2/+31 |
| | | | | except if the inserted character will be a “(” and the caret is located at the end of a string then process the auto-pairing | ||||
* | Source tidy up including standard header for all source files. | stuconnolly | 2009-05-18 | 20 | -47/+103 |
| | |||||
* | Updates to add relation sheet. | stuconnolly | 2009-05-18 | 1 | -5/+1 |
| | |||||
* | Minor updates to table relation dialogs. | stuconnolly | 2009-05-18 | 1 | -24/+21 |
| | |||||
* | Fix an issue where by selecting a table with relations and then selecting ↵ | stuconnolly | 2009-05-18 | 1 | -6/+9 |
| | | | | one which doesn't still displays the relations of the previously selected table. | ||||
* | Rename TableRelations.[hm] to SPTableRelations.[hm] so we it was created by ↵ | stuconnolly | 2009-05-18 | 2 | -32/+24 |
| | | | | the SP team. | ||||
* | Add most of the improvements made to the rename table sheet to the duplicate ↵ | stuconnolly | 2009-05-18 | 2 | -21/+28 |
| | | | | table sheet. | ||||
* | • added the possibility to rename/duplicate functions and procedures | Bibiko | 2009-05-18 | 1 | -60/+185 |
| | | | | - in renameTable: AND in tableView:setObjectValue:forTableColumn:row:; i.e. the user can simply double-click at a table item to rename func/proc as well | ||||
* | Fix warning. | stuconnolly | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | • removed NSLog for logging the mysql serverMajorVersion etc.; it causes a ↵ | Bibiko | 2009-05-18 | 1 | -3/+1 |
| | | | | crash if one changes the database | ||||
* | Show alert when enabling Growl Notifications to let the user know about ↵ | avenjamin | 2009-05-18 | 1 | -0/+22 |
| | | | | changing notifications in System Preferences. | ||||
* | • improved renameTable: | Bibiko | 2009-05-18 | 2 | -16/+54 |
| | | | | | | | | | | | | - support for renaming a view - sheet listens to RETURN key - sheet text field is set the selected name as default - if name == selected name disables Rename button - sheet message according to table type • cleaned action menu - if more than one item is selected hide non-relevant menu items • delete file references for SPScriptEngine.* from Xcode project due to the fact that these files are not found since the last commit | ||||
* | - hide 'rename' context menu if selection is not a table | mtvee | 2009-05-18 | 3 | -3/+91 |
| | | | | - added methods to CMMCPConnection to determine server major,minor,release version | ||||
* | - added Unit Tests target to project and a couple of prelim tests to get ↵ | mtvee | 2009-05-18 | 1 | -0/+1 |
| | | | | things rolling | ||||
* | close issue #9, connect window help button now points to Getting_Connected ↵ | abhibeckert | 2009-05-18 | 2 | -0/+6 |
| | | | | in online wiki | ||||
* | Add the ability to rename tables. This could potentially be enhanced to ↵ | stuconnolly | 2009-05-17 | 2 | -10/+76 |
| | | | | allowing renaming views, which is supported as of MySQL version 5.0.14, but requires some version detection to take place. | ||||
* | Minor enhancements to the server variables sheet, including: | stuconnolly | 2009-05-17 | 2 | -3/+35 |
| | | | | | | | | - Allow saving the variables to a file in MySQLs config format. - Truncate variable names and values instead of clipping them. Expect live filtering as future enhancements. | ||||
* | Query console save panel shouldn't be being run twice. | stuconnolly | 2009-05-17 | 1 | -6/+0 |
| | |||||
* | Only editing of relations for InnoDB tables. | stuconnolly | 2009-05-17 | 2 | -13/+19 |
| | |||||
* | • fixed bug if the user selected a table in the table list and performed ↵ | Bibiko | 2009-05-16 | 1 | -76/+79 |
| | | | | | | "Import" => SP crashed due to the labeling of the gear menu items based on no selected table; this should be fixed now • some code cosmetics | ||||
* | - attempt fix for alert issues when deleting tables, etc. | mtvee | 2009-05-15 | 2 | -12/+23 |
| | | | | - localize relations view dialogs | ||||
* | More updates related to issue #192. | stuconnolly | 2009-05-15 | 1 | -3/+4 |
| | |||||
* | Fix for issue #256. Don't perform field updates if nothing has changed when ↵ | stuconnolly | 2009-05-15 | 1 | -26/+47 |
| | | | | selecting the table cell. | ||||
* | • corrected dynamic labeling of menu items/alerts for removing ↵ | Bibiko | 2009-05-15 | 1 | -17/+54 |
| | | | | tables/views/procs/funcs according to the selected table items | ||||
* | 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 | 4 | -8/+54 |
| | |||||
* | UI cleanups for references tab | mtvee | 2009-05-15 | 1 | -0/+6 |
| | |||||
* | • optimized SQLtokenizer lexer | Bibiko | 2009-05-14 | 2 | -34/+30 |
| | |||||
* | basic constraint editing working with db for add/delete | mtvee | 2009-05-14 | 3 | -11/+143 |
| | |||||
* | preliminary support for constraint editing | mtvee | 2009-05-14 | 6 | -1/+430 |
| | |||||
* | • added SPSQLTokenizer | Bibiko | 2009-05-14 | 2 | -0/+166 |
| | | | | | - this is an approach to make usage of lex to split a string very fast into SQL queries considering the "delimiter" switch and compound-statements via CREATE ... BEGIN ... END; without using "delimiter" | ||||
* | Issue 233: Option to copy field headings from result panels | bamse16 | 2009-05-14 | 5 | -45/+36 |
| | | | | | | Implementation of copy with column names menu item Removal of copy column names | ||||
* | • updated RegexKitLite to 3.0 | Bibiko | 2009-05-13 | 2 | -236/+1599 |
| | |||||
* | • fixed bug for rev. 696 | Bibiko | 2009-05-13 | 1 | -3/+3 |
| | | | | | | - tablesListView has no method tableType instead using: [self tableType] in the TabView delegate method didSelectTabViewItem: | ||||
* | Fixes issues #255 and #257 | avenjamin | 2009-05-13 | 1 | -7/+7 |
| | | | | | - Favorites list in connection sheet was moving bottom grey border when scrolling. (#255) - Missing keys for a favorite item were return NULL values causing field values from previously selected favorite to remain. (#257) | ||||
* | - added ability to view function and procedures and preliminary ability to ↵ | mtvee | 2009-05-13 | 8 | -62/+360 |
| | | | | input same via the editor | ||||
* | More dialog updates. Issue #192. | stuconnolly | 2009-05-12 | 1 | -5/+6 |
| | |||||
* | Improve warning dialogs when removing table fields and indexes. Part of ↵ | stuconnolly | 2009-05-12 | 1 | -33/+43 |
| | | | | issue #192. | ||||
* | Improve warning dialogs when removing table rows. Part of issue #192. | stuconnolly | 2009-05-11 | 1 | -24/+36 |
| | |||||
* | Implementation of enhancement #28: Allow customizing default value of NULL ↵ | stuconnolly | 2009-05-11 | 1 | -2/+2 |
| | | | | property when adding new table fields. |