| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 7 | -14/+109 |
| * | more test adjustments | Mike Bayer | 2010-04-15 | 1 | -4/+17 |
| * | actually we need to copy the dict there since it gets run repeatedly inside o... | Mike Bayer | 2010-04-15 | 1 | -1/+1 |
| * | adjust incoming params to add keys that are specific to the compiled, i.e. or... | Mike Bayer | 2010-04-15 | 1 | -0/+3 |
| * | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 8 | -81/+63 |
| * | dont use collections on 2.4 | Mike Bayer | 2010-04-14 | 1 | -3/+2 |
| * | 0.6.0 prep | Mike Bayer | 2010-04-14 | 3 | -11/+5 |
| * | merge tip | Mike Bayer | 2010-04-14 | 1 | -2/+4 |
| |\ | |||||
| | * | update language regarding the behavior of expire/refresh with regards to rela... | Mike Bayer | 2010-04-14 | 1 | -2/+4 |
| * | | merge tip | Mike Bayer | 2010-04-13 | 12 | -67/+463 |
| |\ \ | |/ | |||||
| | * | merge tip | Chris Withers | 2010-04-13 | 5 | -30/+79 |
| | |\ | |||||
| | | * | merge tip | Mike Bayer | 2010-04-12 | 1 | -6/+12 |
| | | |\ | |||||
| | | | * | much more descriptive message for bind param name conflict, [ticket:1766] | Mike Bayer | 2010-04-12 | 1 | -6/+12 |
| | | * | | further testing reveals that cursor.rowcount is only called with update/delet... | Mike Bayer | 2010-04-12 | 4 | -24/+67 |
| | | |/ | |||||
| | * | | docs for new mixin class control abilities | Chris Withers | 2010-04-13 | 3 | -1/+100 |
| | * | | add another edge case example | Chris Withers | 2010-04-13 | 1 | -2/+26 |
| | * | | wire in utility docs | Chris Withers | 2010-04-13 | 1 | -1/+1 |
| | * | | add utility docs | Chris Withers | 2010-04-13 | 1 | -0/+5 |
| | * | | stop Sphinx whining about this file, I believe it's used direct from a template | Chris Withers | 2010-04-13 | 1 | -1/+1 |
| | * | | helper method for spotting inherited tables | Chris Withers | 2010-04-13 | 2 | -5/+13 |
| | * | | I think I'm about to have a When Harry Met Sally moment | Chris Withers | 2010-04-13 | 1 | -6/+15 |
| | * | | close, but still no cigar | Chris Withers | 2010-04-13 | 1 | -24/+23 |
| | * | | correct ordering | Chris Withers | 2010-04-13 | 1 | -1/+1 |
| | * | | remove tortology | Chris Withers | 2010-04-13 | 1 | -2/+2 |
| | * | | beef up test cases to reveal that I'm not as close as I'd thought :-( | Chris Withers | 2010-04-13 | 1 | -44/+81 |
| | * | | handle propagation | Chris Withers | 2010-04-12 | 1 | -21/+25 |
| | * | | correct this test case | Chris Withers | 2010-04-12 | 1 | -3/+0 |
| | * | | refactor to highlight the problem areas | Chris Withers | 2010-04-12 | 1 | -22/+13 |
| | * | | merge | Chris Withers | 2010-04-12 | 6 | -31/+120 |
| | |\ \ | | |/ | |||||
| | | * | - The functionality of result.rowcount is now disabled | Mike Bayer | 2010-04-11 | 3 | -19/+80 |
| | | * | - added a test for the solution in [ticket:1757]. | Mike Bayer | 2010-04-11 | 1 | -1/+22 |
| | | * | merge branch | Gaëtan de Menten | 2010-04-11 | 38 | -503/+1019 |
| | | |\ | |||||
| | | * | | - engines | Gaëtan de Menten | 2010-04-11 | 2 | -5/+13 |
| | * | | | improve test case correctness | Chris Withers | 2010-04-09 | 1 | -5/+11 |
| | * | | | no need for this to be a function | Chris Withers | 2010-04-09 | 1 | -4/+1 |
| | * | | | merge | Chris Withers | 2010-04-09 | 1 | -0/+81 |
| | |\ \ \ | |||||
| | | * | | | made this easier to read | Chris Withers | 2010-04-09 | 1 | -1/+3 |
| | | * | | | learn to spell | Chris Withers | 2010-04-09 | 1 | -4/+4 |
| | | * | | | more testcases for propogation with mixins in declarative | Chris Withers | 2010-04-09 | 1 | -0/+81 |
| * | | | | | move factory function to classmethod | Mike Bayer | 2010-04-11 | 2 | -11/+13 |
| * | | | | | merge trunk | Mike Bayer | 2010-04-11 | 2 | -6/+5 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | - somejoin.select(fold_equivalents=True) is no longer | Mike Bayer | 2010-04-11 | 2 | -6/+5 |
| | |/ / / | |||||
| * | | | | check_reverse was failing a not well covered m2m case. | Mike Bayer | 2010-04-10 | 4 | -4/+62 |
| * | | | | merge default | Mike Bayer | 2010-04-10 | 10 | -21/+115 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | made this easier to read | Chris Withers | 2010-04-09 | 1 | -1/+3 |
| | * | | | - fixed numeric test for pg8000, factored out decimal/float codes | Mike Bayer | 2010-04-09 | 4 | -14/+20 |
| | |/ / | |||||
| | * | | ignore egg-info directories | Chris Withers | 2010-04-09 | 1 | -0/+1 |
| | * | | - make it exceedlingly obvious that all topological/unitofwork code is | Mike Bayer | 2010-04-07 | 7 | -173/+130 |
| | * | | fix this test for oracle | Mike Bayer | 2010-04-07 | 1 | -3/+6 |
| | * | | add example for changing TypeEngine compilation | Mike Bayer | 2010-04-07 | 1 | -1/+18 |
