summaryrefslogtreecommitdiff
path: root/tests/test_sql.py
Commit message (Collapse)AuthorAgeFilesLines
* Added analyse_text() that attempts to detect MySQL and Transact-SQL.Thomas Aglassinger2016-10-011-1/+45
|
* Fixed detection of Number.Float in Transact-SQL for corner cases like "1." ↵Thomas Aglassinger2016-03-241-2/+7
| | | | and "1.e2."
* Fixed that regex to detect Number.Float shadowed regex for Number.Integer ↵Thomas Aglassinger2016-03-231-0/+4
| | | | for Transact-SQL.
* Fixed broken test case by properly naming Transact-SQL example file to ↵Thomas Aglassinger2016-03-221-12/+1
| | | | prevent ResourceLexer from attempting to lex it.
* Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase.Thomas Aglassinger2016-03-211-0/+76