| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Code cleanup. | Andi Albrecht | 2013-06-17 | 1 | -0/+5 |
| | | |||||
| * | Fix indentation and simplify processing logic in example (fixes issue98, ↵ | Andi Albrecht | 2013-06-17 | 1 | -5/+5 |
| | | | | | issue99). | ||||
| * | Stop parsing tables at first keyword after "from". | Robert Nix | 2013-06-17 | 1 | -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 Albrecht | 2010-10-22 | 1 | -0/+53 |
| | | |||||
| * | Added low-level parsing example. | Andi Albrecht | 2009-04-23 | 1 | -0/+48 |
