summaryrefslogtreecommitdiff
path: root/pygments/lexers/sql.py
Commit message (Expand)AuthorAgeFilesLines
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-2/+1
* Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-2/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* lexer SQL to use whitespace token - regarding #1905 (#1908)Sebastian Engel2021-10-061-9/+13
* Improve checks. (#1884)Matthäus G. Chajdas2021-08-171-0/+3
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-3/+1
* Do not guess MIME or SQL without reasonGeorg Brandl2021-01-171-3/+0
* (sql.py): fix errors in keywords (#1668)0xflotus2021-01-101-6/+6
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* MySQL: Tokenize quoted schema object names, and escape characters, uniquely (...Kurt McKee2020-10-271-9/+9
* all: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-071-3/+5
* all: use argumentless super()Georg Brandl2020-09-061-1/+1
* Simplify regex.Matthäus G. Chajdas2020-09-061-1/+1
* Overhaul the MySQL lexer (#1527)Kurt McKee2020-09-061-56/+153
* all: use yield from (#1537)Georg Brandl2020-09-061-14/+8
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-1/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* sql lexer: Add temporal support keywordslonetwin2020-02-291-6/+7
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-5/+4
* 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