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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up.
stuconnolly
2011-07-25
1
-5
/
+13
*
Fix for NULL values in CSV export (same as last commit, but this one actually...
stuconnolly
2011-07-24
5
-25
/
+42
*
Fix CSV exporter not using the user supplied NULL string.
stuconnolly
2011-07-23
1
-2
/
+4
*
Tidy up.
stuconnolly
2011-07-23
1
-15
/
+14
*
- Support regex within the table filter list to match tables, falling back t...
rowanbeentje
2011-07-12
1
-2
/
+7
*
Minor tidy up.
stuconnolly
2011-07-11
11
-83
/
+82
*
- Fix thread-safety issues creating the encoding popupbuttoncell on the Stru...
rowanbeentje
2011-07-11
1
-4
/
+4
*
- Fix thread-safety issue in blocking/waiting alert sheets, addressing crash...
rowanbeentje
2011-07-11
1
-2
/
+2
*
- Fix exceptions editing non-unique-keyed views or custom query results with...
rowanbeentje
2011-07-10
2
-29
/
+41
*
Add Sparkle to credits.
stuconnolly
2011-07-10
3
-20
/
+19
*
- Abort editing when cancelling the user manager sheet; this addresses excep...
rowanbeentje
2011-07-10
1
-3
/
+7
*
Add the option to the SQL export view as to whether or not the AUTO_INCREMENT...
stuconnolly
2011-07-10
6
-7
/
+23
*
* Fixes a spacing issue in Duplicate DB Sheet
dmoagx
2011-07-06
4
-18
/
+49
*
* Fixes a spacing issue and an issue where MySQL keywords could be translated...
dmoagx
2011-07-04
2
-9
/
+73
*
Fixes for issue #1098:
stuconnolly
2011-07-04
1
-3
/
+4
*
- Add a bundle meta summary to the top of the bundle editor
rowanbeentje
2011-06-27
2
-18
/
+60
*
* Make "Default" in new Table Sheet translatable (fixes part of #1006)
dmoagx
2011-06-21
1
-2
/
+2
*
- Rework a number of protocol defintions when refactoring to fix IB compilat...
rowanbeentje
2011-06-21
7
-21
/
+14
*
* Small fix from last commit: Field Editor sheet could be resized too small
dmoagx
2011-06-20
1
-2
/
+2
*
- Fix exceptions seen in 0.9.9RC related to query favorites with nil query t...
rowanbeentje
2011-06-20
1
-2
/
+6
*
• re-fixed ignoring first character event for editing sheet
Bibiko
2011-06-19
1
-0
/
+4
*
With the exception of CSV tables, make the initial ID column the primary key ...
stuconnolly
2011-06-19
2
-2
/
+2
*
Tidy up bundle editor UI.
stuconnolly
2011-06-15
5
-88
/
+34
*
- Fix "Multiple selection" still being displayed after multiple tables are d...
rowanbeentje
2011-06-14
4
-24
/
+18
*
- Reorder process list initialisation to ensure FULL processlist preference ...
rowanbeentje
2011-06-13
1
-2
/
+2
*
- Add support for use of table relation "link" arrows on binary/blob data, f...
rowanbeentje
2011-06-12
1
-2
/
+7
*
- Fix saving .spf documents without SSH key locations stored, addressing exc...
rowanbeentje
2011-06-06
1
-1
/
+2
*
NSNotificationAdditions tweaks:
rowanbeentje
2011-06-01
2
-119
/
+38
*
- Ensure the correct table name is displayed when an error occurs deleting a...
rowanbeentje
2011-05-29
1
-1
/
+1
*
- Ensure blank passwords for MySQL connections are passed in as NULL instead...
rowanbeentje
2011-05-29
4
-12
/
+9
*
- Ensure export files are closed before deleting them; when in full-streamin...
rowanbeentje
2011-05-29
1
-1
/
+4
*
• sped up line range calculation a bit
Bibiko
2011-05-27
2
-16
/
+19
*
• changed the MySQL web search path
Bibiko
2011-05-20
2
-5
/
+6
*
fix accidental code regression in r3309
sqlprodev
2011-05-19
1
-1
/
+1
*
merging SP_REFACTOR branch with trunk
sqlprodev
2011-05-19
24
-156
/
+626
*
• added URL scheme command sequelpro://SP_PROCESS_ID@passToDoc/RunQueryInQu...
Bibiko
2011-05-11
1
-0
/
+14
*
Fix bug introduced in the previous commit.
stuconnolly
2011-05-10
1
-1
/
+0
*
During a table data refresh within SPTableContent's loadTable: remember to en...
stuconnolly
2011-05-10
1
-2
/
+4
*
* Fixes most parts of #1006 (Translation of file names)
dmoagx
2011-05-10
5
-7
/
+7
*
Add the ability to double click a tab to duplicate the connection in a new ta...
stuconnolly
2011-05-09
3
-14
/
+23
*
- When importing CSVs, or editing custom query results, set numeric fields t...
rowanbeentje
2011-05-09
3
-6
/
+34
*
- Fix progress bar accuracy when importing gzipped or bzipped CSVs
rowanbeentje
2011-05-08
1
-11
/
+35
*
• send current event after displaying field editor sheet for editing table ...
Bibiko
2011-05-08
2
-0
/
+8
*
- Fix a number of warnings for DBView.xib by moving some 10.6-only code from...
rowanbeentje
2011-05-08
5
-15
/
+12
*
Add tab context menu.
stuconnolly
2011-05-08
1
-2
/
+16
*
Minor tidy up.
stuconnolly
2011-05-08
1
-9
/
+12
*
Re-add the ability the show the full process list in the server processes pan...
stuconnolly
2011-05-07
4
-2
/
+17
*
Add an 'Add New Row' menu item to the table content context menu. Completes t...
stuconnolly
2011-05-07
1
-4
/
+11
*
When refreshing the export dialog's table list, preserve the user's current s...
stuconnolly
2011-05-07
1
-2
/
+38
*
• control the separator menu item above the "Open ... in new Tab" in Tables...
Bibiko
2011-05-07
2
-0
/
+12
[next]