| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - correct the argument signature for GenericFunction to be more predictable | Mike Bayer | 2012-08-24 | 1 | -1/+10 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 1 | -0/+149 |
| * | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -0/+1 |
| * | - [bug] Fixed bug whereby usage of a UNION | Mike Bayer | 2012-08-22 | 1 | -1/+52 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -2/+64 |
| * | - [feature] Enhanced GenericFunction and func.* | Mike Bayer | 2012-08-22 | 1 | -42/+105 |
| * | fixes for pg9 | Mike Bayer | 2012-08-22 | 1 | -1/+1 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 2 | -63/+111 |
| * | - [bug] Fixes to the interpretation of the | Mike Bayer | 2012-08-20 | 1 | -11/+19 |
| * | - [feature] The prefix_with() method is now available | Mike Bayer | 2012-08-19 | 1 | -2/+53 |
| * | - aaaaand fix one more glitch I just thought of | Mike Bayer | 2012-08-18 | 1 | -1/+9 |
| * | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 2 | -24/+50 |
| * | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 2 | -1/+197 |
| * | _adapt_expression() moves fully to _DefaultColumnComparator which resumes | Mike Bayer | 2012-08-16 | 2 | -49/+10 |
| * | -we move all the invocation of "_adapt_expression" into TypeEngine.Comparator... | Mike Bayer | 2012-08-16 | 1 | -1/+1 |
| * | - [bug] Declarative can now propagate a column | Mike Bayer | 2012-08-15 | 1 | -0/+129 |
| * | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -2/+64 |
| * | - all tests pass | Mike Bayer | 2012-08-13 | 2 | -8/+2 |
| * | move the whole thing to TypeEngine. the feature is pretty much for free like... | Mike Bayer | 2012-08-13 | 1 | -31/+130 |
| * | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 1 | -0/+105 |
| * | - adjustments for py3.3 unit tests, [ticket:2542] | Mike Bayer | 2012-08-11 | 1 | -1/+1 |
| * | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -6/+6 |
| * | - [feature] Added reduce_columns() method | Mike Bayer | 2012-07-28 | 1 | -5/+59 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 12 | -262/+262 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 2 | -43/+43 |
| * | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 1 | -208/+235 |
| * | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -0/+33 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -1/+1 |
| * | - [bug] Fixed more un-intuitivenesses in CTEs | Mike Bayer | 2012-07-10 | 1 | -20/+159 |
| * | - move cte tests into their own test/sql/test_cte.py | Mike Bayer | 2012-06-25 | 2 | -164/+213 |
| * | - [bug] quoting is applied to the column names | Mike Bayer | 2012-06-21 | 1 | -0/+14 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -0/+18 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -1/+20 |
| * | - [bug] Fixed regression introduced in 0.7.6 | Mike Bayer | 2012-06-21 | 1 | -0/+27 |
| * | remove this test now covered in test_execute | Mike Bayer | 2012-06-16 | 1 | -8/+0 |
| * | - [bug] Fixed bug whereby append_column() | Mike Bayer | 2012-06-16 | 1 | -0/+7 |
| * | - [bug] Repaired common table expression | Mike Bayer | 2012-06-13 | 1 | -2/+42 |
| * | - [bug] Added BIGINT, BINARY, VARBINARY to | Mike Bayer | 2012-06-13 | 1 | -9/+16 |
| * | - [feature] Added SQLite execution option | Mike Bayer | 2012-05-04 | 1 | -11/+64 |
| * | - [feature] The "unconsumed column names" warning emitted | Mike Bayer | 2012-04-24 | 1 | -4/+4 |
| * | - [bug] All of UniqueConstraint, ForeignKeyConstraint, | Mike Bayer | 2012-04-24 | 1 | -1/+42 |
| * | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -4/+28 |
| * | - [bug] column.label(None) now produces an | Mike Bayer | 2012-04-24 | 1 | -6/+5 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 3 | -43/+12 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 2 | -8/+188 |
| |\ |
|
| | * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -3/+33 |
| | * | tweak for correlated subqueries here, seems to work for test_eager_relations:... | Mike Bayer | 2012-02-10 | 1 | -0/+12 |
| | * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 2 | -2/+88 |
| | * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -0/+19 |
| * | | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 2 | -0/+38 |