| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -2/+23 |
| * | hybrids: illustrate correlated subquery | Mike Bayer | 2012-08-27 | 1 | -5/+62 |
| * | removed outdated reference to TINYINT(1) => BOOLEAN reflection in mysql dialect | Paul Butler | 2012-08-27 | 1 | -4/+0 |
| * | - add "identifier", can differentiate between "name" rendered and "identifier... | Mike Bayer | 2012-08-26 | 1 | -2/+20 |
| * | - tweak the GenericFunction constructor more so that it's action in parsing the | Mike Bayer | 2012-08-26 | 1 | -7/+6 |
| * | - refine oracle returning some more to use purely positional approach | Mike Bayer | 2012-08-25 | 2 | -22/+22 |
| * | - more oracle tweaks for returning; the method here is still kind of brittle ... | Mike Bayer | 2012-08-25 | 2 | -6/+9 |
| * | a few oracle fixes | Mike Bayer | 2012-08-25 | 2 | -3/+5 |
| * | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 7 | -33/+83 |
| * | - correct the argument signature for GenericFunction to be more predictable | Mike Bayer | 2012-08-24 | 1 | -13/+8 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 2 | -1/+8 |
| * | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 4 | -122/+352 |
| * | - [bug] Fixed bug whereby usage of a UNION | Mike Bayer | 2012-08-22 | 1 | -7/+11 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 6 | -44/+60 |
| * | - [feature] Enhanced GenericFunction and func.* | Mike Bayer | 2012-08-22 | 2 | -26/+126 |
| * | - MySQL's update does work. add some logic to compiler to convert from ORM c... | Mike Bayer | 2012-08-20 | 1 | -3/+7 |
| * | - [feature] The Query.update() method is now | Mike Bayer | 2012-08-20 | 1 | -4/+7 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 7 | -31/+217 |
| * | - [bug] Fixes to the interpretation of the | Mike Bayer | 2012-08-20 | 1 | -8/+44 |
| * | - [feature] The prefix_with() method is now available | Mike Bayer | 2012-08-19 | 2 | -82/+86 |
| * | - [bug] Lazy loads emitted within flush events | Mike Bayer | 2012-08-19 | 3 | -12/+20 |
| * | tighten this up | Mike Bayer | 2012-08-18 | 2 | -58/+9 |
| * | versionadded | Mike Bayer | 2012-08-18 | 1 | -2/+2 |
| * | - aaaaand fix one more glitch I just thought of | Mike Bayer | 2012-08-18 | 1 | -0/+1 |
| * | - 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 |