| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| |
|
|
|
|
| |
tab, further addressing Issue #1619
|
|
|
|
| |
read from a spf/spfs during startup. This addresses Issue #1619
|
| |
|
| |
|
| |
|
|
|
|
| |
file, further addressing Issue #1588
|
|
|
|
|
|
|
| |
previous runs of nightlies, which may partially address Issue #1588
- Remove the old favourites key from the preferences now imports have succeeded
|
| |
|
|
|
|
| |
* Move a bit of redundant code into a method
|
|
|
|
| |
the focus in it, addressing Issue #1590
|
|
|
|
|
| |
- Update localizable strings
|
|
|
|
|
|
|
|
|
| |
- Rework how data to populate the user manager is retrieved from the server, speeding up display of lots of users by a large factor
- Fix support for schema permissions for the Anonymous user, and add support for '%' and '' hostnames (only showing if already set once), fixing Issue #1620
- Highlight databases in the user manager that have permissions set for the selected user
- Switch to using the centrally provided database list to reduce queries and remove the information_schema and performance_schema "databases"
- Speed up a number of operations by tweaking the logic and queries used
|