| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | call this "_proxies" since it's not really a public consumption attribute | Mike Bayer | 2012-08-27 | 1 | -9/+9 |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -2/+23 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 1 | -0/+7 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -1/+2 |
| * | - [feature] Enhanced GenericFunction and func.* | Mike Bayer | 2012-08-22 | 1 | -7/+38 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -4/+17 |
| * | - [feature] The prefix_with() method is now available | Mike Bayer | 2012-08-19 | 1 | -70/+54 |
| * | tighten this up | Mike Bayer | 2012-08-18 | 1 | -8/+8 |
| * | - 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 | 1 | -7/+12 |
| * | _adapt_expression() moves fully to _DefaultColumnComparator which resumes | Mike Bayer | 2012-08-16 | 1 | -24/+57 |
| * | -we move all the invocation of "_adapt_expression" into TypeEngine.Comparator... | Mike Bayer | 2012-08-16 | 1 | -59/+47 |
| * | - we're going to attempt to get the type/operator system to eat its own dogfo... | Mike Bayer | 2012-08-16 | 1 | -27/+25 |
| * | - [bug] Declarative can now propagate a column | Mike Bayer | 2012-08-15 | 1 | -2/+88 |
| * | - 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 | 1 | -0/+8 |
| * | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -28/+30 |
| * | move the whole thing to TypeEngine. the feature is pretty much for free like... | Mike Bayer | 2012-08-13 | 1 | -41/+13 |
| * | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 1 | -131/+164 |
| * | - allow compatibility with string ops passed here from custom libraries | Mike Bayer | 2012-08-13 | 1 | -0/+4 |
| * | 2.5 ism | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
| * | - [feature] Added reduce_columns() method | Mike Bayer | 2012-07-28 | 1 | -15/+33 |
| * | - we probably need to keep the __clause_element__() logic in, else we have | Mike Bayer | 2012-07-24 | 1 | -35/+37 |
| * | - rework some more __clause_element__ methods to use inspection, but theres a... | Mike Bayer | 2012-07-23 | 1 | -57/+68 |
| * | - some more interpret_as_froms | Mike Bayer | 2012-07-23 | 1 | -3/+3 |
| * | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -11/+43 |
| * | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 1 | -24/+17 |
| * | a lot of docs | Mike Bayer | 2012-07-18 | 1 | -12/+68 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -182/+239 |
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -1/+10 |
| * | - [bug] Fixed more un-intuitivenesses in CTEs | Mike Bayer | 2012-07-10 | 1 | -248/+253 |
| * | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -4/+4 |
| * | - [bug] Fixed regression introduced in 0.7.6 | Mike Bayer | 2012-06-21 | 1 | -68/+83 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -8/+24 |
| * | - [bug] Fixed bug whereby append_column() | Mike Bayer | 2012-06-16 | 1 | -2/+2 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -29/+32 |
| * | - [bug] Quoting information is now passed along | Mike Bayer | 2012-05-04 | 1 | -8/+20 |
| * | - [bug] column.label(None) now produces an | Mike Bayer | 2012-04-24 | 1 | -12/+0 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -17/+16 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -7/+28 |
| |\ |
|
| | * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -4/+9 |
| | * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -6/+18 |
| | * | simplify remote annotation significantly, and also | Mike Bayer | 2012-02-08 | 1 | -0/+4 |
| | * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -1/+1 |
| * | | - reopened #2453, needed to put in the original patch as well to cover the case | Mike Bayer | 2012-04-03 | 1 | -0/+9 |
| * | | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 1 | -5/+12 |
| * | | I'm pretty sure this should be entities | Diana Clarke | 2012-03-18 | 1 | -1/+1 |
| * | | typos in lib/sqlalchemy/sql | Diana Clarke | 2012-03-17 | 1 | -12/+12 |
| * | | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 1 | -1/+41 |
| * | | fix typos, SQL server also needs union all | Mike Bayer | 2012-03-03 | 1 | -2/+2 |