summaryrefslogtreecommitdiff
path: root/tests/test_sql.py
Commit message (Expand)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." an...Thomas Aglassinger2016-03-241-2/+7
* Fixed that regex to detect Number.Float shadowed regex for Number.Integer for...Thomas Aglassinger2016-03-231-0/+4
* Fixed broken test case by properly naming Transact-SQL example file to preven...Thomas Aglassinger2016-03-221-12/+1
* Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase.Thomas Aglassinger2016-03-211-0/+76