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 23:06:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5dfbeedb9f7ae148081d1dbc3e91e876526eb90
sqlalchemy
/
lib
/
sqlalchemy
/
databases
T
History
Jason Kirtland
554f223f6b
Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117]
2008-10-28 21:32:24 +00:00
..
__init__.py
- The 'length' argument to all Numeric types has been renamed
2008-08-24 19:52:54 +00:00
access.py
…
firebird.py
- The 'length' argument to all Numeric types has been renamed
2008-08-24 19:52:54 +00:00
information_schema.py
…
informix.py
- 0.5.0rc3, doh
2008-10-18 18:14:06 +00:00
maxdb.py
- "not equals" comparisons of simple many-to-one relation
2008-10-18 17:34:52 +00:00
mssql.py
Corrected case in mssql where binary expression has bind parameters on both sides.
2008-10-23 01:47:40 +00:00
mxODBC.py
…
mysql.py
Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117]
2008-10-28 21:32:24 +00:00
oracle.py
auto_convert_lobs=False honored by OracleBinary, OracleText types
2008-10-24 17:09:58 +00:00
postgres.py
Modifications to allow the backends to control the behavior of an empty insert. If supports_empty_insert is True then the backend specifically supports the 'insert into t1 () values ()' syntax. If supports_default_values is True then the backend supports the 'insert into t1 default values' syntax. If both are false then the backend has no support for empty inserts at all and an exception gets raised. Changes here are careful to not change current behavior except where the current behavior was failing to begin with.
2008-10-20 15:21:00 +00:00
sqlite.py
Modifications to allow the backends to control the behavior of an empty insert. If supports_empty_insert is True then the backend specifically supports the 'insert into t1 () values ()' syntax. If supports_default_values is True then the backend supports the 'insert into t1 default values' syntax. If both are false then the backend has no support for empty inserts at all and an exception gets raised. Changes here are careful to not change current behavior except where the current behavior was failing to begin with.
2008-10-20 15:21:00 +00:00
sybase.py
- "not equals" comparisons of simple many-to-one relation
2008-10-18 17:34:52 +00:00