index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
TableDump.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
• some further work at the new field mapper sheet
Bibiko
2010-02-05
1
-4
/
+7
*
- Rework SPSQLParser, extending DELIMITER support into all the original func...
rowanbeentje
2010-02-05
1
-43
/
+91
*
• field mapping sheet is now document-modal instead of blocking SP entirely
Bibiko
2010-02-03
1
-9
/
+24
*
- When exporting CSVs containing linebreaks, no longer escape those linebrea...
rowanbeentje
2010-01-22
1
-7
/
+5
*
Address Issue #546 (format string bugs):
rowanbeentje
2010-01-20
1
-13
/
+14
*
Issue 517: Export MySQL Dump does not include triggers or functions
bamse16
2010-01-14
1
-58
/
+65
*
Issue 517: Export MySQL Dump does not include triggers or functions
bamse16
2010-01-14
1
-5
/
+71
*
• fix for i529: set the savePanel's delegate to self in order to handle cha...
Bibiko
2010-01-13
1
-1
/
+3
*
Issue 517: Export MySQL Dump does not include triggers or functions
bamse16
2010-01-12
1
-36
/
+46
*
Issue 517: Export MySQL Dump does not include triggers or functions
bamse16
2010-01-11
1
-8
/
+43
*
- Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...
rowanbeentje
2010-01-09
1
-64
/
+64
*
- Ensure all results for server variable requests are returned as strings, t...
rowanbeentje
2010-01-03
1
-0
/
+2
*
- Work through static analysis of the source, fixing a number of small memor...
rowanbeentje
2009-12-14
1
-0
/
+1
*
Replace the main toolbar's #define'd identifier constants with extern's. This...
stuconnolly
2009-12-12
1
-1
/
+1
*
- Improve import cancellation responsiveness, especially for lots of short d...
rowanbeentje
2009-12-02
1
-0
/
+2
*
- Correctly construct queries where the first column of CSV imports are set ...
rowanbeentje
2009-12-02
1
-1
/
+4
*
Improve the export process:
rowanbeentje
2009-11-29
1
-47
/
+113
*
Updates to the 'use monospaced font' preference, making it a lot more consist...
stuconnolly
2009-11-14
1
-31
/
+12
*
Move query mode constants to SPConstants.h.
stuconnolly
2009-11-13
1
-13
/
+13
*
- Rewrite field mapping table selection logic - simplified logic, no longer ...
rowanbeentje
2009-11-11
1
-44
/
+60
*
During an import, before entering the loop to execute the current batch of qu...
stuconnolly
2009-11-11
1
-0
/
+6
*
Fix syntax error in exported ER dot files. Issue #454
avenjamin
2009-11-10
1
-1
/
+3
*
• as default add the UTF-8 BOM (byte order marker) \xEFBBBF to a MySQL dump...
Bibiko
2009-10-29
1
-1
/
+5
*
Replace the use of hard coded preference keys with constants to prevent issue...
stuconnolly
2009-10-17
1
-15
/
+16
*
- Fix a problem preventing the end of large CSV files from being imported
rowanbeentje
2009-10-15
1
-1
/
+1
*
• After importing CSV data execute [TableContent reloadTable:] on mainThrea...
Bibiko
2009-10-08
1
-2
/
+4
*
• outsourced ImportCSV accessory view to fix the disappearing of combobox ...
Bibiko
2009-10-07
1
-0
/
+22
*
• fixed bug for CSV import
Bibiko
2009-10-07
1
-0
/
+8
*
Improve Growl interaction to reduce general Growl spammage and improve functi...
rowanbeentje
2009-10-03
1
-0
/
+12
*
- Add copy create syntax button to the create syntax sheet.
stuconnolly
2009-10-01
1
-2
/
+2
*
Rewrite CSV import:
rowanbeentje
2009-09-28
1
-571
/
+435
*
• if the user chose to open a SQL file which is larger than 1MB SP asks for...
Bibiko
2009-09-26
1
-0
/
+5
*
- Fix an SQL view export error - some MySQL server versions allow NOT NULL D...
rowanbeentje
2009-09-14
1
-1
/
+5
*
Significantly improve export:
rowanbeentje
2009-09-14
1
-182
/
+314
*
• fixed bug for exporting tables as XML: now the very last row will be writ...
Bibiko
2009-09-11
1
-1
/
+3
*
- Re-enable the fine-grained query logging preferences
rowanbeentje
2009-08-31
1
-1
/
+22
*
Refactor CSV/SQL import structure slightly, and rewrite SQL import:
rowanbeentje
2009-08-31
1
-298
/
+413
*
Update Localizable.strings by running genstrings and remove use of multiple c...
stuconnolly
2009-08-28
1
-3
/
+3
*
- Change MCPStreamingResult to use a safer streaming mode by default - downl...
rowanbeentje
2009-08-20
1
-1
/
+1
*
Issue 351: Export CSV pipe
bamse16
2009-08-18
1
-16
/
+8
*
- Fix very end of exported SQL for tabel content with new export code
rowanbeentje
2009-08-17
1
-1
/
+1
*
- Fix field names in new import following classic last-minute change...
rowanbeentje
2009-08-17
1
-1
/
+1
*
Rework SQL export:
rowanbeentje
2009-08-17
1
-12
/
+30
*
Rework data loading in TableContent:
rowanbeentje
2009-08-11
1
-1
/
+1
*
Source tidy up and missing SVN properties.
stuconnolly
2009-08-07
1
-15
/
+16
*
Fix sortorder of tables in export multiple tables as CSV/XML accesory view
bamse16
2009-08-05
1
-3
/
+15
*
Overhaul CSV import functionality:
rowanbeentje
2009-08-02
1
-116
/
+244
*
The size of the import array only needs to be counted once.
stuconnolly
2009-07-31
1
-5
/
+6
*
- Fix "endSheet:returnCode: requires a non-nil sheet" log lines during imports
rowanbeentje
2009-07-28
1
-12
/
+6
*
Improve TablesList significantly:
rowanbeentje
2009-07-28
1
-6
/
+3
[next]