summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/sql.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow $ in SQL object names.BenBasson2014-06-121-1/+1
|
* fix for #163 (SQL scanner), declare 1.1.1Kornelius Kalnbach2014-02-221-24/+16
|
* close open string token groups in SQL scannerKornelius Kalnbach2013-06-231-3/+6
|
* minor tweaks to generator and scanner edge casesKornelius Kalnbach2013-03-111-1/+1
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-1/+1
|
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-191-1/+1
|
* new keywords and improvements for SQL scanner (closes #221)murphy2011-05-211-16/+23
|
* renamed pre_* token kinds to predefined_*murphy2011-04-171-3/+3
|
* Ported r661 (fix for SQL on Rubinius) to trunk.murphy2010-09-191-1/+1
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-52/+42
|
* Added new keywords and functions to SQL scanner (see #221, thanks to Joshua ↵murphy2010-03-301-2/+3
| | | | Galvez).
* Improvements to the SQL scanner - more keywords, more colors :)murphy2010-03-211-10/+24
|
* Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOCmurphy2009-10-191-2/+2
| | | | | * Also, DATABASE is a SQL keyword.
* More cleanup.murphy2009-04-221-4/+4
|
* SQL scanner cleanup (issue #33).murphy2009-04-221-8/+11
| | | | | * Increased size of the test suite random samples.
* New: *PHP and SQL Scanners*murphy2009-04-201-0/+159
* Both not well tested yet, preview versions. * Some example code for both languages. * PHP scanner original by Stefan Walk. * SQL scanner using code by Keith Pitt and Josh Goebel.