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
/
SPDatabaseData.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Make [MCPConnection getLastErrorMessage] more consistent by always returni...
rowanbeentje
2010-03-25
1
-2
/
+1
*
General tidy up, with a focus on consolidating more constants in SPConstants....
stuconnolly
2010-03-24
1
-4
/
+4
*
Following a manual code review, fix some local variables overriding global va...
rowanbeentje
2010-03-15
1
-1
/
+1
*
• avoid querying for collations if passed var "encoding" for method getData...
Bibiko
2010-01-13
1
-1
/
+1
*
- Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...
rowanbeentje
2010-01-09
1
-1
/
+1
*
• avoid querying the server for `information_schema` table for MySQL versio...
Bibiko
2010-01-06
1
-4
/
+7
*
- Ensure all results for server variable requests are returned as strings, t...
rowanbeentje
2010-01-03
1
-0
/
+1
*
- Fix display of the bottom row in the query console by reloading table data...
rowanbeentje
2009-12-02
1
-26
/
+15
*
Faster loop approach.
stuconnolly
2009-11-01
1
-4
/
+2
*
When checking the existance of the ENGINES table within the information_schem...
stuconnolly
2009-11-01
1
-2
/
+2
*
• added to hard-coded encoding list the DESCRIPTION field
Bibiko
2009-09-08
1
-170
/
+173
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
1
-8
/
+6
*
Remove the dependency on information_schema for table encodings.
stuconnolly
2009-07-20
1
-1
/
+19
*
Include a hard coded list of encodings and collations in SPDatabaseData to re...
stuconnolly
2009-07-20
1
-6
/
+200
*
Accommodate all MySQL versions when getting the list of storage engines.
stuconnolly
2009-06-19
1
-4
/
+73
*
Forgot to add !, removed for testing.
stuconnolly
2009-05-27
1
-1
/
+1
*
Log query errors in SPDatabaseData to the console.
stuconnolly
2009-05-27
1
-2
/
+2
*
Redesigned table information pane.
stuconnolly
2009-05-27
1
-0
/
+176