| Commit message (Expand) | Author | Age | Files | Lines |
| * | breakthrough, wow | Mike Bayer | 2010-04-05 | 3 | -109/+33 |
| * | so here is kind of the idea. but it doesn't work like it used to. | Mike Bayer | 2010-04-05 | 1 | -2/+22 |
| * | looks like most of the issues are because we're losing insert ordering | Mike Bayer | 2010-04-05 | 2 | -2/+62 |
| * | - many-to-many is up. | Mike Bayer | 2010-04-05 | 2 | -77/+111 |
| * | better assertions, the concern is that an object will change state and not ha... | Mike Bayer | 2010-04-05 | 1 | -14/+13 |
| * | these are some assertions that would make things easier, if they can be maint... | Mike Bayer | 2010-04-05 | 1 | -4/+4 |
| * | - enabled the DetectKeySwitch, and additionally added that it need | Mike Bayer | 2010-04-05 | 4 | -80/+92 |
| * | branch merge | Mike Bayer | 2010-04-05 | 1 | -16/+19 |
| |\ |
|
| | * | better yet | Mike Bayer | 2010-04-05 | 1 | -2/+1 |
| | * | clarify intent and reduce lookups here | Mike Bayer | 2010-04-05 | 1 | -16/+20 |
| * | | - further reduce what topological has to do, expects full list of nodes | Mike Bayer | 2010-04-04 | 3 | -46/+33 |
| * | | this fully moves the per_state methods to work with all states at once | Mike Bayer | 2010-04-04 | 2 | -52/+70 |
| * | | moving the per-states operations to be aggreagted on the endpoints to reduce | Mike Bayer | 2010-04-04 | 3 | -29/+61 |
| * | | merge default branch | Mike Bayer | 2010-04-04 | 13 | -188/+363 |
| |\ \
| |/ |
|
| | * | - apparently [ticket:1761] was covered in tests already. | Mike Bayer | 2010-04-04 | 1 | -1/+1 |
| | * | cleanup and callcount reduction in mapper._save_obj, _delete_obj. | Mike Bayer | 2010-04-03 | 1 | -109/+195 |
| | * | - Now using cx_oracle output converters so that the | Mike Bayer | 2010-04-03 | 1 | -41/+62 |
| | * | branch merge | Mike Bayer | 2010-04-03 | 14 | -71/+166 |
| | |\ |
|
| | | * | add FunctionElement example | Mike Bayer | 2010-04-02 | 1 | -2/+17 |
| | | * | - The ORM will set the docstring of all generated descriptors | Mike Bayer | 2010-04-02 | 5 | -17/+49 |
| | | * | ... also when changing the row dynamically | Gaëtan de Menten | 2010-04-02 | 1 | -1/+1 |
| | | * | - made the C version of RowProxy accept any sequence for the row, instead of | Gaëtan de Menten | 2010-04-02 | 1 | -17/+16 |
| | | * | - Declarative will raise an informative error message | Mike Bayer | 2010-04-02 | 1 | -2/+6 |
| | | * | - id(obj) is no longer used internally within topological.py, | Mike Bayer | 2010-04-01 | 2 | -11/+11 |
| | | * | - 'cycle' is a stack here - needs to be a list. | Mike Bayer | 2010-03-31 | 1 | -2/+2 |
| | | * | - Restored some bind-labeling logic from 0.5 which ensures | Mike Bayer | 2010-03-31 | 1 | -0/+10 |
| | * | | - the Numeric type raises an *enormous* warning when expected | Mike Bayer | 2010-04-03 | 2 | -1/+10 |
| * | | | row switch works for post-cycle sorts too...just needed more data in the deps... | Mike Bayer | 2010-04-03 | 3 | -23/+26 |
| * | | | got row switch more or less up | Mike Bayer | 2010-04-03 | 2 | -3/+16 |
| * | | | tweak how we indicate child deleted here | Mike Bayer | 2010-04-03 | 1 | -9/+12 |
| * | | | o2m/m2o pretty much there, minus post update. | Mike Bayer | 2010-04-03 | 3 | -4/+19 |
| * | | | - basic inheritance behavior | Mike Bayer | 2010-04-03 | 3 | -17/+27 |
| * | | | working through cycles tests... | Mike Bayer | 2010-04-01 | 2 | -37/+47 |
| * | | | many-to-one completed for self-referential | Mike Bayer | 2010-04-01 | 1 | -14/+15 |
| * | | | refactor dependency elements | Mike Bayer | 2010-04-01 | 2 | -89/+101 |
| * | | | this version passes one to many tests so far | Mike Bayer | 2010-04-01 | 5 | -78/+123 |
| * | | | self-referential working to a small degree | Mike Bayer | 2010-04-01 | 2 | -23/+52 |
| * | | | one more rule | Mike Bayer | 2010-04-01 | 1 | -1/+2 |
| * | | | beginning to address cycles but its not worked out yet | Mike Bayer | 2010-03-31 | 2 | -11/+96 |
| * | | | deletes, rudimentary many-to-ones | Mike Bayer | 2010-03-31 | 4 | -125/+117 |
| * | | | really got topological going. now that we aren't putting fricking mapped ob... | Mike Bayer | 2010-03-31 | 2 | -83/+47 |
| * | | | its alive ! | Mike Bayer | 2010-03-31 | 6 | -159/+248 |
| * | | | This is turning out to be a rewrite of the accounting system of unitofwork.py... | Mike Bayer | 2010-03-30 | 4 | -87/+111 |
| * | | | merge trunk. Re-instating topological._find_cycles for the moment | Mike Bayer | 2010-03-30 | 49 | -1006/+2064 |
| |\ \ \
| | |/
| |/| |
|
| | * | | - the compiler extension now allows @compiles decorators | Mike Bayer | 2010-03-30 | 2 | -11/+12 |
| | * | | - Session.refresh() now does an equivalent expire() | Mike Bayer | 2010-03-29 | 3 | -8/+42 |
| | |/ |
|
| | * | - A collection lazy load will switch off default | Mike Bayer | 2010-03-28 | 2 | -39/+139 |
| | * | - The sqlalchemy.orm.shard module now becomes an extension, | Mike Bayer | 2010-03-28 | 4 | -111/+138 |
| | * | documentation updates | Mike Bayer | 2010-03-28 | 11 | -49/+158 |
| | * | this is a rewrite from the old sybase module with almost nothing | Mike Bayer | 2010-03-27 | 1 | -5/+6 |