| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
disabling the add index option. Fixes issue #1546.
|
| |
|
|
|
|
| |
dropped relationship. Fixes issue #1591.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
REVIEW **
Known issues:
* There might be additional colors be shown when dragging tabs between windows
* The color set might need fine tuning
* Coloring of items in the favorite outline view is not yet handled
|
| |
|
|
|
|
|
|
|
|
|
| |
Issue #1805:
- Add new menu item for "Save Query", making the existing item "Save Query As" as an alternate
- Track the opened SQL file and used encoding to be able to easily save the same file again
- Standardise encoding detection to use the UniversalDetector framework and use that for opened SQL files where the encoding menu is not used
|
|
|
|
|
|
|
| |
changed between two queries, addressing Issue #1726
- Remove a check against export cancellation when exporting every cell of a table, leaving the check on every row
|
|
|
|
| |
#1011 (note that File > Import files are *not* currently added)
|
|
|
|
| |
could cause an exception if the window was dragged very quickly near the top of the text view ruler (http://spbug.com/l/2344)
|
|
|
|
|
|
|
| |
on a per-cell rather than a per-column basis
- Use this ability in SPTableContentDelegate to disable link arrows if the cell is showing a NULL or (not loaded) value, and also if the current row is being edited and so might be unvalidated. This addresses Issue #1790 and http://spbug.com/l/2306 .
|
|
|
|
| |
Structure view to the last cell (http://spbug.com/l/2122)
|
|
|
|
| |
fail (http://spbug.com/l/2500, http://spbug.com/l/2281, http://spbug.com/l/2046)
|
|
|
|
|
|
|
| |
updates only on the main window
- Ensure the console window is first loaded on the main thread, fixing warnings from CoreAnimation ("CoreAnimation: warning, deleted thread with uncommitted CATransaction") on startup when a background thread calls [window isVisible] and triggers a lazy awakeFromNib of the window
|
|
|
|
| |
(http://spbug.com/l/1726)
|
|
|
|
| |
this should address Issue #1789 and Issue #1788, and possibly Issue #1787
|
|
|
|
| |
error, addressing Issue #1783
|
|
|
|
|
|
|
|
|
| |
increases and lower memory usage:
- Add a new SPMySQLStreamingResultStore class to SPMySQL.framework. This class acts as both a result set and a data store for the accompanying data, storing the row information in a custom format in a custom malloc zone.
- Amend SPDataStorage to wrap the new class, so original result information is stored in the one location in the custom format. Any edited information is handled by SPDataStorage for clean separation
- Rework table content and custom query data data stores to use the new class. This significantly speeds up data loading, resulting in faster data loads if they weren't previously network constrained, or lower CPU usage otherwise. The memory usage is also lowered, with the memory overhead for many small cells being enormously reduced.
|
| |
|
| |
|
|
|
|
| |
enable some more
|
|
|
|
| |
server versions (>5.6.3) that support them.
|
|
|
|
| |
rows of the current result, so don't return the actual result.
|
|
|
|
| |
viewed already, addressing Issue #1710
|
|
|
|
|
|
|
| |
in-place, addressing Issue #1702
- Ensure that truncation of data values includes an ellipsis to make it clear when performance-based truncation is occurring
|
| |
|
|
|
|
| |
re-enable foreign checks. Also, provide a more helpful error message when a table cannot be deleted because of foreign key constraints.
|
|
|
|
| |
types being edited, further addressing Issue #1265
|
| |
|
| |
|
|
|
|
| |
* Make some strings localizable
|
| |
|
|
|
|
| |
to blob or binary fields (addressing Issue #1453)
|
|
|
|
| |
export, fixing problems with invalid timestamp NULL defaults, addressing Issue #1686
|
| |
|
|
|
|
| |
if the list was filtered
|
|
|
|
| |
methods into their own category.
|
|
|
|
| |
is established.
|
| |
|
|
|
|
| |
beginWaitingAlertSheetWithTitle:... class method on a new SPAlertSheets class, allowing us to use invocation forwarding to ensure the entire function is executing on the main thread. This allows runloop processing to happen on the main thread, addressing Issue #1676
|
|
|
|
|
|
|
|
| |
favorites
- Fix the action of the "Add to Favorites" File menu item to correctly create the new favorite
These address Issue #1666.
|
|
|
|
| |
has occurred, addressing Issue #1670
|
|
|
|
|
|
|
| |
part of the button but ended in the right-hand part of the button
- Change the button to use "Run All" instead of "Run All Queries" to avoid localisation issues
|
|
|
|
|
|
|
|
|
|
|
|
| |
single button with dropdown menu with ability to change the default action:
- Create a new SPComboPopupButton class; this subclasses NSPopupButton to retain the ability to show the popup menu, but only when the right-hand side of the button is pressed, allowing the rest of the button to perform the click action
- Combine the previous two "Run" buttons on the Custom Query view into a new SPComboPopupButton
- Move the Run menu items from the gear menu into the Run button popup menu so they can be discovered more easily (and the shortcuts seen more easily)
- Add a menu item to switch the button's default action, which also swaps all associated shortcuts
- Clean up associated logic
This implements Issue #1569
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
support character sets/collations, addressing Issue #1629
- Fix needless collation queries on those servers
- Disable field enums and table encoding dropdown on those servers
|
|
|
|
|
|
| |
- Correctly send the binary state/collation when reordering fields, addressing Issue #1265
- Allow unticking of the binary box to save correctly, allowing conversion of fields to non-binary collations again
|