Files
sqlalchemy/lib
Mike Bayer 6fd0bc7c62 - Fixed a regression from 0.9.5 caused by 🎫3025 where the
query used to determine "default schema" is invalid in SQL Server 2000.
For SQL Server 2000 we go back to defaulting to the "schema name"
parameter of the dialect, which is configurable but defaults
to 'dbo'. fixes #3025
2014-07-14 19:16:11 -04:00
..