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-02 22:10:15 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
898034c214dbae0c4f11dbd1301d26147dee42ea
sqlalchemy
/
test
T
History
Mike Bayer
6d6c546b0e
a rudimental reconnect/pool auto-dispose test. not super-comprehensive but better
...
than nothing, will
close
#516
2007-04-22 00:30:39 +00:00
..
base
"alltests" runners call testbase.main(), which takes an optional suite,
2007-03-15 18:11:05 +00:00
engine
a rudimental reconnect/pool auto-dispose test. not super-comprehensive but better
2007-04-22 00:30:39 +00:00
ext
mssql: now passes still more unit tests, [ticket:481]
2007-03-19 02:00:32 +00:00
orm
- fixed issue where slice assignment on relation properties truncates the relation (
#529
)
2007-04-19 19:07:51 +00:00
perf
- added a mutex to the mapper compilation step. ive been reluctant to add any kind
2007-01-06 20:32:47 +00:00
sql
- merged in the combined patch for
#474
,
#475
,
#476
(attached to
#476
) and a new set of tests
2007-04-19 19:35:03 +00:00
zblog
"alltests" runners call testbase.main(), which takes an optional suite,
2007-03-15 18:11:05 +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
"alltests" runners call testbase.main(), which takes an optional suite,
2007-03-15 18:11:05 +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
coverage.py
integrated coverage.py into unittest suite
2006-10-23 01:26:24 +00:00
pickleable.py
- added "pickleable" module to test suite to have cPickle-compatible
2006-09-23 20:26:20 +00:00
rundocs.py
inserting './lib/' into sys.path since PYTHONPATH no longer straightforward with latest setuptools
2006-06-29 00:28:55 +00:00
tables.py
- eager loading will not "aliasize" "order by" clauses that were placed
2007-03-14 23:48:07 +00:00
testbase.py
- fixed critical issue when, after options(eagerload()) is used,
2007-04-18 22:33:53 +00:00