summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-188-45/+226
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-176-86/+137
* - modernize most of the postgis example. would like to do [ticket:1534] also.Mike Bayer2012-08-162-2/+14
* _adapt_expression() moves fully to _DefaultColumnComparator which resumesMike Bayer2012-08-163-124/+107
* -we move all the invocation of "_adapt_expression" into TypeEngine.Comparator...Mike Bayer2012-08-162-60/+60
* - we're going to attempt to get the type/operator system to eat its own dogfo...Mike Bayer2012-08-163-28/+35
* docs for custom ops...Mike Bayer2012-08-161-0/+17
* add a note, no autoflush with execute, [ticket:2550]Mike Bayer2012-08-161-0/+2
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-152-2/+93
* things should work fine without thisMike Bayer2012-08-151-7/+0
* - also, this seems like a bug in any case.Mike Bayer2012-08-151-0/+3
* Updated mysqlconnector to support client flags and added character set inform...David McNelis2012-08-151-2/+2
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-148-19/+24
* - for the moment, the default comparisons don't need the ColumnOperator inter...Mike Bayer2012-08-141-15/+9
* - fix concat() operator, testsMike Bayer2012-08-146-43/+83
* - hashableMike Bayer2012-08-131-0/+3
* merge tip.Mike Bayer2012-08-136-9/+9
|\
| * - update engine docstrings due to moveMike Bayer2012-08-136-9/+9
* | docsMike Bayer2012-08-131-0/+98
* | - all tests passMike Bayer2012-08-133-33/+39
* | move the whole thing to TypeEngine. the feature is pretty much for free like...Mike Bayer2012-08-133-89/+70
* | - develop new system of applying custom operators to ColumnElement classes. ...Mike Bayer2012-08-135-133/+183
|/
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-134-13/+23
* - allow compatibility with string ops passed here from custom librariesMike Bayer2012-08-131-0/+4
* - [bug] Fixed compiler bug whereby a givenMike Bayer2012-08-122-5/+6
* - [bug] Fixed bug whereby user error in related-objectMike Bayer2012-08-121-18/+38
* - more fixes to py 3.3 tests, [ticket:2542]Mike Bayer2012-08-111-1/+1
* - remove an unused function, hoorayMike Bayer2012-08-081-14/+0
* - [bug] Fixed the repr() of Enum to includeMike Bayer2012-08-082-4/+19
* don't need this is_really_none() thing anymoreMike Bayer2012-08-083-23/+12
* big rework of is_active and SessionTransaction docsMike Bayer2012-08-082-33/+109
* - continue editing the merge docsMike Bayer2012-08-081-22/+26
* - modernize some merge docs a bitMike Bayer2012-08-071-0/+23
* - [feature] SQL Server dialect can be givenMike Bayer2012-08-071-71/+86
* - more import cleanup for MSSQLMike Bayer2012-08-076-28/+28
* - another import fixMike Bayer2012-08-072-1/+2
* - add new C extension "utils", so far includes distill_paramsMike Bayer2012-08-075-42/+242
* - fixesMike Bayer2012-08-071-6/+7
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-0714-2066/+1994
* more import cleanupsMike Bayer2012-08-0728-108/+97
* - [bug] Improvements to joined/subquery eagerMike Bayer2012-08-061-1/+1
* - [bug] An error is emitted when uselist=FalseMike Bayer2012-08-051-2/+6
* - reorganization of declarative such that file sizes are managable again.Mike Bayer2012-08-054-914/+1137
* pep8 stuffMike Bayer2012-08-051-11/+9
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-045-4/+34
* - [feature] Can now provide class-bound attributesMike Bayer2012-08-041-12/+6
* - [bug] with_polymorphic() produces JOINsMike Bayer2012-08-011-2/+9
* 2.5 ismMike Bayer2012-07-281-2/+2
* - [feature] Added reduce_columns() methodMike Bayer2012-07-283-69/+64
* -whitespace bonanza, contdMike Bayer2012-07-2841-449/+449