summaryrefslogtreecommitdiff
path: root/test/objectstore.py
Commit message (Expand)AuthorAgeFilesLines
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-1161/+0
* improvements/fixes to session cascade iteration,Mike Bayer2006-06-051-0/+2
* - got rudimental "mapping to multiple tables" functionality cleaned up,Mike Bayer2006-06-021-4/+40
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-325/+187
* added 'supports', 'unsupports' decorators to unittests so that they can all p...Mike Bayer2006-04-291-2/+6
* mapper's querying facilities migrated to new query.Query() object, which can ...Mike Bayer2006-04-061-0/+2
* added a unit test for the "version_id" keyword argument, which passes based o...Mike Bayer2006-04-031-0/+54
* attributes overhaul #2 - attribute manager now tracks class-level initializer...Mike Bayer2006-04-031-2/+1
* second assertionMike Bayer2006-03-311-1/+2
* added unit test for the old commit that was in [changeset:1186]. modified it...Mike Bayer2006-03-311-0/+73
* added "nest_on" option for Session, so nested transactions can occur mostly a...Mike Bayer2006-03-221-1/+30
* fixed attributes bug where if an object is committed, its lazy-loaded list gotMike Bayer2006-03-141-0/+20
* oracle is requiring dictionary params to be in a clean dict, added conversionMike Bayer2006-03-131-1/+1
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-1/+23
* added unittest for orm-persisted insert without a postfetch, tweak to engine ...Mike Bayer2006-03-051-2/+14
* got mapper to receive the onupdates after updating an instance (also properly...Mike Bayer2006-03-051-2/+14
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-251-0/+3
* exception package added, support throughoutMike Bayer2006-02-191-1/+0
* added new style of begin/commit which returns a tranactional objectMike Bayer2006-02-181-7/+36
* bind params upon insert are totally column "name" based, so in process_defaul...Mike Bayer2006-02-171-1/+1
* Modified objectstore to look for primary key param values by column name not ...Robert Leftwich2006-02-171-0/+21
* tweak to get tables to show upMike Bayer2006-02-171-8/+10
* added another multi-pk testMike Bayer2006-02-171-1/+17
* oracle likes to use VARCHAR isntead of CLOB so put limits on StringMike Bayer2006-02-141-2/+2
* latest reorgnanization of the objectstore, the Session is a simpler object th...Mike Bayer2006-02-141-0/+41
* some tweaks to options, use_alias, live removedMike Bayer2006-02-121-3/+1
* more hammering of defaults. ORM will properly execute defaults and post-fetc...Mike Bayer2006-02-111-0/+50
* somewhat of an overhaul, got alltests to work againMike Bayer2006-02-091-1/+3
* more Sequences needed for oracleMike Bayer2006-02-051-1/+1
* ordering of queries can be different based on platform dictionary orderingMike Bayer2006-02-051-12/+12
* needed optional sequence for oracle supportMike Bayer2006-02-051-2/+2
* beginnings of a "multilple relations to the same table" testMike Bayer2006-02-041-0/+20
* deprecated relation(class, table)Mike Bayer2006-02-021-16/+17
* RowProxy changes - added keys(), used keys() to add more dictionary-like beha...Robert Leftwich2006-01-281-14/+14
* test for inheritance, tests objectstore post_exec works fullyMike Bayer2006-01-261-2/+24
* small adjust after mapper/sql overhaulMike Bayer2006-01-081-0/+2
* testing backref/lazyload uses mapper.get()Mike Bayer2006-01-051-2/+4
* postgres oids say byebye by default, putting hooks in for engines to determin...Mike Bayer2006-01-011-4/+56
* catching up oracle to current, some tweaks to unittests to work better with o...Mike Bayer2005-12-301-7/+6
* the 'column' function is optional to point a property to a column when constr...Mike Bayer2005-12-241-2/+2
* ColumnProperty -> columnMike Bayer2005-12-241-2/+2
* mapper, when updating, only SET's those columns that have changed.Mike Bayer2005-12-231-13/+15
* refactor/cleanup to mapper options methodology to allow for incoming defer/un...Mike Bayer2005-12-231-4/+3
* build in 'backref' property argumentMike Bayer2005-12-091-2/+2
* working the backref attributes thing. many-to-many unittest works now...Mike Bayer2005-12-061-0/+21
* math operatorsMike Bayer2005-12-041-1/+1
* many-to-many mechanism changed the ordering of the three queries involvedMike Bayer2005-12-031-4/+4
* migrated __ALL__ to __all__, oops, and reworked moduleMike Bayer2005-11-301-2/+1
* some cleanup to tests, adjustments to support mysql quirksMike Bayer2005-11-271-51/+64
* cleaning up more with command-line argsMike Bayer2005-11-261-1/+8