This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
sqlalchemy
Watch
2
Star
0
Fork
0
You've already forked sqlalchemy
mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced
2026-06-05 15:23:48 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff7574ffa34d17274c01b1b55830b1cd116dbb0a
sqlalchemy
/
test
/
dialect
T
History
Mike Bayer
fa42abd213
oracle dialect takes schema name into account when checking for existing tables
...
of the same name. [ticket:709]
2008-05-24 23:34:04 +00:00
..
__init__.py
- MySQL ENUM types can now optionally ensure that values are within the
2007-05-02 00:41:52 +00:00
access.py
- updated the naming scheme of the base test classes in test/testlib/testing.py;
2008-02-11 00:28:39 +00:00
alltests.py
- testbase is gone, replaced by testenv
2008-01-12 22:03:42 +00:00
firebird.py
The column default has been renamed
server_default
in 0.5
2008-05-16 23:09:54 +00:00
informix.py
get basic compilation working for [ticket:972]
2008-02-17 15:35:30 +00:00
maxdb.py
r4695 merged to trunk; trunk now becomes 0.5.
2008-05-09 16:34:10 +00:00
mssql.py
r4695 merged to trunk; trunk now becomes 0.5.
2008-05-09 16:34:10 +00:00
mysql.py
Columns now have default= and server_default=. PassiveDefault fades away.
2008-05-14 19:49:40 +00:00
oracle.py
oracle dialect takes schema name into account when checking for existing tables
2008-05-24 23:34:04 +00:00
postgres.py
Columns now have default= and server_default=. PassiveDefault fades away.
2008-05-14 19:49:40 +00:00
sqlite.py
Columns now have default= and server_default=. PassiveDefault fades away.
2008-05-14 19:49:40 +00:00
sybase.py
- updated the naming scheme of the base test classes in test/testlib/testing.py;
2008-02-11 00:28:39 +00:00