| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
"DELETE FROM foo" remove all rows code path. This improves the chance that the user actually intends to delete all the rows in the table, addressing Issue #1166.
|
|
|
|
|
|
|
|
| |
- Remove the background lookup of table constraint names for the current database. This prevented connection use while the query was running, and the query cannot be optimised and severely taxes servers with many databases. Revert to checking names against names in the current database
- Repurpose the activity spinner for adding relation query execution
- When an error is encountered adding a relation, re-open the sheet with the submitted values after displaying the error
- Add use of 'SHOW InnoDB STATUS' command and text extraction to show more explicit errors for the most common constraint errors
|
| |
|
|
|
|
| |
currently used relation names in a backgroud thread. In the event that the user opens the add new relation sheet during this process, the ability to enter a relation name and confirm the addition is disabled until the retrieval process is complete. There is also a new progress indicator on the add sheet to indicate this.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
set before adding the main views, fixing resize issues including Issue #1141 on 10.6
- Remove accidentally committed log line
|
|
|
|
|
| |
- Implement an undo manager per tab (strictly speaking, per connection 'document'), addressing Issue #1109.
|
|
|
|
| |
fixes Issue #1119
|
|
|
|
| |
by loading the new table and loading the structure tab on different threads (log #2266)
|
|
|
|
| |
closing sheets for a window; this addresses beeping when editing cells using the field editor sheet.
|
| |
|
|
|
|
| |
exceptions (log #1847)
|
|
|
|
| |
constructed.
|
|
|
|
| |
crashes if a new table name to create was entered
|
|
|
|
|
|
|
| |
run multiple times
- Fix crashes and exceptions when using "Use monospaced fonts" or "Display vertical grid lines" preferences after closing at least one window
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Only include columns from the same database, even if they share the same table name
- If a primary key was found that can be checked, use all the columns specified in the primary key
- Correctly escape and format values in primary key columns
- Clean up logic and string generation
|
| |
|
|
|
|
| |
DROP sytax option.
|
|
|
|
|
|
|
|
|
|
|
| |
the main window only; hide SSH/SSL status when entering fullscreen mode, to prevent drawing issues
- Lion compatibility improvement: update tab colours under 10.7 to match system styles
- Lion compatibility improvement: fix issues dragging tabs out of windows and into other tab bars
- Lion compatibility improvement: fix QuickLook issues under 10.7, including windows which couldn't be closed, fullscreened, or crashes
- Fix exceptions in the bundle controller when using tab switching keys
- Lion compatibility improvement: use overlay scrollers where possible
|
| |
|
| |
|
|
|
|
| |
knocked out in r3376.
|
|
|
|
| |
actually has one. Fixes issue #1140.
|
|
|
|
|
|
|
|
|
|
|
| |
displaying NULLs within tables when the connection encoding is incorrectly detected (Issue #1100):
- No longer rely on a combination of mysql_options(..., MYSQL_SET_CHARSET_NAME, ...utf8...) and mysql_character_set_name() to detect the connection encoding; this incorrectly misses init_connect commands; instead use SHOW_VARIABLES a$
- Combine initial version check/timezone check/encoding check on startup, reducing connection queries and thus improving connection speed
- Add support for abbreviated MySQL timezone definitions
- Combine MCPKit's -connect and -connectWithLogin:password:host:port:socket: methods to reduce code duplication and fix argument handling for the latter method
|
|
|
|
| |
http://spbug.com/l/2360 and http://spbug.com/l/2453
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
keyboard focus is on the favorites outline view (Issue #1072)
- Don't initiate a connection when the currently selected favorite is clicked again slowly
- Match compiler #ifdef around braces to imrpove Xcode 3 file parsing
|
|
|
|
| |
option is not enabled.
|
| |
|
|
|
|
| |
actually works).
|
| |
|
| |
|
|
|
|
| |
to plain text matching; thanks to Emma Persky for the original patch
|
| |
|
|
|
|
| |
Structure view (addresses http://spbug.com/l/2123 )
|
|
|
|
| |
crashes ( http://spbug.com/l/2035 ), particularly under Lion
|
|
|
|
|
|
|
| |
with some kinds of binary data, fixing http://spbug.com/l/1412 .
- Clean up logic and code
|
| |
|
|
|
|
| |
exceptions redrawing the offscreen outline rows, addressing http://spbug.com/l/1406 .
|
|
|
|
| |
AUTO_INCREMENT value on a table's structure is included. Defaults to not included. Implements issue #1064.
|
|
|
|
|
| |
* Fixes a case were for string == NULL was checked instead of [string length] == 0 (fixes #1103)
* Fixes a logic error while copying databases and adds ability to copy InnoDB tables with foreign key checks (fixes #1111)
|
|
|
|
|
|
| |
translated (fixes #1105)
* Adds support for naming relations (fixes #948, #1085)
|
|
|
|
|
|
| |
- Fix logic for enabling/disabling the index storage type popup button when changing the index type.
- Add a number formatter to the index length field.
|
|
|
|
|
|
|
| |
- Rearrange the bundle editor interface further, building on Stuart's work in r3330; particularly focussing on logically grouping fields together.
- Move the "Disable" checkbox to the bottom of the window, rename it to "Disable bundle" to make the intent clear, and update the interface when it is in NSOnState
|
| |
|