| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Temporarily rolled back the "ORDER BY" enhancement | Mike Bayer | 2008-08-06 | 1 | -47/+1 |
| * | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 2 | -0/+81 |
| * | - func.count() with no argument emits COUNT(*) | Jason Kirtland | 2008-07-24 | 1 | -0/+9 |
| * | - Spiffed up the deprecated decorators & @flipped 'em up top | Jason Kirtland | 2008-07-16 | 1 | -1/+1 |
| * | - Removed 2.3 Decimal compat | Jason Kirtland | 2008-07-15 | 1 | -4/+4 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 2 | -2/+1 |
| * | - Fixed bug when calling select([literal('foo')]) | Mike Bayer | 2008-07-15 | 1 | -0/+3 |
| * | possible fix for MS-SQL version of match() test, but the real solution here m... | Mike Bayer | 2008-07-14 | 1 | -1/+1 |
| * | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 1 | -0/+10 |
| * | merge r4889, SQLite Float type, from 0.4 branch | Mike Bayer | 2008-07-02 | 1 | -1/+4 |
| * | merged r4870 from 0.4 branch, index name truncation, [ticket:820] | Mike Bayer | 2008-06-22 | 1 | -0/+18 |
| * | - merged r4868, disallow overly long names from create/drop, from 0.4 branch,... | Mike Bayer | 2008-06-22 | 1 | -0/+9 |
| * | - Quick cleanup of defaults.py. The main DefaultTest is still a mess. | Jason Kirtland | 2008-05-20 | 2 | -151/+155 |
| * | Split out a couple true autoincrement/identity tests from emulated-with-seque... | Jason Kirtland | 2008-05-19 | 1 | -30/+43 |
| * | - changed char_length() to use a fake, neutral "generic function" | Mike Bayer | 2008-05-19 | 1 | -1/+10 |
| * | - added some help for a heavily flush-order-dependent test | Mike Bayer | 2008-05-16 | 1 | -1/+24 |
| * | Don't blat Table.quote= when resolving foreign keys. | Jason Kirtland | 2008-05-15 | 1 | -0/+15 |
| * | Corrected Firebird failure reasons | Lele Gaifax | 2008-05-15 | 1 | -7/+7 |
| * | - Removed @unsupported | Jason Kirtland | 2008-05-14 | 4 | -32/+32 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 2 | -37/+134 |
| * | Tag some tests that fail under Firebird | Lele Gaifax | 2008-05-13 | 2 | -4/+5 |
| * | - clause adaption hits _raw_columns of a select() (though no ORM tests need t... | Mike Bayer | 2008-05-12 | 1 | -0/+6 |
| * | Tagged two tests that fail under Firebird | Lele Gaifax | 2008-05-12 | 1 | -1/+2 |
| * | - fixed a fairly critical bug in clause adaption/corresponding column in conj... | Mike Bayer | 2008-05-09 | 1 | -13/+33 |
| * | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 8 | -47/+77 |
| * | MSText no longer implicitly creates TEXT for string with no length | Mike Bayer | 2008-05-09 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 11 | -166/+250 |
| * | - _Label adds itself to the proxy collection so that it works in correspoindi... | Mike Bayer | 2008-05-06 | 1 | -0/+9 |
| * | - an unfortunate naming conflict | Mike Bayer | 2008-05-02 | 1 | -1/+1 |
| * | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 1 | -0/+13 |
| * | fix order by for MySQL environment | Mike Bayer | 2008-04-26 | 1 | -0/+2 |
| * | - improved behavior of text() expressions when used as | Mike Bayer | 2008-04-26 | 1 | -0/+11 |
| * | - Support for COLLATE: collate(expr, col) and expr.collate(col) | Jason Kirtland | 2008-04-16 | 1 | -0/+29 |
| * | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -1/+1 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 5 | -132/+188 |
| * | factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ... | Mike Bayer | 2008-04-04 | 1 | -0/+3 |
| * | fixed union() bug whereby oid_column would not be available if no oid_column ... | Mike Bayer | 2008-04-04 | 1 | -0/+7 |
| * | - case() interprets the "THEN" expressions | Mike Bayer | 2008-04-03 | 1 | -12/+23 |
| * | The case() function now also takes a dictionary as its whens parameter. But b... | Ants Aasma | 2008-04-03 | 1 | -0/+33 |
| * | fixed OracleRaw type adaptation [ticket:902] | Mike Bayer | 2008-04-02 | 1 | -0/+1 |
| * | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 1 | -7/+7 |
| * | - can now allow selects which correlate all FROM clauses | Mike Bayer | 2008-03-28 | 1 | -0/+9 |
| * | - fixed SQL function truncation of trailing underscores | Mike Bayer | 2008-03-25 | 1 | -1/+4 |
| * | - Added generic func.random (non-standard SQL) | Jason Kirtland | 2008-03-25 | 1 | -3/+15 |
| * | removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau... | Mike Bayer | 2008-03-24 | 1 | -1/+32 |
| * | added escape kw arg to contains(), startswith(), endswith(), [ticket:791] | Mike Bayer | 2008-03-19 | 1 | -1/+4 |
| * | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 1 | -8/+17 |
| * | - Column._set_parent will complete the key==name contract for instances const... | Jason Kirtland | 2008-03-18 | 1 | -0/+12 |
| * | - 'name' is no longer a require constructor argument for Column(). It (and .... | Jason Kirtland | 2008-03-18 | 2 | -0/+49 |
| * | Added support for vendor-extended INSERT syntax like INSERT DELAYED INTO | Jason Kirtland | 2008-03-07 | 1 | -0/+45 |