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
...
*
- Improve r911 (initial Custom Query editability) to allow editing of rows c...
rowanbeentje
2009-06-22
1
-13
/
+13
*
• first trial to make the result table in the Custom Query editable for suc...
Bibiko
2009-06-22
2
-45
/
+225
*
- Improve support for MySQL running in ANSI mode (or ANSI_QUOTES), fixing a ...
rowanbeentje
2009-06-22
1
-39
/
+41
*
• fixed: ⌘R activated Table Info if Structure Pane is shown. Change to ⌘4.
Bibiko
2009-06-22
1
-6
/
+10
*
• improved: "Copy as SQL INSERT" in Custom Query passes the original table ...
Bibiko
2009-06-22
1
-6
/
+23
*
• first steps to synchronize CustomQuery table and ContentTable
Bibiko
2009-06-22
4
-8
/
+90
*
- Allow connections via SSH tunnels to reattempt using the specified host if...
rowanbeentje
2009-06-21
7
-41
/
+418
*
• changed: if the current edited field is a "ENUM" field
Bibiko
2009-06-21
1
-1
/
+5
*
Update the new 'Edit Table Details' button tooltip
stuconnolly
2009-06-21
1
-69
/
+17
*
• some code cleaning and tiny performance enhancements for various for/whil...
Bibiko
2009-06-21
3
-84
/
+100
*
Issue #305 now fully resolved, remove debug.
stuconnolly
2009-06-21
1
-3
/
+1
*
Sparkle delegate methods doesn't seem to be getting called, so set the delega...
stuconnolly
2009-06-21
2
-9
/
+6
*
Typo, should be the sheet not the window.
stuconnolly
2009-06-21
1
-2
/
+2
*
Fix for issue #305. Close all sheets attached to all open windows just before...
stuconnolly
2009-06-21
2
-2
/
+35
*
• some code cleaning and tiny performance enhancements for syntax highlighting
Bibiko
2009-06-21
2
-39
/
+41
*
• queryString: code cleaning and processing each encoding equally
Bibiko
2009-06-19
3
-30
/
+39
*
• added: SPDataAdditions.m
Bibiko
2009-06-19
5
-68
/
+152
*
Fix for issue #285. Also tidy up the add/change row method including friendli...
stuconnolly
2009-06-19
1
-42
/
+83
*
• added to TableContent.m:
Bibiko
2009-06-19
3
-1
/
+121
*
Accommodate all MySQL versions when getting the list of storage engines.
stuconnolly
2009-06-19
2
-5
/
+74
*
• added: by holding ⌘, ⇧, or/and ⌥ dragged selected rows will be copi...
Bibiko
2009-06-19
1
-2
/
+10
*
• fixed: avoid displaying µs for query execution time
Bibiko
2009-06-19
1
-3
/
+7
*
• added support to drag&drop textClipping files to Custom Query Editor and ...
Bibiko
2009-06-19
3
-4
/
+25
*
• added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function
Bibiko
2009-06-18
18
-215
/
+187
*
• introduced inline function NSStringUTF8String() to SPStringAdditions.h
Bibiko
2009-06-18
3
-5
/
+22
*
Added new logging options to preferences.
avenjamin
2009-06-18
1
-33
/
+396
*
• further tiny improvements for queryString's speed
Bibiko
2009-06-18
2
-4
/
+15
*
• added: init consoleLoggingEnabled: for new connection
Bibiko
2009-06-18
1
-0
/
+3
*
Fix missing Growl Notification prefs alert message
avenjamin
2009-06-18
1
-0
/
+0
*
• added to CMMCPConnection: observeValueForKeyPath:@"ConsoleEnableLogging"
Bibiko
2009-06-18
2
-2
/
+15
*
• some tiny improvements to speed up queryString:
Bibiko
2009-06-18
8
-30
/
+49
*
• some improvement to speed up queryString:
Bibiko
2009-06-17
3
-10
/
+26
*
• changed regex of trigger a reload of table/db according to executed queries
Bibiko
2009-06-17
1
-3
/
+4
*
• in r801 the code for inserting a new field containing a PRIMARY KEY after...
Bibiko
2009-06-17
1
-9
/
+19
*
Significant connection improvements:
rowanbeentje
2009-06-17
2
-35
/
+98
*
• added to CMMCPConnection:
Bibiko
2009-06-16
2
-20
/
+81
*
• fixed: "Duplicate field" will be disabled explicitly if selected table is...
Bibiko
2009-06-16
1
-4
/
+6
*
• changed the behaviour of the "Duplicate Field" button in TableSource:
Bibiko
2009-06-16
2
-33
/
+15
*
• fixed: if the user tries to delete the last defined field in a given tabl...
Bibiko
2009-06-16
1
-0
/
+18
*
Rework queryString:withEncoding:, and ensure memory is correctly released whe...
rowanbeentje
2009-06-15
2
-38
/
+88
*
Move the QuickLook interface to its own header file.
stuconnolly
2009-06-15
5
-94
/
+128
*
• subclassed the editSheet textView
Bibiko
2009-06-15
5
-28
/
+381
*
• different log message for changing max_allowed_packet for increasing it a...
Bibiko
2009-06-15
4
-20
/
+39
*
Replace the change table type button with an edit button that switches the cu...
stuconnolly
2009-06-15
3
-353
/
+95
*
Implementation of enhancement #273: Allow user to truncate table by right cli...
stuconnolly
2009-06-15
4
-59
/
+151
*
• deleted the drag&drop feature of file path or content from SPTextViewAddi...
Bibiko
2009-06-15
6
-180
/
+187
*
• improved event handling while showing QuickLook preview in editSheet
Bibiko
2009-06-15
1
-6
/
+39
*
Cleanups and improvements within queryString:encoding:
rowanbeentje
2009-06-15
2
-35
/
+52
*
Add support for titlebar connection status images, and use for SSH tunnels.
rowanbeentje
2009-06-14
9
-245
/
+193
*
- Default the index type picker to INDEX if a primary key already exists on ...
rowanbeentje
2009-06-13
1
-1
/
+15
[prev]
[next]