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
*
#2482 decode percent escaped characters in handleEventWithURL.
Abhi Beckert
2016-04-22
1
-1
/
+8
*
Fix a focus loss issue from the previous commit (#2468)
Max Lohrmann
2016-04-17
1
-0
/
+5
*
* Add the possibility to navigate table list by arrow keys when using table f...
Max Lohrmann
2016-04-16
1
-16
/
+35
*
new table footer icons for connection window
Abhi Beckert
2016-04-15
2
-0
/
+94
*
fix warnings
Abhi Beckert
2016-04-10
2
-1
/
+8
*
fix warnings
Abhi Beckert
2016-04-10
4
-24
/
+25
*
#2470 fix logic error preventing drag from table content view
Abhi Beckert
2016-04-10
1
-2
/
+1
*
fix warnings
Abhi Beckert
2016-04-10
1
-0
/
+1
*
fix warnings
Abhi Beckert
2016-04-10
3
-1
/
+2
*
fix warnings
Abhi Beckert
2016-04-10
2
-0
/
+6
*
* Added two helper methods for working with nil/NSNull in arrays
Max Lohrmann
2016-04-09
5
-23
/
+65
*
fix various compile warnings
Abhi Beckert
2016-04-03
30
-80
/
+95
*
Add a warning message when trying to import an utf8mb4 SQL file on older MySQ...
Max
2016-03-22
1
-1
/
+30
*
Fix a minor issue where switching an existing datatype to JSON could cause an...
Max
2016-03-20
1
-2
/
+3
*
Merge branch 'master' into issue-346
Abhi Beckert
2016-03-18
1
-4
/
+12
|
\
|
*
Add some debug code for #2445
Max
2016-03-14
1
-4
/
+12
*
|
#346 Work on new tab bar design
Abhi Beckert
2016-03-18
4
-6
/
+30
|
/
*
Merge pull request #2250 from JamesForks/uuid-support
Abhi Beckert
2016-03-06
1
-0
/
+2
|
\
|
*
Allows UUID's within text fields. Closes #2245
James Brooks
2015-10-01
1
-0
/
+2
*
|
Change a potentially risky call (hopefully a fix for #2436)
Max
2016-03-06
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/sequelpro/sequelpro
Max
2016-03-05
3
-39
/
+40
|
\
\
|
*
|
Restore bundled zlib (#1972)
Abhi Beckert
2016-03-05
1
-1
/
+1
|
*
|
Remove bundled zlib #1927
Abhi Beckert
2016-03-04
1
-1
/
+1
|
*
|
Comment out debug code for #2297
Abhi Beckert
2016-03-04
1
-35
/
+36
|
*
|
Merge pull request #2425 from bamse16/master
Abhi Beckert
2016-03-04
1
-3
/
+3
|
|
\
\
|
|
*
\
Merge remote-tracking branch 'upstream/master'
Marius Ursache
2016-02-29
4
-109
/
+169
|
|
|
\
\
|
|
*
|
|
Fixed fabs compiler warnings
Marius Ursache
2016-02-29
1
-3
/
+3
*
|
|
|
|
Fix a wrongly structured setter that might have been involved in some crashes
Max
2016-03-05
1
-2
/
+3
*
|
|
|
|
Change some risky behavior (might be related to #2432)
Max
2016-03-05
1
-2
/
+5
|
/
/
/
/
*
|
/
/
Fix an issue where changing a user password and adding a host at the same tim...
Max
2016-03-03
1
-2
/
+18
|
|
/
/
|
/
|
|
*
|
|
* Add support for changing user passwords in MySQL 5.7.6+ (#2418)
Max
2016-02-29
2
-21
/
+69
*
|
|
Simplify some code
Max
2016-02-27
1
-35
/
+41
*
|
|
Deobfuscate some code a bit
Max
2016-02-27
2
-78
/
+82
*
|
|
Fix an issue that made query favorites with 20 or more "mirrored snippets" un...
Max
2016-02-27
1
-2
/
+4
|
/
/
*
|
Add comprehensive locking to SPDataStorage
Max
2016-02-24
1
-179
/
+211
*
|
Fix a rare issue where duplicating a database could cause an exception if a S...
Max
2016-02-21
1
-5
/
+6
*
|
Fix online help URL for query favorites (#2409)
Max
2016-02-18
1
-1
/
+1
*
|
Fix an issue where auto completion in query editor would not work in some cas...
Max
2016-02-17
1
-0
/
+1
*
|
Fix an issue with resetting auto_increment values (caused by previous commit)
Max
2016-02-15
1
-1
/
+6
*
|
Clarify some texts in the table column type quick help
Max
2016-02-05
1
-5
/
+5
*
|
Fix an exception that would occur when passing NSNull to a tooltip (affected ...
Max
2016-01-31
1
-3
/
+8
*
|
Change CSV field mapper so that the first row is no longer displayed as conte...
Max
2016-01-31
4
-34
/
+106
*
|
Try to fix what could be the cause of #2353 ("Attempted to connect a connecti...
Max
2016-01-15
1
-1
/
+11
*
|
Fix an exception during CSV field mapping that would occur if a header field ...
Max
2016-01-14
1
-6
/
+13
*
|
Remove some debug code that is no longer needed
Max
2016-01-13
1
-144
/
+0
*
|
Avoid an exception on a rare issue where determing the database fails after s...
Max
2016-01-13
1
-1
/
+2
*
|
Go to database: change the way the arrow keys are forwarded, so the list will...
Max
2015-12-06
1
-2
/
+17
*
|
Merge branch 'master' of https://github.com/sequelpro/sequelpro
Max
2015-12-06
1
-1
/
+1
|
\
\
|
*
|
Fix a silly logic error (#2344)
Max Lohrmann
2015-12-03
1
-1
/
+1
*
|
|
Move some shared code to the parent class
Max
2015-11-21
6
-24
/
+38
|
/
/
[next]