| Commit message (Expand) | Author | Age | Files | Lines |
| * | local_remote_pairs/remote_side are comparing against existing | Mike Bayer | 2012-02-06 | 2 | -249/+53 |
| * | this version has easy cases going well. hard cases not so much | Mike Bayer | 2012-02-06 | 2 | -103/+385 |
| * | proof of concept. relationships.JoinCondition is given | Mike Bayer | 2012-02-06 | 1 | -0/+742 |
| * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 4 | -25/+71 |
| * | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 2 | -13/+42 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 8 | -58/+111 |
| * | - add a warning regarding tuple.in_(), [ticket:2395] | Mike Bayer | 2012-02-04 | 2 | -7/+24 |
| * | accept the symbols so recreate works | Mike Bayer | 2012-02-01 | 1 | -4/+5 |
| * | - [feature] Added pool_reset_on_return argument | Mike Bayer | 2012-02-01 | 3 | -8/+56 |
| * | fix an inadvertent abuse of variable scope | Mike Bayer | 2012-01-31 | 1 | -1/+2 |
| * | break out _save_obj(), _delete_obj(), _post_update() into a new module | Mike Bayer | 2012-01-30 | 4 | -629/+793 |
| * | - [bug] Scaled back the test applied within | Mike Bayer | 2012-01-30 | 1 | -10/+9 |
| * | declarative reflection example | Mike Bayer | 2012-01-28 | 1 | -1/+34 |
| * | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 3 | -54/+76 |
| * | fix a few py3k bugs | Mike Bayer | 2012-01-28 | 1 | -0/+1 |
| * | then merge this | Mike Bayer | 2012-01-28 | 7 | -21/+38 |
| |\ |
|
| | * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 7 | -21/+38 |
| * | | - [bug] removed an erroneous "raise" in the | Mike Bayer | 2012-01-28 | 1 | -3/+0 |
| |/ |
|
| * | - [bug] Fixed bug where "merge" cascade could | Mike Bayer | 2012-01-28 | 1 | -1/+4 |
| * | - [bug] Fixed bug in "mock" strategy whereby | Mike Bayer | 2012-01-28 | 1 | -3/+3 |
| * | - [bug] Fixed issue where the "required" exception | Mike Bayer | 2012-01-28 | 1 | -11/+22 |
| * | - [bug] Fixed bug where unpickled object didn't | Mike Bayer | 2012-01-28 | 1 | -0/+4 |
| * | - [bug] Raise an exception if xyzload_all() is | Mike Bayer | 2012-01-28 | 1 | -2/+5 |
| * | - [bug] Fixed regression from 0.7.4 whereby | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| * | - [bug] Added a boolean check for the "finalize" | Mike Bayer | 2012-01-27 | 1 | -1/+1 |
| * | - [bug] Changed LRUCache, used by the mapper | Mike Bayer | 2012-01-27 | 1 | -4/+9 |
| * | - [bug] implemented standard "can't set attribute" / | Mike Bayer | 2012-01-27 | 1 | -0/+4 |
| * | - [bug] Fixed issue where modified session state | Mike Bayer | 2012-01-27 | 1 | -4/+18 |
| * | - [bug] Added ORA-03135 to the never ending | Mike Bayer | 2012-01-25 | 1 | -1/+3 |
| * | o null check PyObject_Repr results | Philip Jenvey | 2012-01-23 | 2 | -7/+20 |
| * | don't need to use __builtin__ for these things, doesn't work in py3k | Mike Bayer | 2012-01-23 | 1 | -8/+5 |
| * | 2.4 doesn't have any() | Mike Bayer | 2012-01-22 | 2 | -1/+11 |
| * | - [feature] Added new capability to relationship | Mike Bayer | 2012-01-22 | 4 | -2/+29 |
| * | - [bug] Dropped the "30 char" limit on pymssql, | Mike Bayer | 2012-01-22 | 1 | -1/+0 |
| * | - [bug] Adjusted the regexp used in the | Mike Bayer | 2012-01-22 | 1 | -1/+1 |
| * | - adjust the test for [ticket:2377] to be less controversial on | Mike Bayer | 2012-01-22 | 1 | -11/+14 |
| * | fix a callcount issue here | Mike Bayer | 2012-01-22 | 1 | -3/+1 |
| * | couple more vars not needed outside | Mike Bayer | 2012-01-22 | 1 | -4/+2 |
| * | - apply the pyflakes stick to strategies.py. In particular, try | Mike Bayer | 2012-01-22 | 1 | -194/+285 |
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 4 | -11/+41 |
| * | - [bug] Improved error messages when a non-string | Mike Bayer | 2012-01-22 | 2 | -31/+79 |
| * | - [feature] Added "false()" and "true()" expression | Mike Bayer | 2012-01-18 | 2 | -0/+8 |
| * | - [bug] fixed regexp that filters out warnings | Mike Bayer | 2012-01-17 | 1 | -3/+1 |
| * | another serializable for [ticket:2371] | Mike Bayer | 2012-01-12 | 1 | -2/+9 |
| * | - [bug] ensure pickleability of all ORM exceptions | Mike Bayer | 2012-01-11 | 1 | -5/+12 |
| * | further fixes for column/table errors | Mike Bayer | 2012-01-11 | 1 | -0/+7 |
| * | some adjustments for py3k | Mike Bayer | 2012-01-11 | 1 | -1/+1 |
| * | add examples for multi metadata under __abstract__, custom vertical partitioning | Mike Bayer | 2012-01-11 | 1 | -0/+21 |
| * | - Fixed regression from 0.6 whereby if | Mike Bayer | 2012-01-10 | 3 | -14/+18 |
| * | - [bug] Added __reduce__ to StatementError, | Mike Bayer | 2012-01-10 | 1 | -0/+8 |