Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow $ in SQL object names. | BenBasson | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | fix for #163 (SQL scanner), declare 1.1.1 | Kornelius Kalnbach | 2014-02-22 | 1 | -24/+16 |
| | |||||
* | close open string token groups in SQL scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -3/+6 |
| | |||||
* | minor tweaks to generator and scanner edge cases | Kornelius Kalnbach | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | rename CaseIgnoringWordList to WordList::CaseIgnoring | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | new keywords and improvements for SQL scanner (closes #221) | murphy | 2011-05-21 | 1 | -16/+23 |
| | |||||
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -3/+3 |
| | |||||
* | Ported r661 (fix for SQL on Rubinius) to trunk. | murphy | 2010-09-19 | 1 | -1/+1 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -52/+42 |
| | |||||
* | Added new keywords and functions to SQL scanner (see #221, thanks to Joshua ↵ | murphy | 2010-03-30 | 1 | -2/+3 |
| | | | | Galvez). | ||||
* | Improvements to the SQL scanner - more keywords, more colors :) | murphy | 2010-03-21 | 1 | -10/+24 |
| | |||||
* | Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC | murphy | 2009-10-19 | 1 | -2/+2 |
| | | | | | * Also, DATABASE is a SQL keyword. | ||||
* | More cleanup. | murphy | 2009-04-22 | 1 | -4/+4 |
| | |||||
* | SQL scanner cleanup (issue #33). | murphy | 2009-04-22 | 1 | -8/+11 |
| | | | | | * Increased size of the test suite random samples. | ||||
* | New: *PHP and SQL Scanners* | murphy | 2009-04-20 | 1 | -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. |