Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Identified and corrected a major n^2 bottleneck in working with all query ↵ | rowanbeentje | 2008-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | result sets - when iterating through a mysql result set, all the data up to each row was seeked through again. With this fixed SP can work with very large result sets at much, much higher speeds. - Fixed incorrect query splitting in splitQueries - improves custom queries and imports. - CSV export now exports NULLs as an empty cell (eg "1,,3"). This resolved Issue #67. Correspondingly, CSV import now also accepts this syntax. - CSV and SQL exports no longer quote numeric values for file size and neatness improvements. - Multi-table exports now show progress through the tables in the text description, and use the progress bar for export of each table, for improved feedback. - The old "Export Table Content" menu has been split into two - "Current Browse View" which matches the old behaviour, and a new "Current Table" entry. This addresses Issue #97. - Exports now write data to a file stream as data is processed for export, and also parse data from the database as a stream where possible. This leads to lower memory usage, speed improvements, and much more accurate and constant feedback. - The export processes have been restructured and rewritten for further speed and memory improvements. - SQL exports now correctly export BLOB and TEXT contents ready for re-import into all systems. - SQL exports now group multiple VALUES for each INSERT INTO command for much, much faster imports of exported data. | ||||
* | New Growl notification controller. | stuconnolly | 2008-11-28 | 1 | -3/+1 |
| | |||||
* | Issue 34 Fix. Plus fixes for some warnings. | mltownsend | 2008-11-21 | 1 | -0/+8 |
| | |||||
* | Slight cleanup of r195 following discussion with avenjamin | rowanbeentje | 2008-11-18 | 1 | -4/+4 |
| | |||||
* | Add support for marking the content for a required refresh on structure ↵ | rowanbeentje | 2008-11-18 | 1 | -0/+13 |
| | | | | changes. Implemented by adding a method to TablesList (setContentRequiresReload) and using it when modifying the tble structure, thus only refreshing if the content is actually viewed again. | ||||
* | General clean up.... more to come | avenjamin | 2008-11-15 | 1 | -227/+236 |
| | |||||
* | New XCode project | mltownsend | 2008-11-10 | 1 | -742/+619 |
| | |||||
* | #52 table structure view now has proper titlecase columns and all columns ↵ | abhibeckert | 2008-09-23 | 1 | -5/+0 |
| | | | | are now left aligned | ||||
* | • Fixed Credits | avenjamin | 2008-08-30 | 1 | -0/+4 |
| | | | | | | | | • Added grabber images • Removed small icon of table and replaced with new one • Added "Checksum Table" to MainMenu • Added extra splitter grab handles • Few other bits cleaned up | ||||
* | fix misc code errors and warnings | abhibeckert | 2008-05-03 | 1 | -152/+156 |
| | |||||
* | rename project; disable software update system (ticket #1) | abhibeckert | 2008-04-05 | 1 | -8/+8 |
| | |||||
* | Initial import from (slightly modified) CocoaMySQL v0.7b4 | abhibeckert | 2008-04-04 | 1 | -0/+1157 |