Commit Graph

2 Commits

Author SHA1 Message Date
James E. Blair 41d8e478a5 Remove "sql connection" backwards compatability for database
In 4.0 we deprecated connections using the "sql" driver in favor of
using the new "database" config file section.  Remove the backwards
compatible handling of that so that "sql" connections or lack of
"database" section report an error.

Change-Id: I7e592cf5ff63f73f487e41bb6e3e4a4ae523e3fc
2022-01-25 16:07:08 -08:00
Tobias Henkel 56fc36dd60
Also prefix the alembic_version table
We need to prefix all tables if we configured a prefix. That includes
the alembic version table.

Change-Id: Ie80544cca8aeb6c8bc66e1eea7722b4a8ed7f8dc
2018-04-11 07:30:40 +02:00