]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support get_schema_names for SQLite
authorBrian Van Klaveren <brianv0@users.noreply.github.com>
Wed, 9 Sep 2015 21:23:27 +0000 (14:23 -0700)
committerBrian Van Klaveren <brianv0@users.noreply.github.com>
Wed, 9 Sep 2015 21:23:27 +0000 (14:23 -0700)
commit4d53b31247265422a36cc2e58e8db0bf200e8329
tree5d2f1602117d5e152e43d778f8f436b2139c361a
parent8174e7236be3937d20fa0931af4799ab9b0f1f29
Support get_schema_names for SQLite

Should return "main" and the names of attached databases.
test/dialect/test_sqlite.py