summaryrefslogtreecommitdiff
path: root/test/mapper.py
Commit message (Expand)AuthorAgeFilesLines
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-952/+0
* - got rudimental "mapping to multiple tables" functionality cleaned up,Mike Bayer2006-06-021-1/+2
* fixes half of [ticket:192], query.load()/get() with a unicode argument was fa...Mike Bayer2006-06-011-0/+16
* brad clement's 0.2 firebird support !Mike Bayer2006-06-011-0/+2
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-179/+274
* added unittest to verify eager loads refresh expired instancesMike Bayer2006-04-261-0/+14
* mapper's querying facilities migrated to new query.Query() object, which can ...Mike Bayer2006-04-061-1/+1
* added explicit "session" argument to get(), select_whereclause in mapper, as ...Mike Bayer2006-04-061-0/+7
* attributes overhaul #2 - attribute manager now tracks class-level initializer...Mike Bayer2006-04-031-1/+4
* fixed reset_history method when applied to an attribute that had an attribute...Mike Bayer2006-04-021-0/+9
* introducing...the mods package ! the SelectResults thing moves as the first modMike Bayer2006-03-311-9/+9
* Jonas Borgström's fantastic SelectRsults patch that adds dynamic list argume...Mike Bayer2006-03-311-9/+9
* rework to expire() to make it smarter. when you expire(), history is immedia...Mike Bayer2006-03-261-5/+27
* removed circular loop in creating new list elements, fixes a common refresh()...Mike Bayer2006-03-251-0/+21
* added expunge() method to objectstoreMike Bayer2006-03-251-1/+11
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-1/+1
* added expire() function + unit test fixes [ticket:95]Mike Bayer2006-03-101-0/+25
* adjustment to compile synchronizers which allows many-to-many synchronize to ...Mike Bayer2006-02-261-0/+23
* merged eager loading overhaul rev 1001:1009Mike Bayer2006-02-201-3/+4
* some comments, changed SmartProperty to be smarter, UOWMike Bayer2006-02-191-0/+7
* exception package added, support throughoutMike Bayer2006-02-191-3/+3
* somewhat of an overhaul, got alltests to work againMike Bayer2006-02-091-3/+3
* deprecated relation(class, table)Mike Bayer2006-02-021-40/+40
* tests mapper column/property checkMike Bayer2006-01-131-0/+21
* added count func to mapperMike Bayer2006-01-081-1/+7
* small adjust after mapper/sql overhaulMike Bayer2006-01-081-1/+1
* broke apart deafult ordering into oid or primary key. a DB that has no oids ...Mike Bayer2006-01-021-4/+4
* rowid->oidMike Bayer2006-01-021-4/+4
* rowid_column becomes more like the "order by column". 'default_ordering' fla...Mike Bayer2006-01-011-1/+1
* license switchMike Bayer2005-12-311-0/+3
* changes related to mapping against arbitrary selects, selects with labels or ...Mike Bayer2005-12-301-4/+7
* reworking concept of column lists, "FromObject", "Selectable";Mike Bayer2005-12-301-0/+8
* updates for assignmapper, inherit_condition not requiredMike Bayer2005-12-291-10/+17
* mapper, when updating, only SET's those columns that have changed.Mike Bayer2005-12-231-4/+14
* added defer and undefer mapper optionsMike Bayer2005-12-231-3/+47
* refactor/cleanup to mapper options methodology to allow for incoming defer/un...Mike Bayer2005-12-231-9/+46
* deferred property, checks for NULL primary key components and returns NoneMike Bayer2005-12-221-0/+3
* added 'deferred' keyword, allowing deferred loading of a particular columnMike Bayer2005-12-211-0/+20
* added select_by, get_by, magic methodsMike Bayer2005-12-141-0/+14
* echo can now be False, True or 'debug'. result sets are printed only if echo ...Mike Bayer2005-12-121-2/+2
* more combinationsMike Bayer2005-12-121-0/+2
* added 'order_by' property to mapper constructorMike Bayer2005-12-121-0/+9
* more grueling unit tests involving limit, offset and distinct (and unions)Mike Bayer2005-12-081-47/+114
* limit and offset support for mappers, insanity with eager loadingMike Bayer2005-12-071-1/+1
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-17/+38
* added order_by to EagerLoader, LazyLoaderMike Bayer2005-12-041-0/+34
* math operatorsMike Bayer2005-12-041-1/+1
* 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-10/+12
* mysql somewhat presentMike Bayer2005-11-271-1/+0