summaryrefslogtreecommitdiff
path: root/examples/extract_table_names.py
Commit message (Collapse)AuthorAgeFilesLines
* Correct license link (fixes #288).Andi Albrecht2016-09-141-1/+1
|
* Unify_naming_schema. Closes #283Victor Uriarte2016-08-221-1/+1
|
* Apply new-style str formatVictor Uriarte2016-06-111-7/+8
|
* Update init and misc filesVictor Uriarte2016-06-061-1/+9
|
* Misc code cleanup.Andi Albrecht2015-10-261-1/+1
|
* 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