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-04 06:48:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e82eebb368718ba1fe24853373399f0fbd2c17e4
sqlalchemy
/
test
/
dialect
T
History
Mike Bayer
ecf22b390b
auto_convert_lobs=False honored by OracleBinary, OracleText types
...
[ticket:1178]
2008-10-24 17:09:58 +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
- Removed 2.3 Decimal compat
2008-07-15 19:40:08 +00:00
mssql.py
- CompileTests run without the DBAPI being used
2008-10-23 02:35:08 +00:00
mysql.py
- the function func.utc_timestamp() compiles to UTC_TIMESTAMP, without
2008-09-10 21:09:04 +00:00
oracle.py
auto_convert_lobs=False honored by OracleBinary, OracleText types
2008-10-24 17:09:58 +00:00
postgres.py
Added new basic match() operator that performs a full-text search. Supported on PostgreSQL, SQLite, MySQL, MS-SQL, and Oracle backends.
2008-07-13 04:45:37 +00:00
sqlite.py
- String's (and Unicode's, UnicodeText's, etc.) convert_unicode
2008-10-12 14:39:20 +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