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-07 16:19:38 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aeb8c429bf5f74e35e4c297dfbb82588beb8ade8
sqlalchemy
/
test
T
History
Mike Bayer
aeb8c429bf
- implemented from_obj argument for query.count, improves count function
...
on selectresults [ticket:325]
2006-11-02 21:31:56 +00:00
..
base
fixed some imports, transaction hanging open
2006-10-22 19:10:44 +00:00
engine
- some new Pool utility classes, updated docs
2006-10-24 21:32:13 +00:00
ext
- implemented from_obj argument for query.count, improves count function
2006-11-02 21:31:56 +00:00
orm
- fixed bug in circular dependency sorting at flush time; if object A
2006-11-01 03:30:16 +00:00
perf
- added profiling to massave
2006-10-01 23:15:53 +00:00
sql
- fixed direct execution of Compiled objects
2006-10-31 15:58:51 +00:00
zblog
reorganizing classnames a bit, flagging "private" classes in the sql package,
2006-10-17 02:03:00 +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
- added basic 'zblog' test suite
2006-09-05 17:16:26 +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
- specifying joins in the from_obj argument of query.select() will
2006-09-27 07:08:26 +00:00
testbase.py
added system return code to base runtest
2006-10-27 03:53:39 +00:00