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-15 05:07:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3003239bebcc545a865888ded899199a99faa72c
sqlalchemy
/
test
T
History
Mike Bayer
43d3b77307
- unit tests updated to run without any pysqlite installed; pool
...
test uses a mock DBAPI
2006-08-21 20:01:32 +00:00
..
base
adjusted __getstate__ on InstrumentedList to further avoid callables getting stuck in there...
2006-08-08 01:02:16 +00:00
engine
- unit tests updated to run without any pysqlite installed; pool
2006-08-21 20:01:32 +00:00
ext
added an objectstore clear
2006-08-09 23:56:29 +00:00
orm
- unit-of-work does a better check for "orphaned" objects that are
2006-08-18 17:21:01 +00:00
perf
adjustments to pool stemming from changes made for [ticket:224].
2006-08-04 06:21:58 +00:00
sql
[ticket:280] statement execution supports using the same BindParam
2006-08-18 20:12:39 +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
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +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
fixed bug where if a many-to-many table mapped as "secondary" had other cols in it, delete operations would try to match up on those columns. also fixed bug in new attributes if you set a list based attribute to a blank list, properly fires the 'delete' event for the elements of the previous list
2006-06-16 03:19:53 +00:00
testbase.py
got MS-SQL support largely working, including reflection, basic types, fair amount of ORM stuff, etc.
2006-07-01 19:26:30 +00:00