| Commit message (Expand) | Author | Age | Files | Lines |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -1161/+0 |
| * | improvements/fixes to session cascade iteration, | Mike Bayer | 2006-06-05 | 1 | -0/+2 |
| * | - got rudimental "mapping to multiple tables" functionality cleaned up, | Mike Bayer | 2006-06-02 | 1 | -4/+40 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -325/+187 |
| * | added 'supports', 'unsupports' decorators to unittests so that they can all p... | Mike Bayer | 2006-04-29 | 1 | -2/+6 |
| * | mapper's querying facilities migrated to new query.Query() object, which can ... | Mike Bayer | 2006-04-06 | 1 | -0/+2 |
| * | added a unit test for the "version_id" keyword argument, which passes based o... | Mike Bayer | 2006-04-03 | 1 | -0/+54 |
| * | attributes overhaul #2 - attribute manager now tracks class-level initializer... | Mike Bayer | 2006-04-03 | 1 | -2/+1 |
| * | second assertion | Mike Bayer | 2006-03-31 | 1 | -1/+2 |
| * | added unit test for the old commit that was in [changeset:1186]. modified it... | Mike Bayer | 2006-03-31 | 1 | -0/+73 |
| * | added "nest_on" option for Session, so nested transactions can occur mostly a... | Mike Bayer | 2006-03-22 | 1 | -1/+30 |
| * | fixed attributes bug where if an object is committed, its lazy-loaded list got | Mike Bayer | 2006-03-14 | 1 | -0/+20 |
| * | oracle is requiring dictionary params to be in a clean dict, added conversion | Mike Bayer | 2006-03-13 | 1 | -1/+1 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -1/+23 |
| * | added unittest for orm-persisted insert without a postfetch, tweak to engine ... | Mike Bayer | 2006-03-05 | 1 | -2/+14 |
| * | got mapper to receive the onupdates after updating an instance (also properly... | Mike Bayer | 2006-03-05 | 1 | -2/+14 |
| * | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -0/+3 |
| * | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -1/+0 |
| * | added new style of begin/commit which returns a tranactional object | Mike Bayer | 2006-02-18 | 1 | -7/+36 |
| * | bind params upon insert are totally column "name" based, so in process_defaul... | Mike Bayer | 2006-02-17 | 1 | -1/+1 |
| * | Modified objectstore to look for primary key param values by column name not ... | Robert Leftwich | 2006-02-17 | 1 | -0/+21 |
| * | tweak to get tables to show up | Mike Bayer | 2006-02-17 | 1 | -8/+10 |
| * | added another multi-pk test | Mike Bayer | 2006-02-17 | 1 | -1/+17 |
| * | oracle likes to use VARCHAR isntead of CLOB so put limits on String | Mike Bayer | 2006-02-14 | 1 | -2/+2 |
| * | latest reorgnanization of the objectstore, the Session is a simpler object th... | Mike Bayer | 2006-02-14 | 1 | -0/+41 |
| * | some tweaks to options, use_alias, live removed | Mike Bayer | 2006-02-12 | 1 | -3/+1 |
| * | more hammering of defaults. ORM will properly execute defaults and post-fetc... | Mike Bayer | 2006-02-11 | 1 | -0/+50 |
| * | somewhat of an overhaul, got alltests to work again | Mike Bayer | 2006-02-09 | 1 | -1/+3 |
| * | more Sequences needed for oracle | Mike Bayer | 2006-02-05 | 1 | -1/+1 |
| * | ordering of queries can be different based on platform dictionary ordering | Mike Bayer | 2006-02-05 | 1 | -12/+12 |
| * | needed optional sequence for oracle support | Mike Bayer | 2006-02-05 | 1 | -2/+2 |
| * | beginnings of a "multilple relations to the same table" test | Mike Bayer | 2006-02-04 | 1 | -0/+20 |
| * | deprecated relation(class, table) | Mike Bayer | 2006-02-02 | 1 | -16/+17 |
| * | RowProxy changes - added keys(), used keys() to add more dictionary-like beha... | Robert Leftwich | 2006-01-28 | 1 | -14/+14 |
| * | test for inheritance, tests objectstore post_exec works fully | Mike Bayer | 2006-01-26 | 1 | -2/+24 |
| * | small adjust after mapper/sql overhaul | Mike Bayer | 2006-01-08 | 1 | -0/+2 |
| * | testing backref/lazyload uses mapper.get() | Mike Bayer | 2006-01-05 | 1 | -2/+4 |
| * | postgres oids say byebye by default, putting hooks in for engines to determin... | Mike Bayer | 2006-01-01 | 1 | -4/+56 |
| * | catching up oracle to current, some tweaks to unittests to work better with o... | Mike Bayer | 2005-12-30 | 1 | -7/+6 |
| * | the 'column' function is optional to point a property to a column when constr... | Mike Bayer | 2005-12-24 | 1 | -2/+2 |
| * | ColumnProperty -> column | Mike Bayer | 2005-12-24 | 1 | -2/+2 |
| * | mapper, when updating, only SET's those columns that have changed. | Mike Bayer | 2005-12-23 | 1 | -13/+15 |
| * | refactor/cleanup to mapper options methodology to allow for incoming defer/un... | Mike Bayer | 2005-12-23 | 1 | -4/+3 |
| * | build in 'backref' property argument | Mike Bayer | 2005-12-09 | 1 | -2/+2 |
| * | working the backref attributes thing. many-to-many unittest works now... | Mike Bayer | 2005-12-06 | 1 | -0/+21 |
| * | math operators | Mike Bayer | 2005-12-04 | 1 | -1/+1 |
| * | many-to-many mechanism changed the ordering of the three queries involved | Mike Bayer | 2005-12-03 | 1 | -4/+4 |
| * | 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 | -51/+64 |
| * | cleaning up more with command-line args | Mike Bayer | 2005-11-26 | 1 | -1/+8 |