summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup.Andi Albrecht2013-06-171-0/+5
|
* Fix indentation and simplify processing logic in example (fixes issue98, ↵Andi Albrecht2013-06-171-5/+5
| | | | issue99).
* Stop parsing tables at first keyword after "from".Robert Nix2013-06-171-1/+3
| | | | Currently, the parser isn't smart enough to acknowledge the end of the from-clause list so keywords as table names will still fail. But in simple tests, this solution works. Best-practice: don't use SQL keywords as table names. :)
* Add example script to extract table names.Andi Albrecht2010-10-221-0/+53
|
* Added low-level parsing example.Andi Albrecht2009-04-231-0/+48