summaryrefslogtreecommitdiff
path: root/test/proxy_engine.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-198/+0
|
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-182/+61
|
* moves the binding of a TypeEngine object from "schema/statement creation" ↵Mike Bayer2006-04-061-4/+4
| | | | time into "compilation" time
* introducing...the mods package ! the SelectResults thing moves as the first modMike Bayer2006-03-311-1/+1
|
* Jonas Borgström's fantastic SelectRsults patch that adds dynamic list ↵Mike Bayer2006-03-311-1/+1
| | | | argument support to the mapper.select() methd. associated unit test tweaks and mapper integration.
* fixed nasty transaction counting bug with new session thing + unit testMike Bayer2006-03-171-1/+1
|
* oid inits at compilation time/when needed again, added a unit testMike Bayer2006-02-281-0/+11
|
* base begin method returns transaciton objectMike Bayer2006-02-181-4/+4
|
* tableimpl and columnimpl proxy to actual impl objects per engineMike Bayer2006-02-111-12/+14
|
* somewhat of an overhaul, got alltests to work againMike Bayer2006-02-091-37/+60
|
* Provisional fix for #51, very slightly adapted from the patch posted in the ↵Jason Pellerin2006-02-051-7/+50
| | | | ticket. Tests added to verify fix.
* unit tests for proxy engineMike Bayer2006-02-011-0/+240