summaryrefslogtreecommitdiff
path: root/pygments/lexers/sql.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-9/+9
|
* Closes #1008: allow $ in names for Oracle SQL.Georg Brandl2014-10-071-1/+1
|
* use words() in sqlGeorg Brandl2014-09-191-88/+95
|
* Make all keyword lists in special modules into tuples.Georg Brandl2014-09-191-3/+3
| | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime.
* Fix parsing of escaped quotes in strings in MySqlLexerbgirarde2014-08-211-4/+3
|
* Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-151-5/+5
|
* Overlap due to case insensitive modeGaurav Jain2014-05-151-6/+6
|
* Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-4/+4
|
* Refactor RQL into the existing SQL lexer file.Jharrod LaFon2014-04-141-1/+32
|
* use versionadded directivesGeorg Brandl2014-01-191-4/+4
|
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-7/+9
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Closes #853: fix typo in SQL lexer.Georg Brandl2013-05-191-1/+1
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Closes #749: get rid of deepcopy usage to restore 2.4 compatibilityGeorg Brandl2012-05-081-8/+2
|
* Minor lint fixesTim Hatch2012-03-091-4/+4
| | | | | | | | --- pygments/lexers/other.py | 12 ++++++------ pygments/lexers/shell.py | 6 +++--- pygments/lexers/sql.py | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-)
* Closes #739: replace generator-send with custom class to work under 2.4.Georg Brandl2012-02-181-7/+16
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Module reorganizing: move sql stuff together, create new "shell" module.Georg Brandl2012-02-051-0/+556