| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [bug] A warning is emitted when a not-present | Mike Bayer | 2012-02-21 | 1 | -2/+12 |
| * | document with_lockmode(), [ticket:2412] | Mike Bayer | 2012-02-20 | 1 | -1/+16 |
| * | break up _join_left_to_right to call upon _prepare_right_side and _join_to_left. | Mike Bayer | 2012-02-16 | 1 | -13/+28 |
| * | - fix some unclear phrases in query regarding polymorphic, | Mike Bayer | 2012-02-16 | 1 | -18/+16 |
| * | - [bug] Added execution_options() call to | Mike Bayer | 2012-02-13 | 1 | -0/+3 |
| * | - [feature] Added "no_parameters=True" execution | Mike Bayer | 2012-02-13 | 2 | -5/+39 |
| * | revert this, bad idea | Mike Bayer | 2012-02-13 | 1 | -1/+0 |
| * | - [bug] Fixed the "render literal bind" function, | Mike Bayer | 2012-02-13 | 1 | -0/+1 |
| * | - [bug] Fixed bug whereby MappedCollection | Mike Bayer | 2012-02-13 | 1 | -0/+11 |
| * | - break out sample URLs into individual, per-database sections each with a link | Mike Bayer | 2012-02-12 | 1 | -0/+20 |
| * | - [feature] Added a new oracle create_engine() flag | Mike Bayer | 2012-02-12 | 1 | -4/+28 |
| * | - add OrderingList class and other functions to sphinx documentation | Mike Bayer | 2012-02-12 | 1 | -4/+3 |
| * | - [feature] Added the ability to query for | Mike Bayer | 2012-02-12 | 2 | -6/+15 |
| * | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 3 | -4/+64 |
| * | - [bug] Index will raise when arguments passed | Mike Bayer | 2012-02-12 | 1 | -3/+7 |
| * | - [bug] Fixed bug whereby if a method name | Mike Bayer | 2012-02-12 | 1 | -6/+13 |
| * | - [bug] Fixed bug in new "autoload_replace" flag | Mike Bayer | 2012-02-12 | 2 | -6/+12 |
| * | - Added missing compilation support for | Mike Bayer | 2012-02-12 | 1 | -0/+3 |
| * | - add a context manager availble via Engine.begin() | Mike Bayer | 2012-02-12 | 1 | -86/+195 |
| * | document identity_map | Mike Bayer | 2012-02-11 | 1 | -0/+13 |
| * | - [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 |