track database name in tables
commitb471bca844b4c906319e44f9cb3805dd63741e65
authorygrek <ygrek@autistici.org>
Mon, 10 Feb 2020 23:40:25 +0000 (10 18:40 -0500)
committerygrek <ygrek@autistici.org>
Mon, 10 Feb 2020 23:40:25 +0000 (10 18:40 -0500)
treef5bc3a9384713639a4bf835ab35c46f622d3da87
parentede7ec7f7553e62a1d80c47df712fbbd70931f5b
track database name in tables

default database change (via USE) is not tracked, so all table name
references must be consistent

close #69
_tags
lib/sql.ml
lib/sql_parser.mly
lib/stmt.ml
lib/syntax.ml
lib/tables.ml
src/gen.ml
src/gen_xml.ml
test/database.sql [new file with mode: 0644]
test/out/database.xml [new file with mode: 0644]