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-05-18 06:32:08 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
rel_0_4beta1
sqlalchemy
/
test
T
History
Mike Bayer
8564ae6ef9
two tests which assumed autoincrement=False for integer PK columns now require it
...
to be explicit due to r3255.
2007-08-12 15:58:11 +00:00
..
base
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
dialect
Allow auto_increment on any pk column, not just the first.
2007-08-12 01:11:44 +00:00
engine
attempting to get oracle XID to work. not there yet.
2007-08-11 01:08:42 +00:00
ext
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
orm
two tests which assumed autoincrement=False for integer PK columns now require it
2007-08-12 15:58:11 +00:00
perf
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
sql
- case_sensitive=(True|False) setting removed from schema items, since
2007-08-11 14:03:23 +00:00
testlib
--dropfirst option added, defaults to False. pre-drops tables when set to True, reportedly mis-behaves on Oracle, MS-SQL.
2007-08-10 18:12:30 +00:00
zblog
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
__init__.py
inserting './lib/' into sys.path since PYTHONPATH no longer straightforward with latest setuptools
2006-06-29 00:28:55 +00:00
alltests.py
- MySQL ENUM types can now optionally ensure that values are within the
2007-05-02 00:41:52 +00:00
binary_data_one.dat
fixed binary types test to use two binary files specifically for testing, instead of
2006-10-30 01:29:43 +00:00
binary_data_two.dat
fixed binary types test to use two binary files specifically for testing, instead of
2006-10-30 01:29:43 +00:00
pickleable.py
- added "pickleable" module to test suite to have cPickle-compatible
2006-09-23 20:26:20 +00:00
testbase.py
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00