summaryrefslogtreecommitdiff
path: root/tests/examplefiles/tsql_example.sql
Commit message (Collapse)AuthorAgeFilesLines
* Fixed detection of Number.Float in Transact-SQL for corner cases like "1." ↵Thomas Aglassinger2016-03-241-1/+5
| | | | and "1.e2."
* Fixed detection of Transact-SQL comments in the last line of a source code ↵Thomas Aglassinger2016-03-231-0/+2
| | | | without a newline at the end.
* Cleaned up obsolete comment on file suffix.Thomas Aglassinger2016-03-231-4/+0
|
* Fixed broken test case by properly naming Transact-SQL example file to ↵Thomas Aglassinger2016-03-221-0/+70
prevent ResourceLexer from attempting to lex it.