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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The size of the import array only needs to be counted once.
stuconnolly
2009-07-31
1
-5
/
+6
*
• Favorite Preferences - Favorite name issues fixed:
Bibiko
2009-07-31
3
-29
/
+292
*
Decrease the size of the software update frequency popup button in the prefer...
stuconnolly
2009-07-31
1
-12
/
+13
*
- Hide advanced query logging options for the time being as they are still n...
rowanbeentje
2009-07-31
1
-38
/
+55
*
- Update the 'this table does not support relations' to be a little more info...
stuconnolly
2009-07-30
2
-27
/
+25
*
- Add an initial barebones version of the history controller, with a basic t...
rowanbeentje
2009-07-30
8
-28
/
+508
*
- don't add an empty query to history
Bibiko
2009-07-29
1
-8
/
+9
*
- Added Splitview delegate method to hide the drag handle on the Table Info p...
avenjamin
2009-07-29
2
-5
/
+32
*
- Fix "endSheet:returnCode: requires a non-nil sheet" log lines during imports
rowanbeentje
2009-07-28
2
-12
/
+12
*
- Clear selection if user is filtering table list with multiple tables selec...
rowanbeentje
2009-07-28
1
-4
/
+7
*
- When getting splitview sizes to resize database menu, correctly use the su...
rowanbeentje
2009-07-28
2
-3
/
+3
*
- Remove compression option in mysql_options (already set as part of connect...
rowanbeentje
2009-07-28
1
-4
/
+1
*
• fixed and improved several issues for sorting the Custom Query result table:
Bibiko
2009-07-28
1
-8
/
+59
*
Improve TablesList significantly:
rowanbeentje
2009-07-28
10
-657
/
+1309
*
• Editing in Custom Query:
Bibiko
2009-07-26
2
-29
/
+49
*
- Add keyboard shortcuts for Add and Delete buttons in Table Relations pane
rowanbeentje
2009-07-26
2
-160
/
+90
*
- Tweak table information panel to show scrollbars if it's resized to a posi...
rowanbeentje
2009-07-26
11
-29
/
+164
*
Order some files alphabetically in XCode... (is it possible to do this automa...
bamse16
2009-07-24
1
-29
/
+29
*
- For custom query result columns which map to SQL fields, check the column ...
rowanbeentje
2009-07-24
3
-187
/
+105
*
- Fix editing of results including decimals
rowanbeentje
2009-07-23
2
-5
/
+6
*
To fix query logging not working, initialize delegateQueryLogging to YES upon...
stuconnolly
2009-07-23
3
-5
/
+38
*
- Fix a large memory leak in [MCPConnection prepareString]
rowanbeentje
2009-07-23
1
-1
/
+1
*
Remove delegate calls asking for SP specific TableDocument ivars, replacing t...
stuconnolly
2009-07-22
3
-9
/
+29
*
- Allow the reconnection dialogs to function correctly if anything other tha...
rowanbeentje
2009-07-22
2
-7
/
+9
*
- Restore MySQL 3.x compatibility
rowanbeentje
2009-07-22
1
-3
/
+3
*
Disable updating the number of rows in the selected table in the table data c...
stuconnolly
2009-07-21
2
-4
/
+4
*
- Rename "TunnelPassphraseRequester" to "SequelProTunnelAssistant" for clari...
rowanbeentje
2009-07-21
4
-21
/
+23
*
- Clean up logic flow, moving column and row capture to within trackMouse:in...
rowanbeentje
2009-07-21
1
-6
/
+6
*
- Improve the TextAndLinkCell (foreign key link arrows) to make the arrows b...
rowanbeentje
2009-07-21
5
-10
/
+78
*
- Fix a reproducible crash when exporting tables caused by a string being au...
rowanbeentje
2009-07-21
1
-3
/
+5
*
To prevent a deadlock situation in fetchMaxAllowedPacket, query lock must be ...
stuconnolly
2009-07-21
1
-1
/
+1
*
Incorrect installation path for framework config setting. Should be @executab...
stuconnolly
2009-07-21
1
-12
/
+6
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
133
-4259
/
+9897
*
• fixed bug for table sorter in Custom Query:
Bibiko
2009-07-21
1
-0
/
+3
*
• fixed bug if the table sorting query in Custom Query gave an error
Bibiko
2009-07-21
2
-12
/
+20
*
• bug fixed for the case that table status returns NULL for number of rows:
Bibiko
2009-07-21
1
-1
/
+1
*
Improvements to reporting the correct row count for tables. See issue #141.
stuconnolly
2009-07-21
3
-10
/
+20
*
• fixed: if SPTableData returns for dict: tableStatus key:Rows = NULL (as f...
Bibiko
2009-07-20
1
-0
/
+9
*
Remove the dependency on information_schema for table encodings.
stuconnolly
2009-07-20
2
-5
/
+23
*
Include a hard coded list of encodings and collations in SPDatabaseData to re...
stuconnolly
2009-07-20
3
-11
/
+220
*
- When selecting tables - eg from a foreign key link - fall back to a case i...
rowanbeentje
2009-07-18
1
-1
/
+10
*
• added: AMIndeterminateProgressIndicatorCell for global spinning wheel
Bibiko
2009-07-18
5
-1
/
+258
*
- Update WHERE string buildup - the code now uses equals comparisons rather ...
rowanbeentje
2009-07-18
1
-22
/
+3
*
Add the ability to navigate between tables via foreign key relationships, add...
rowanbeentje
2009-07-18
11
-56
/
+419
*
• fixed: FieldEditorSheet remembers the last sheet size for 'normal' text f...
Bibiko
2009-07-18
1
-3
/
+1
*
Update copyright year.
stuconnolly
2009-07-18
1
-2
/
+1
*
• finial preparation to make Custom Query's result table editable
Bibiko
2009-07-17
1
-17
/
+36
*
• changed in Custom Query:
Bibiko
2009-07-17
3
-86
/
+57
*
• Field Editor Sheet class
Bibiko
2009-07-17
4
-9
/
+66
*
• fixed: caching of QuickLook preview in Field Editor sheet is suppressed b...
Bibiko
2009-07-17
2
-17
/
+28
[next]