index
:
delta/python-packages/pygments-git.git
2382-fix
661/ashsearle/phpclass
686/ximmm/css
704/kenzierocks/antlrv4
716/kemichal/eloquence
719/tatt61880/kuin
723/drhouck/cliterals
732/djrm0/gdscript
752/camoberg/yang
765/lgiordani/m68k
767/6wind/yang
769/mtreinish/openqasm
793/brytonhall/singularity
829/TheMartianLife/yarn
834/john-andrews/chisel
836/MaisaMilena/formality
839/joente/thingsdb
Anteru/issue1009
argparse
bug/angular-html
examplefiles
fix/1437
fix/1579
fix/1698-lineos-wrapping
improve-linenos-handling
master
py2removal
raw-alias
regex
release/2.8.x
stable
task/add-analyze-text
task/improve-crlf-handling
github.com: pygments/pygments.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pygments
/
lexers
/
sql.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
sql: style fixes
Georg Brandl
2019-11-27
1
-89
/
+104
*
Update project to use modern Python features and idioms
Jon Dufresne
2019-11-25
1
-4
/
+4
*
Fixup all headers and some more minor problems.
2.4.2
Georg Brandl
2019-05-28
1
-1
/
+1
*
Fix a small bug in the SQL analysis.
Matth?us G. Chajdas
2019-01-04
1
-2
/
+8
*
Merged in roskakori/pygments-analyze-sql (pull request #672)
Anteru
2019-01-04
1
-2
/
+50
|
\
|
*
Added analyse_text() that attempts to detect MySQL and Transact-SQL.
Thomas Aglassinger
2016-10-01
1
-2
/
+50
|
*
Merged in roskakori/pygments-tsql (pull request #577)
Tim Hatch
2016-05-31
1
-3
/
+3
|
|
\
|
|
*
Fixed single line SQL comments on end of file without a trailing newline.
Thomas Aglassinger
2016-03-24
1
-3
/
+3
|
*
|
Improved detection of single line SQL comments as suggested in pull request #...
Thomas Aglassinger
2016-03-29
1
-1
/
+1
|
*
|
Fixed detection of Number.Float in Transact-SQL for corner cases like "1." an...
Thomas Aglassinger
2016-03-24
1
-2
/
+6
|
*
|
Fixed detection of Transact-SQL comments in the last line of a source code wi...
Thomas Aglassinger
2016-03-23
1
-1
/
+1
|
*
|
Fixed that regex to detect Number.Float shadowed regex for Number.Integer for...
Thomas Aglassinger
2016-03-23
1
-1
/
+2
|
*
|
Fixed minus operator for Transact-SQL.
Thomas Aglassinger
2016-03-22
1
-3
/
+3
|
*
|
Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase.
Thomas Aglassinger
2016-03-21
1
-2
/
+55
|
|
/
|
*
merge with stable
Georg Brandl
2016-02-14
1
-10
/
+25
|
|
\
|
|
*
String prefixes and dollar-quoted string delimiters lexing in Postgresql. Als...
Miikka Salminen
2016-02-08
1
-10
/
+25
|
*
|
Make postgres strings use their own state.
Georg Brandl
2016-02-08
1
-2
/
+12
|
|
/
|
*
Closes #1206: add IF and ELSIF to SQL keywords.
Georg Brandl
2016-02-03
1
-3
/
+3
|
*
merge default into stable
Georg Brandl
2016-01-17
1
-0
/
+598
*
Merge heads.
Georg Brandl
2018-11-28
1
-2
/
+2
|
\
|
*
Fix invalid escapes due to missing raw string prefix.
Georg Brandl
2018-11-28
1
-2
/
+2
*
|
Be more Pythonic, use a for instead of while 1: try: next
Miro Hron?ok
2018-07-04
1
-13
/
+4
*
|
PEP 479: Raising StopIteration from a generator is now an error
Miro Hron?ok
2018-07-04
1
-1
/
+4
|
/
*
Copyright update.
Georg Brandl
2017-01-22
1
-1
/
+1
*
Add support for partials and path segments for Handlebars.
Christian Hammond
2016-11-04
1
-0
/
+681