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
475cc6f0c907dceaedd53dcb3a29099cc8d1fdfc
sqlalchemy
/
test
T
History
Jason Kirtland
c2a1e9065c
Oops.
2007-08-03 14:43:28 +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
- Dialects can be queried for the server version (sqlite and mysql only with this commit)
2007-08-03 02:38:00 +00:00
engine
- Dialects can be queried for the server version (sqlite and mysql only with this commit)
2007-08-03 02:38:00 +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
switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm
2007-08-03 13:57:40 +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
Oops.
2007-08-03 14:43:28 +00:00
testlib
switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm
2007-08-03 13:57:40 +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