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
/
CustomQuery.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Move history popup construction to the main thread, fixing crashes probabl...
rowanbeentje
2010-03-08
1
-2
/
+11
*
- Add a check for valid columns - this addresses http://log.sequelpro.com/vi...
rowanbeentje
2010-03-07
1
-0
/
+1
*
• added to CustomQuery's CMTextView the option to set auto-completion on/of...
Bibiko
2010-03-07
1
-3
/
+3
*
• fixed threading issue if user performs query in Custom Query all the time...
Bibiko
2010-02-18
1
-8
/
+2
*
- Implement result view saving in a more general way within CustomQuery; now...
rowanbeentje
2010-02-11
1
-19
/
+89
*
(no commit message)
Bibiko
2010-02-05
1
-5
/
+7
*
• fixed synchronisation of history lists if more than one instance of the s...
Bibiko
2010-02-05
1
-32
/
+16
*
• forgotten to remove debug logs
Bibiko
2010-02-05
1
-2
/
+0
*
• refactored the entire history logic in Custom Query
Bibiko
2010-02-05
1
-31
/
+74
*
- Rework SPSQLParser, extending DELIMITER support into all the original func...
rowanbeentje
2010-02-05
1
-4
/
+8
*
• fixed undo behaviour of insertion of history/query favs
Bibiko
2010-02-04
1
-3
/
+6
*
• added key-shortcut ⌘= to make the textview size larger
Bibiko
2010-02-02
1
-20
/
+0
*
• Content Table and Query Editor table's tooltip are displayed by using the...
Bibiko
2010-01-31
1
-1
/
+8
*
• CMTextView's colours are set via observer, live changed in editable textv...
Bibiko
2010-01-30
1
-29
/
+15
*
Rework CMCopyTable copy functionality and related code:
rowanbeentje
2010-01-30
1
-1
/
+1
*
• suppress the display of table cell tooltips if TableDocument isWorking to...
Bibiko
2010-01-30
1
-1
/
+1
*
• added observer for all Query Editor colors to avoid initialising colors e...
Bibiko
2010-01-30
1
-0
/
+10
*
• current query highlighting is done now in drawRect: (much more faster an...
Bibiko
2010-01-30
1
-43
/
+14
*
• text macro logic
Bibiko
2010-01-29
1
-3
/
+4
*
• further tiny improvements to avoid exceptional cases while highlighting t...
Bibiko
2010-01-29
1
-4
/
+17
*
• fixed some issues and improved the text macro behaviour
Bibiko
2010-01-29
1
-1
/
+8
*
• for [CMTextView selectLineNumber:…] added safety-check for lineNumber < 1
Bibiko
2010-01-28
1
-7
/
+12
*
• improved the graphical representation of text macro snippets
Bibiko
2010-01-27
1
-1
/
+1
*
• corrected regex to trigger table/db reload after executing a query in the...
Bibiko
2010-01-26
1
-2
/
+3
*
• added possibility to add a query favorite by user-definable alphanumeric ...
Bibiko
2010-01-24
1
-3
/
+21
*
• bound Custom Query gear menu item "Completion List" (CTRL key is recogni...
Bibiko
2010-01-22
1
-1
/
+4
*
• avoid updating TablesList for queries in Custom Query Editor à la "SHOW ...
Bibiko
2010-01-21
1
-1
/
+1
*
Address Issue #546 (format string bugs):
rowanbeentje
2010-01-20
1
-5
/
+6
*
Add a new SPDataStorage class, and use it in TableContent and CustomQuery:
rowanbeentje
2010-01-17
1
-33
/
+31
*
Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce...
bamse16
2010-01-14
1
-2
/
+2
*
- Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...
rowanbeentje
2010-01-09
1
-68
/
+68
*
Menu item label.
stuconnolly
2010-01-06
1
-1
/
+1
*
• next step to improve the Query Favorites/History search field behaviour
Bibiko
2010-01-05
1
-1
/
+20
*
• first trial to improve the search field behaviour for Query Favorites and...
Bibiko
2010-01-05
1
-0
/
+16
*
• fixed maximal number of history items setting
Bibiko
2010-01-05
1
-2
/
+2
*
• added Save/Copy History List to "Query History"'s popup menu
Bibiko
2010-01-05
1
-16
/
+137
*
• replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...
Bibiko
2010-01-04
1
-2
/
+2
*
• remember scrollview port and selected row after editing in the Custom Que...
Bibiko
2010-01-04
1
-9
/
+23
*
- Ensure all results for server variable requests are returned as strings, t...
rowanbeentje
2010-01-03
1
-0
/
+1
*
- Improve line selection for certain errors ending in numbers, and safety-ch...
rowanbeentje
2009-12-29
1
-1
/
+1
*
- Replace /* */ notation in long comments with unicode look-alikes to fix wa...
rowanbeentje
2009-12-28
1
-3
/
+3
*
Random source tidy up changes.
stuconnolly
2009-12-18
1
-10
/
+2
*
- Work through static analysis of the source, fixing a number of small memor...
rowanbeentje
2009-12-14
1
-5
/
+3
*
Replace the main toolbar's #define'd identifier constants with extern's. This...
stuconnolly
2009-12-12
1
-2
/
+2
*
- Additional error checking when reading in query favorites to ensure a malf...
rowanbeentje
2009-12-07
1
-0
/
+1
*
• fixed URL of MySQL web search for versions < = 4.1
Bibiko
2009-12-05
1
-1
/
+6
*
• fixed issue for "Update Help while typing" to suppress opening the MySQL ...
Bibiko
2009-12-03
1
-15
/
+34
*
- When working with the storage arrays for CustomQuery and TableContent, use...
rowanbeentje
2009-11-28
1
-16
/
+56
*
Fix an occasional crasher by checking the size of the custom query result set...
stuconnolly
2009-11-24
1
-36
/
+36
*
• fixed: backtick the database name in an UPDATE statement executed in the ...
Bibiko
2009-11-22
1
-2
/
+2
[next]