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
*
• added field name to Field Editor Sheet
Bibiko
2009-08-08
1
-0
/
+1
*
• open a SQL file via Finder or Terminal (open *.sql if SP is the default a...
Bibiko
2009-08-05
1
-0
/
+5
*
• add Menu Item "Insert NULL value" SHIFT+CTRL+N
Bibiko
2009-08-03
1
-0
/
+21
*
• button tooltip for "Show / Hide Table Information" toggles according to i...
Bibiko
2009-08-02
1
-0
/
+5
*
- don't add an empty query to history
Bibiko
2009-07-29
1
-8
/
+9
*
• fixed and improved several issues for sorting the Custom Query result table:
Bibiko
2009-07-28
1
-8
/
+59
*
• Editing in Custom Query:
Bibiko
2009-07-26
1
-27
/
+45
*
- For custom query result columns which map to SQL fields, check the column ...
rowanbeentje
2009-07-24
1
-2
/
+59
*
- Fix editing of results including decimals
rowanbeentje
2009-07-23
1
-5
/
+3
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
1
-5
/
+10
*
• 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
1
-11
/
+18
*
Add the ability to navigate between tables via foreign key relationships, add...
rowanbeentje
2009-07-18
1
-1
/
+2
*
• 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
1
-79
/
+45
*
• fixed minor issues for "Comment Line/Selection" in Custom Query
Bibiko
2009-07-16
1
-6
/
+11
*
• fixed: Custom Query's gear menu item "Comment Line" will change its titl...
Bibiko
2009-07-16
1
-0
/
+3
*
• rewrote ⌘/ "comment line" completely
Bibiko
2009-07-16
1
-26
/
+102
*
• Comment current Query/Selection
Bibiko
2009-07-15
1
-4
/
+16
*
• initial support for ⌘/ in CustomQuery editor to (un)comment out the cur...
Bibiko
2009-07-15
1
-0
/
+30
*
- changed history and favorite selection to insert rather then overwrite quer...
mtvee
2009-07-14
1
-12
/
+3
*
Rework data storage and retrieval in TableContent and CustomQuery backing arr...
rowanbeentje
2009-07-13
1
-30
/
+32
*
Improve custom query timing and display:
rowanbeentje
2009-06-27
1
-5
/
+5
*
• fixed issue for sorting the Custom Query table via clicking at the header...
Bibiko
2009-06-26
1
-2
/
+4
*
• initial trial to make Custom Query's result table sortable by clicking at...
Bibiko
2009-06-24
1
-11
/
+56
*
• Custom Query fixes:
Bibiko
2009-06-24
1
-60
/
+68
*
• added to SPDataAdditions:
Bibiko
2009-06-23
1
-41
/
+11
*
• added SPDataCellFormatter to data cells of the Custom Query table
Bibiko
2009-06-23
1
-0
/
+2
*
• fixed: make usage of backtickQuotedString to allow table names containing...
Bibiko
2009-06-23
1
-52
/
+72
*
- 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
1
-44
/
+221
*
• 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
1
-4
/
+73
*
• some code cleaning and tiny performance enhancements for various for/whil...
Bibiko
2009-06-21
1
-23
/
+30
*
• added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function
Bibiko
2009-06-18
1
-9
/
+12
*
• some tiny improvements to speed up queryString:
Bibiko
2009-06-18
1
-4
/
+4
*
• changed regex of trigger a reload of table/db according to executed queries
Bibiko
2009-06-17
1
-3
/
+4
*
• improved: sped up removing the background color for query highlighting
Bibiko
2009-06-06
1
-2
/
+8
*
• added to Editor Preferences:
Bibiko
2009-06-05
1
-4
/
+19
*
• reload table list, database pull-down menu according to user's statements...
Bibiko
2009-06-05
1
-13
/
+37
*
Fixed some memory leaks found using llvm/clang. There are still some to fix
bamse16
2009-06-05
1
-1
/
+3
*
• fixed: suppress highlighting of the current query if something is selected
Bibiko
2009-06-04
1
-1
/
+7
*
• simplified quertAtPosition:
Bibiko
2009-06-04
1
-213
/
+99
*
• updated queryTextRangeForQuery: method to make usage of the new SQLParser
Bibiko
2009-06-04
1
-15
/
+11
*
• added support for the “delimiter” command
Bibiko
2009-06-04
1
-87
/
+119
*
• ADDED: highlight the current active query by setting its background color...
Bibiko
2009-05-28
1
-1
/
+19
*
• fixed dependence in showHelpForCurrentWord: to allow to invoke the help (...
Bibiko
2009-05-28
1
-1
/
+1
*
Fix for query editor font being lost. Initialize the prefs reference in setCo...
stuconnolly
2009-05-27
1
-2
/
+2
*
• activate Preference setting for caret color
Bibiko
2009-05-24
1
-1
/
+2
*
- Forgot to save this file before last commit
avenjamin
2009-05-22
1
-3
/
+3
[next]