issues
search
Trevoke
/
sqlup-mode.el
An emacs minor mode to upcase SQL keyword and functions
GNU General Public License v3.0
88
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
sqlup-maybe-capitalize-symbol modified to ignore symbols prefixed by "."
#72
nverno
opened
1 year ago
0
[org] How to use sqlup in org sql code block
#71
braoult
closed
4 years ago
5
sqlup-mode does not work as expected when buffer contains "# -*-"
#70
yangyingchao
closed
1 year ago
0
keywords in quotes
#69
spluque
opened
6 years ago
3
Add sqlup-capitalize-keywords-in-buffer
#68
davidw
closed
7 years ago
0
Wishlist: command to do entire buffer
#67
davidw
closed
7 years ago
4
Fix enabling sql mode modifying buffer
#66
davidshepherd7
closed
7 years ago
5
if sqlup is hooked to a major mode, the first word might get upcased
#65
Trevoke
closed
7 years ago
2
Tweak source code to match advice in this blog entry
#64
Trevoke
opened
7 years ago
0
Sqlup mode break highlighting when disabled in buffer
#63
kepi
closed
7 years ago
15
Use emacs 25's checkdoc-package-keywords and checkdoc-file in build
#62
Trevoke
opened
8 years ago
0
Use case-fold-search to simplify logic?
#61
Trevoke
opened
8 years ago
4
Add a simple blacklist
#60
davidshepherd7
closed
8 years ago
3
Fix keyboard macros breaking sqlup mode
#59
davidshepherd7
closed
8 years ago
3
Fix postgres meta commands
#58
davidshepherd7
closed
8 years ago
2
Vision for this package
#57
Trevoke
opened
8 years ago
3
Refactoring
#56
davidshepherd7
closed
8 years ago
3
Add some tests for sql interactive mode
#55
davidshepherd7
closed
8 years ago
1
Fix test insanity, and fix capitalizing symbols which partially match a keyword
#54
davidshepherd7
closed
8 years ago
1
Make minor mode stop printing "sqlup mode enabled in current buffer"
#53
Trevoke
closed
7 years ago
1
Set up travis and fix byte compiler errors
#52
davidshepherd7
closed
8 years ago
4
Fix capitalizing symbols which partially match a keyword
#51
davidshepherd7
closed
8 years ago
8
variable name with "_" get capitalized.
#50
adouzzy
closed
8 years ago
2
Test fails but behavior works. Why?
#49
Trevoke
closed
8 years ago
4
If in sql-mode, super-happy path
#48
Trevoke
closed
7 years ago
1
Better implementation than a temp buffer?
#47
Trevoke
closed
8 years ago
1
Feature no global evals
#46
yogsothoth
closed
8 years ago
6
Testing for eval strings shouldn't be done with a global var
#45
yogsothoth
closed
8 years ago
4
Add testing
#44
Trevoke
closed
8 years ago
2
Moved sqlup-in-execute-string back to a global variable
#43
yogsothoth
closed
8 years ago
5
Upcase keywords in eval strings
#42
yogsothoth
closed
8 years ago
3
Fix package
#41
syohex
closed
8 years ago
1
fix function typo
#40
stardiviner
closed
8 years ago
0
Support NoSQL databases like Redis, MongoDB etc
#39
stardiviner
closed
8 years ago
8
Can't use postgres commands (`\c`) -- they can get capitalized
#38
Trevoke
closed
8 years ago
2
Add function
#37
ReneFroger
closed
8 years ago
3
Change variable definition position for byte-compile warning
#36
syohex
closed
8 years ago
2
Add package footer for packaging convention
#35
syohex
closed
8 years ago
1
Invalidate `sqlup-local-keywords-regexps` after product changes
#34
iqbalansari
closed
9 years ago
2
The 'upcasable' keywords are not updated after changing sql engine
#33
iqbalansari
closed
9 years ago
0
Fix bug in sqlup-user-pressed-returnp
#32
atofigh
closed
9 years ago
0
sqlup-mode does not up-case word after pressing return key
#31
atofigh
closed
9 years ago
3
sqlup-mode does not work with company-mode
#30
stardiviner
closed
9 years ago
1
False positive: name ALWAYS assumed to be SQL keyword
#29
mcandre
closed
8 years ago
4
If sql-mode thinks we're in a comment, it won't work
#28
Trevoke
closed
8 years ago
1
Stopped working with non-sql-major-mode buffers
#27
Trevoke
closed
9 years ago
0
May you please create a tag for release?
#26
grettke
closed
9 years ago
6
sqlup stop working
#25
tommas1988
closed
9 years ago
0
minor mode, major modes.. sqled?
#24
Trevoke
closed
9 years ago
7
Use sql-product from sql-mode if available
#23
ian-kelling
closed
10 years ago
3
Next