| Commit message (Expand) | Author | Age | Files | Lines |
* | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -952/+0 |
* | - got rudimental "mapping to multiple tables" functionality cleaned up, | Mike Bayer | 2006-06-02 | 1 | -1/+2 |
* | fixes half of [ticket:192], query.load()/get() with a unicode argument was fa... | Mike Bayer | 2006-06-01 | 1 | -0/+16 |
* | brad clement's 0.2 firebird support ! | Mike Bayer | 2006-06-01 | 1 | -0/+2 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -179/+274 |
* | added unittest to verify eager loads refresh expired instances | Mike Bayer | 2006-04-26 | 1 | -0/+14 |
* | mapper's querying facilities migrated to new query.Query() object, which can ... | Mike Bayer | 2006-04-06 | 1 | -1/+1 |
* | added explicit "session" argument to get(), select_whereclause in mapper, as ... | Mike Bayer | 2006-04-06 | 1 | -0/+7 |
* | attributes overhaul #2 - attribute manager now tracks class-level initializer... | Mike Bayer | 2006-04-03 | 1 | -1/+4 |
* | fixed reset_history method when applied to an attribute that had an attribute... | Mike Bayer | 2006-04-02 | 1 | -0/+9 |
* | introducing...the mods package ! the SelectResults thing moves as the first mod | Mike Bayer | 2006-03-31 | 1 | -9/+9 |
* | Jonas Borgström's fantastic SelectRsults patch that adds dynamic list argume... | Mike Bayer | 2006-03-31 | 1 | -9/+9 |
* | rework to expire() to make it smarter. when you expire(), history is immedia... | Mike Bayer | 2006-03-26 | 1 | -5/+27 |
* | removed circular loop in creating new list elements, fixes a common refresh()... | Mike Bayer | 2006-03-25 | 1 | -0/+21 |
* | added expunge() method to objectstore | Mike Bayer | 2006-03-25 | 1 | -1/+11 |
* | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -1/+1 |
* | added expire() function + unit test fixes [ticket:95] | Mike Bayer | 2006-03-10 | 1 | -0/+25 |
* | adjustment to compile synchronizers which allows many-to-many synchronize to ... | Mike Bayer | 2006-02-26 | 1 | -0/+23 |
* | merged eager loading overhaul rev 1001:1009 | Mike Bayer | 2006-02-20 | 1 | -3/+4 |
* | some comments, changed SmartProperty to be smarter, UOW | Mike Bayer | 2006-02-19 | 1 | -0/+7 |
* | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -3/+3 |
* | somewhat of an overhaul, got alltests to work again | Mike Bayer | 2006-02-09 | 1 | -3/+3 |
* | deprecated relation(class, table) | Mike Bayer | 2006-02-02 | 1 | -40/+40 |
* | tests mapper column/property check | Mike Bayer | 2006-01-13 | 1 | -0/+21 |
* | added count func to mapper | Mike Bayer | 2006-01-08 | 1 | -1/+7 |
* | small adjust after mapper/sql overhaul | Mike Bayer | 2006-01-08 | 1 | -1/+1 |
* | broke apart deafult ordering into oid or primary key. a DB that has no oids ... | Mike Bayer | 2006-01-02 | 1 | -4/+4 |
* | rowid->oid | Mike Bayer | 2006-01-02 | 1 | -4/+4 |
* | rowid_column becomes more like the "order by column". 'default_ordering' fla... | Mike Bayer | 2006-01-01 | 1 | -1/+1 |
* | license switch | Mike Bayer | 2005-12-31 | 1 | -0/+3 |
* | changes related to mapping against arbitrary selects, selects with labels or ... | Mike Bayer | 2005-12-30 | 1 | -4/+7 |
* | reworking concept of column lists, "FromObject", "Selectable"; | Mike Bayer | 2005-12-30 | 1 | -0/+8 |
* | updates for assignmapper, inherit_condition not required | Mike Bayer | 2005-12-29 | 1 | -10/+17 |
* | mapper, when updating, only SET's those columns that have changed. | Mike Bayer | 2005-12-23 | 1 | -4/+14 |
* | added defer and undefer mapper options | Mike Bayer | 2005-12-23 | 1 | -3/+47 |
* | refactor/cleanup to mapper options methodology to allow for incoming defer/un... | Mike Bayer | 2005-12-23 | 1 | -9/+46 |
* | deferred property, checks for NULL primary key components and returns None | Mike Bayer | 2005-12-22 | 1 | -0/+3 |
* | added 'deferred' keyword, allowing deferred loading of a particular column | Mike Bayer | 2005-12-21 | 1 | -0/+20 |
* | added select_by, get_by, magic methods | Mike Bayer | 2005-12-14 | 1 | -0/+14 |
* | echo can now be False, True or 'debug'. result sets are printed only if echo ... | Mike Bayer | 2005-12-12 | 1 | -2/+2 |
* | more combinations | Mike Bayer | 2005-12-12 | 1 | -0/+2 |
* | added 'order_by' property to mapper constructor | Mike Bayer | 2005-12-12 | 1 | -0/+9 |
* | more grueling unit tests involving limit, offset and distinct (and unions) | Mike Bayer | 2005-12-08 | 1 | -47/+114 |
* | limit and offset support for mappers, insanity with eager loading | Mike Bayer | 2005-12-07 | 1 | -1/+1 |
* | added rudimentary support for limit and offset (with the hack version in oracle) | Mike Bayer | 2005-12-07 | 1 | -17/+38 |
* | added order_by to EagerLoader, LazyLoader | Mike Bayer | 2005-12-04 | 1 | -0/+34 |
* | math operators | Mike Bayer | 2005-12-04 | 1 | -1/+1 |
* | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -2/+1 |
* | some cleanup to tests, adjustments to support mysql quirks | Mike Bayer | 2005-11-27 | 1 | -10/+12 |
* | mysql somewhat present | Mike Bayer | 2005-11-27 | 1 | -1/+0 |