| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | Updated CHANGES as well, and moved the LLVM PR to the right list. | ||||
| * | Merged in roskakori/pygments-analyze-sql (pull request #672) | Anteru | 2019-01-04 | 1 | -2/+50 |
| |\ | | | | | | | Added analyse_text() for SQL | ||||
| | * | Added analyse_text() that attempts to detect MySQL and Transact-SQL. | Thomas Aglassinger | 2016-10-01 | 1 | -2/+50 |
| | | | |||||
| * | | 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 |
| |/ / | | | | | | | | | | | So we return instead. Fix needed for Python 3.7. Fixes https://bitbucket.org/birkenfeld/pygments-main/issues/1457 | ||||
| * | | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| |/ | |||||
| * | Merged in roskakori/pygments-tsql (pull request #577) | Tim Hatch | 2016-05-31 | 1 | -3/+3 |
| |\ | | | | | | | Add lexer for Transact-SQL | ||||
| | * | 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 |
| | | | | | | | | | #578. Now it even works in combination with re.DOTALL. | ||||
| * | | Fixed detection of Number.Float in Transact-SQL for corner cases like "1." ↵ | Thomas Aglassinger | 2016-03-24 | 1 | -2/+6 |
| | | | | | | | | | and "1.e2." | ||||
| * | | Fixed detection of Transact-SQL comments in the last line of a source code ↵ | Thomas Aglassinger | 2016-03-23 | 1 | -1/+1 |
| | | | | | | | | | without a newline at the end. | ||||
| * | | Fixed that regex to detect Number.Float shadowed regex for Number.Integer ↵ | Thomas Aglassinger | 2016-03-23 | 1 | -1/+2 |
| | | | | | | | | | for Transact-SQL. | ||||
| * | | 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. ↵ | Miikka Salminen | 2016-02-08 | 1 | -10/+25 |
| | | | | | | | | | Also closes issue #886. | ||||
| * | | 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 |
| | | |||||
| * | Add 'flush' as a keyword in the mysql lexer | Hong Xu | 2015-05-18 | 1 | -2/+2 |
| | | |||||
| * | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | | |||||
| * | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -9/+9 |
| | | |||||
| * | Closes #1008: allow $ in names for Oracle SQL. | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | | |||||
| * | use words() in sql | Georg Brandl | 2014-09-19 | 1 | -88/+95 |
| | | |||||
| * | Make all keyword lists in special modules into tuples. | Georg Brandl | 2014-09-19 | 1 | -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 MySqlLexer | bgirarde | 2014-08-21 | 1 | -4/+3 |
| | | |||||
| * | Replace a-z0-9_ with \w when IGNORECASE is set | Gaurav Jain | 2014-05-15 | 1 | -5/+5 |
| | | |||||
| * | Overlap due to case insensitive mode | Gaurav Jain | 2014-05-15 | 1 | -6/+6 |
| | | |||||
| * | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 1 | -4/+4 |
| | | |||||
| * | Refactor RQL into the existing SQL lexer file. | Jharrod LaFon | 2014-04-14 | 1 | -1/+32 |
| | | |||||
| * | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -4/+4 |
| | | |||||
| * | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -7/+9 |
| | | |||||
| * | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | |||||
| * | Closes #853: fix typo in SQL lexer. | Georg Brandl | 2013-05-19 | 1 | -1/+1 |
| | | |||||
| * | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | | |||||
| * | Closes #749: get rid of deepcopy usage to restore 2.4 compatibility | Georg Brandl | 2012-05-08 | 1 | -8/+2 |
| | | |||||
| * | Minor lint fixes | Tim Hatch | 2012-03-09 | 1 | -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 Brandl | 2012-02-18 | 1 | -7/+16 |
| | | |||||
| * | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | | |||||
| * | Module reorganizing: move sql stuff together, create new "shell" module. | Georg Brandl | 2012-02-05 | 1 | -0/+556 |
