summaryrefslogtreecommitdiff
path: root/test/scanners/sql
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-1415-1156/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Added new keywords and functions to SQL scanner (see #221, thanks to Joshua ↵murphy2010-03-302-0/+508
| | | | Galvez).
* Tests for the improved SQL scanner.murphy2010-03-218-95/+195
|
* Test cleanup.murphy2009-04-204-71/+71
| | | | | | * Fixed Scheme and SQL scanner tests after last bugfix. * Removed obsolete Python test file.
* New: *PHP and SQL Scanners*murphy2009-04-209-0/+548
* 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.