summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/sql.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.