summaryrefslogtreecommitdiff
path: root/pygments/lexers/sql.py
Commit message (Expand)AuthorAgeFilesLines
* sql: style fixesGeorg Brandl2019-11-271-89/+104
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-4/+4
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix a small bug in the SQL analysis.Matth?us G. Chajdas2019-01-041-2/+8
* Merged in roskakori/pygments-analyze-sql (pull request #672)Anteru2019-01-041-2/+50
|\
| * Added analyse_text() that attempts to detect MySQL and Transact-SQL.Thomas Aglassinger2016-10-011-2/+50
| * Merged in roskakori/pygments-tsql (pull request #577)Tim Hatch2016-05-311-3/+3
| |\
| | * Fixed single line SQL comments on end of file without a trailing newline.Thomas Aglassinger2016-03-241-3/+3
| * | Improved detection of single line SQL comments as suggested in pull request #...Thomas Aglassinger2016-03-291-1/+1
| * | Fixed detection of Number.Float in Transact-SQL for corner cases like "1." an...Thomas Aglassinger2016-03-241-2/+6
| * | Fixed detection of Transact-SQL comments in the last line of a source code wi...Thomas Aglassinger2016-03-231-1/+1
| * | Fixed that regex to detect Number.Float shadowed regex for Number.Integer for...Thomas Aglassinger2016-03-231-1/+2
| * | Fixed minus operator for Transact-SQL.Thomas Aglassinger2016-03-221-3/+3
| * | Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase.Thomas Aglassinger2016-03-211-2/+55
| |/
| * merge with stableGeorg Brandl2016-02-141-10/+25
| |\
| | * String prefixes and dollar-quoted string delimiters lexing in Postgresql. Als...Miikka Salminen2016-02-081-10/+25
| * | Make postgres strings use their own state.Georg Brandl2016-02-081-2/+12
| |/
| * Closes #1206: add IF and ELSIF to SQL keywords.Georg Brandl2016-02-031-3/+3
| * merge default into stableGeorg Brandl2016-01-171-0/+598
* Merge heads.Georg Brandl2018-11-281-2/+2
|\
| * Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-2/+2
* | Be more Pythonic, use a for instead of while 1: try: nextMiro Hron?ok2018-07-041-13/+4
* | PEP 479: Raising StopIteration from a generator is now an errorMiro Hron?ok2018-07-041-1/+4
|/
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+681