| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 8 | -45/+226 |
| * | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 6 | -86/+137 |
| * | - modernize most of the postgis example. would like to do [ticket:1534] also. | Mike Bayer | 2012-08-16 | 2 | -2/+14 |
| * | _adapt_expression() moves fully to _DefaultColumnComparator which resumes | Mike Bayer | 2012-08-16 | 3 | -124/+107 |
| * | -we move all the invocation of "_adapt_expression" into TypeEngine.Comparator... | Mike Bayer | 2012-08-16 | 2 | -60/+60 |
| * | - we're going to attempt to get the type/operator system to eat its own dogfo... | Mike Bayer | 2012-08-16 | 3 | -28/+35 |
| * | docs for custom ops... | Mike Bayer | 2012-08-16 | 1 | -0/+17 |
| * | add a note, no autoflush with execute, [ticket:2550] | Mike Bayer | 2012-08-16 | 1 | -0/+2 |
| * | - [bug] Declarative can now propagate a column | Mike Bayer | 2012-08-15 | 2 | -2/+93 |
| * | things should work fine without this | Mike Bayer | 2012-08-15 | 1 | -7/+0 |
| * | - also, this seems like a bug in any case. | Mike Bayer | 2012-08-15 | 1 | -0/+3 |
| * | Updated mysqlconnector to support client flags and added character set inform... | David McNelis | 2012-08-15 | 1 | -2/+2 |
| * | - update all the visit_mod() functions with new naming scheme | Mike Bayer | 2012-08-14 | 8 | -19/+24 |
| * | - for the moment, the default comparisons don't need the ColumnOperator inter... | Mike Bayer | 2012-08-14 | 1 | -15/+9 |
| * | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 6 | -43/+83 |
| * | - hashable | Mike Bayer | 2012-08-13 | 1 | -0/+3 |
| * | merge tip. | Mike Bayer | 2012-08-13 | 6 | -9/+9 |
| |\ |
|
| | * | - update engine docstrings due to move | Mike Bayer | 2012-08-13 | 6 | -9/+9 |
| * | | docs | Mike Bayer | 2012-08-13 | 1 | -0/+98 |
| * | | - all tests pass | Mike Bayer | 2012-08-13 | 3 | -33/+39 |
| * | | move the whole thing to TypeEngine. the feature is pretty much for free like... | Mike Bayer | 2012-08-13 | 3 | -89/+70 |
| * | | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 5 | -133/+183 |
| |/ |
|
| * | - [feature] Adding/removing None from a mapped collection | Mike Bayer | 2012-08-13 | 4 | -13/+23 |
| * | - allow compatibility with string ops passed here from custom libraries | Mike Bayer | 2012-08-13 | 1 | -0/+4 |
| * | - [bug] Fixed compiler bug whereby a given | Mike Bayer | 2012-08-12 | 2 | -5/+6 |
| * | - [bug] Fixed bug whereby user error in related-object | Mike Bayer | 2012-08-12 | 1 | -18/+38 |
| * | - more fixes to py 3.3 tests, [ticket:2542] | Mike Bayer | 2012-08-11 | 1 | -1/+1 |
| * | - remove an unused function, hooray | Mike Bayer | 2012-08-08 | 1 | -14/+0 |
| * | - [bug] Fixed the repr() of Enum to include | Mike Bayer | 2012-08-08 | 2 | -4/+19 |
| * | don't need this is_really_none() thing anymore | Mike Bayer | 2012-08-08 | 3 | -23/+12 |
| * | big rework of is_active and SessionTransaction docs | Mike Bayer | 2012-08-08 | 2 | -33/+109 |
| * | - continue editing the merge docs | Mike Bayer | 2012-08-08 | 1 | -22/+26 |
| * | - modernize some merge docs a bit | Mike Bayer | 2012-08-07 | 1 | -0/+23 |
| * | - [feature] SQL Server dialect can be given | Mike Bayer | 2012-08-07 | 1 | -71/+86 |
| * | - more import cleanup for MSSQL | Mike Bayer | 2012-08-07 | 6 | -28/+28 |
| * | - another import fix | Mike Bayer | 2012-08-07 | 2 | -1/+2 |
| * | - add new C extension "utils", so far includes distill_params | Mike Bayer | 2012-08-07 | 5 | -42/+242 |
| * | - fixes | Mike Bayer | 2012-08-07 | 1 | -6/+7 |
| * | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 14 | -2066/+1994 |
| * | more import cleanups | Mike Bayer | 2012-08-07 | 28 | -108/+97 |
| * | - [bug] Improvements to joined/subquery eager | Mike Bayer | 2012-08-06 | 1 | -1/+1 |
| * | - [bug] An error is emitted when uselist=False | Mike Bayer | 2012-08-05 | 1 | -2/+6 |
| * | - reorganization of declarative such that file sizes are managable again. | Mike Bayer | 2012-08-05 | 4 | -914/+1137 |
| * | pep8 stuff | Mike Bayer | 2012-08-05 | 1 | -11/+9 |
| * | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 5 | -4/+34 |
| * | - [feature] Can now provide class-bound attributes | Mike Bayer | 2012-08-04 | 1 | -12/+6 |
| * | - [bug] with_polymorphic() produces JOINs | Mike Bayer | 2012-08-01 | 1 | -2/+9 |
| * | 2.5 ism | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
| * | - [feature] Added reduce_columns() method | Mike Bayer | 2012-07-28 | 3 | -69/+64 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 41 | -449/+449 |