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
*
- BLOB and binary fields are now fully visible and editable again (fixes Iss...
rowanbeentje
2009-03-03
8
-52
/
+140
*
- Re-design the custom query favourties editor and get rid of the nasty plus/...
stuconnolly
2009-03-02
2
-39
/
+21
*
Rollback on newbie mistake...
bamse16
2009-03-02
1
-10
/
+1
*
Better error handling of dump reading (checking for NSError object instead of...
bamse16
2009-03-02
2
-4
/
+27
*
- In the table status view use the user's long date format and medium time fo...
stuconnolly
2009-03-01
2
-69
/
+102
*
Fix an issue where by selecting to view the content of a table without the op...
stuconnolly
2009-03-01
1
-16
/
+14
*
Revert 10.5 build warning changes and make import progress sheet have focus w...
stuconnolly
2009-03-01
1
-39
/
+28
*
Implemented method: componentsSeparatedByCharactersInSet. to be compatible wi...
avenjamin
2009-02-28
3
-0
/
+38
*
Cleaned up warnings when building against 10.5 SDK
avenjamin
2009-02-28
5
-40
/
+52
*
Reduce the amount of padding on the new console panel and also auto save its ...
stuconnolly
2009-02-28
1
-0
/
+12
*
- Improve handling of disconnections made while selecting a database, fixing...
rowanbeentje
2009-02-28
2
-12
/
+25
*
+ Separate the console from being drawer based to its own panel. New console ...
stuconnolly
2009-02-28
6
-104
/
+226
*
Applies connection checks and keepalive logic to select database/refresh data...
rowanbeentje
2009-02-28
2
-0
/
+33
*
Patch submitted by Marius Ursache.
avenjamin
2009-02-27
1
-77
/
+86
*
- Removed unnecessary code block.
avenjamin
2009-02-27
3
-12
/
+20
*
Added length limits to varchar and char fields. Issue #170
avenjamin
2009-02-27
3
-1
/
+36
*
Implement a connection keepalive, addressing Issue #171. This runs a ping ev...
rowanbeentje
2009-02-25
3
-9
/
+91
*
Replaces COUNT(*) with COUNT(1), which reportedly shows a speed increase on c...
rowanbeentje
2009-02-24
1
-2
/
+2
*
Fix table creation, deletion, duplication following recent changes
rowanbeentje
2009-02-24
1
-2
/
+8
*
A patch to improve View support, addressing Issue #130. This patch undoes th...
rowanbeentje
2009-02-23
8
-183
/
+428
*
Deselect favorites when any detail other than the password is edited. This i...
rowanbeentje
2009-02-21
2
-0
/
+19
*
Fix the last two warnings in TableContent.m. Also include an error string in...
rowanbeentje
2009-02-19
1
-3
/
+4
*
Fix Issue #140 (Tables with many columns compress the end columns against the...
rowanbeentje
2009-02-19
1
-99
/
+56
*
- Ensure that the button controlling whether all data should be edited in a ...
rowanbeentje
2009-02-18
1
-1
/
+1
*
Sets and enforces a connection timeout, and handles connection timeouts appro...
rowanbeentje
2009-02-18
3
-21
/
+342
*
Visible improvements in this build:
rowanbeentje
2009-02-18
22
-629
/
+2091
*
Fixed Issue #168
avenjamin
2009-02-18
1
-1
/
+3
*
Query failing because of field length applied to datetime field. Fixes #135.
stuconnolly
2009-01-29
1
-1
/
+1
*
Add 'Refresh Databases' menu item to the main database selection drop down. F...
stuconnolly
2009-01-29
1
-8
/
+12
*
Date filters were order wrong causing the opposite of the expected result to ...
stuconnolly
2009-01-28
1
-4
/
+4
*
We are not quoting the filter argument when filter type is 'IN' meaning the S...
stuconnolly
2009-01-28
1
-8
/
+7
*
Separate out the creation of a human readable string from the number of bytes...
stuconnolly
2009-01-28
4
-47
/
+142
*
Point the menu links to Sequel Pro's website rather than the Goolge Code site.
stuconnolly
2009-01-27
1
-3
/
+3
*
Commented the handleQuiteCommand method and put in a return of nil.
mltownsend
2009-01-20
1
-1
/
+2
*
We don't need the old SSH tunneling code lying about as its not used. Its loo...
stuconnolly
2009-01-18
2
-266
/
+0
*
Added the print method to go from. Sort of works by printing the literal NSV...
mltownsend
2009-01-18
1
-0
/
+8
*
+ Updated to use new icon in TABLE INFORMATION pane. (#146)
avenjamin
2009-01-18
1
-1
/
+1
*
#144 value of the "import format" popup button is now remembered in the impor...
abhibeckert
2009-01-14
2
-12
/
+16
*
Added cancel button to the import/export progress sheet. Also added importing...
mltownsend
2009-01-04
2
-35
/
+47
*
• CMTextView.m : added new auto-complete keywords
avenjamin
2008-12-22
2
-45
/
+90
*
Clean up of validate menu items method.
avenjamin
2008-12-22
1
-18
/
+8
*
Disabled "Remove Database…" menu item when no database selected. Issue #124
avenjamin
2008-12-22
1
-0
/
+4
*
Spelling error in Flush Privilege's success message. Issue #123
avenjamin
2008-12-22
1
-2
/
+2
*
Removed Panther compatibilitiy
mltownsend
2008-12-18
2
-32
/
+11
*
Mutating a NSMutableDictionary while enumerating through it.
mltownsend
2008-12-17
1
-3
/
+4
*
Fixed a range assertion error in SQL dumps when exporting small strings, caus...
rowanbeentje
2008-12-15
1
-2
/
+4
*
Provide a partial fix for Issue #117 by adding leading-zero tests to the NSSc...
rowanbeentje
2008-12-12
1
-7
/
+10
*
Define CMMCPConnection's delegate methods to prevent warnings.
stuconnolly
2008-12-10
1
-0
/
+7
*
Remove warning.
stuconnolly
2008-12-10
1
-4
/
+8
*
MERGED r262:266 from branches/stuart02 to trunk to include new project struct...
stuconnolly
2008-12-10
42
-0
/
+12768