| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Move the custom filename options view to a drop down view on the main exporter dialog.
- Change the export data source matrix to a popup button.
- Fix the export button being enabled when no tables are selected to be exported.
- Various interface validation fixes.
|
|
|
|
| |
unchanged row, resulting in subsequent editing errors and exceptions in addRowToDb
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Improve interface validation on the SQL view, including fixing no-content toggling
- Fix the export of views to correctly construct placeholder tables and fix view syntax export (this addresses Issue #707)
- Fix logic controlling Stored Procedure and Function export - fix hangs and allow correct export
- Handle permission errors when retrieving Stored Pro/Function syntax
- Improve export of linebreaks in CSV quoted cells for improved Excel compatibility
- SQL export now retrieves table syntax as it progresses through the tables - more accurate progress bar and removes initial pause when exporting lots of tables
- Alter filename construction to use centralised filename string: fixes end export Growl notification
- Improve dump comments
|
|
|
|
| |
exported NULL values. Fixes issue #718.
|
|
|
|
|
|
|
|
| |
those are enabled
- Exporter: SQL export now correctly excludes structure/drop table if the global structure/drop toggles are disabled
- Exporter: Save exporter window size
|
|
|
|
| |
focus correctly
|
|
|
|
| |
issues like http://spbug.com/l/334
|
|
|
|
| |
logged exceptions for beyond-bound index accesses
|
|
|
|
| |
menuitem should be enabled when we actually start including localisations.
|
| |
|
| |
|
|
|
|
|
|
|
| |
parsing tab snippets
- the regexp [^{}] is a valid expression but leads on 10.5 to an error; for 10.5 one has to escape { and } → [^\\{\\}] works on both SDKs
- this fixes i682
|
| |
|
|
|
|
| |
engines, or similar hard MySQL errors
|
|
|
|
| |
Implements issue #713. When the feedback page is available simply change the constant SPTranslationFeedbackURL to point to it.
|
|
|
|
| |
Fixes issue #714.
|
|
|
|
| |
sort order as what is set in preferences as well. Fix for Issue#664
|
| |
|
|
|
|
|
|
|
| |
the interface being updated from the wrong thread on listeners
- Add a "Support Files" folder to MCPKit, containing NSNotificationAdditions to support main thread notifications from within MCPKit
|
| |
|
|
|
|
| |
tracking the threads running state. Fixes log http://spbug.com/l/563.
|
|
|
|
| |
and clearing out the outlineview.
|
|
|
|
| |
SPUserManager is selected. SPUserManager is released when the user his cancel or apply. This forces the UI to refresh itself.
|
| |
|
| |
|
| |
|
|
|
|
| |
the overall performance of SQL dumps.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to prevent locking up the main thread when dealing with databases with a large number (>100) of tables.
|
|
|
|
|
| |
- When compression is enabled, use .sql.gz as file extension instead of .gz
|
|
|
|
|
|
|
| |
- Fix the same potential autorelease pool memory leak found in the CSV exporter in the XML exporter.
- When performing an XML export to a single file don't write the header twice.
- Remember to append the .xml extension when performing an XML export to a single file.
|
|
|
|
| |
pools are released to prevent potential memory leaks. Fixes log http://spbug.com/l/584.
|
|
|
|
| |
correctly save). Fixes Issue #705
|
|
|
|
| |
Fixes logs http://spbug.com/l/521 and http://spbug.com/522.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Includes a completely redesign approach to all export data types based on the use of NSOperation subclasses. CSV, SQL, XML and dot export types are currently functional, while the source files for PDF and HTML export types exist they are to be implemented, but are currently hidden from the interface.
Also includes the following:
- Completely redesigned export interface.
- The ability to customize CSV NULL values.
- The ability to specify whether the UTF-8 BOM should be used in SQL dumps.
- The ability to specify whether BLOB fields are output as hex or plain text during SQL dumps. Defaults to hex.
- Exporting currently selected tables via the tables list context menu.
Outstanding issues:
- Not all progress indicators for all export types are functional (or functioning correctly).
- A few issues related to the introduction of only exporting the content and create and drop syntax of specific tables during SQL dumps.
Needs some serious testing and benchmarking to ensure it replicates the current export functionality.
|
|
|
|
|
|
| |
- Hide Navigator menu option again
- Remove accidentally committed debug
|
|
|
|
|
|
|
|
| |
- Addition of PSMTabBar framework
- Rework away from a document-based TableDocument
- Support tabs throughout the application
- Add menu items for creating tabs, and add support for dragging tabs to different windows
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
improving the truncation reload code and by removing a problem in TableContent tracking the active table name. This addresses Issue #700 and a number of crash reports.
- Rename SPHistoryView* constants to SPTableView* constants and use them more widely rather than hard-coded tab indexes
- Fix a problem preventing history navigation if a triggers view was the previous item in the history
|
| |
|
|
|
|
| |
avoids overrelease and memory trampling. Thanks to Towny for spotting this; addresses Issue #692 and http://spbug.com/l/411
|
|
|
|
| |
of a right-click. This should address much of Issue #691, and a number of crashes logged since 0.9.8
|
|
|
|
| |
provided by Max Lohrmann, thanks Max!.
|