| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add window frame specificationpr/264 | Phillip Cloud | 2016-05-01 | 2 | -23/+71 |
| * | Don't double-process ResultMetaData for BufferedColumnResultProxy | Mike Bayer | 2016-04-27 | 1 | -5/+47 |
| * | Fix result set handling for case insensitive dupe cols | Mike Bayer | 2016-04-21 | 1 | -0/+15 |
| * | - limit this to sqlite for now | Mike Bayer | 2016-03-30 | 1 | -0/+1 |
| * | - move all resultproxy tests intio test_resultset | Mike Bayer | 2016-03-30 | 1 | -1/+336 |
| * | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 1 | -0/+134 |
| * | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -0/+20 |
| * | - Fixed bug where the negation of an EXISTS expression would not | Mike Bayer | 2016-03-21 | 2 | -0/+42 |
| * | - move out unconsumed names tests from test_compiler out to test_insert, test... | Mike Bayer | 2016-03-02 | 3 | -48/+62 |
| * | Add test for inserting multiple values | Athena Yao | 2016-03-02 | 1 | -0/+38 |
| * | - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a... | Mike Bayer | 2016-02-21 | 1 | -0/+40 |
| * | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 2 | -1/+33 |
| * | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 2 | -4/+153 |
| * | - Fixed bug in :func:`.expression.text` construct where a double-colon | Mike Bayer | 2016-02-09 | 1 | -0/+11 |
| * | - add literal_binds for delete() statements in addition to insert()/update() | Mike Bayer | 2016-02-03 | 1 | -16/+25 |
| * | fix passing literal_binds flag through for update and insertpr/232 | Tim Tate | 2016-02-02 | 1 | -0/+16 |
| * | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 1 | -27/+149 |
| * | - Initial implementation of support for PEP-435 enumerated types | Alex Grönholm | 2016-02-02 | 1 | -29/+56 |
| * | - Fixed issue where inadvertent use of the Python ``__contains__`` | Mike Bayer | 2016-02-02 | 1 | -1/+23 |
| * | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -0/+19 |
| * | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 1 | -0/+5 |
| * | - native unicode expectations are too difficult to maintain | Mike Bayer | 2016-01-23 | 1 | -60/+0 |
| * | - add a forwards-test here as well | Mike Bayer | 2016-01-21 | 1 | -0/+4 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -10/+20 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 3 | -9/+79 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 2 | -36/+197 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 1 | -0/+127 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 3 | -44/+222 |
| * | - Fixed 1.0 regression where the eager fetch of cursor.rowcount was | Mike Bayer | 2016-01-05 | 1 | -0/+17 |
| * | - Fixed an assertion that would raise somewhat inappropriately | Mike Bayer | 2015-12-23 | 1 | -0/+7 |
| * | - add some more oracle skips | Mike Bayer | 2015-12-14 | 1 | -0/+2 |
| * | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 1 | -0/+25 |
| * | - Fixed issue within the :meth:`.Insert.from_select` construct whereby | Mike Bayer | 2015-12-09 | 1 | -0/+26 |
| * | - Fixed bug where CREATE TABLE with a no-column table, but a constraint | Mike Bayer | 2015-12-01 | 1 | -1/+25 |
| * | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 1 | -0/+124 |
| * | - fix missing argument in TypeDecorator.copy(), fixes #3584, references #2919 | Mike Bayer | 2015-11-13 | 1 | -1/+15 |
| * | Merge branch 'pr204' | Mike Bayer | 2015-10-29 | 1 | -0/+1 |
| |\ |
|
| | * | - convert wrap_callable() to a general purpose update_wrapper-like | Mike Bayer | 2015-10-29 | 1 | -60/+0 |
| | * | - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204 | Martin J. Hsu | 2015-10-15 | 1 | -0/+61 |
| * | | - this was supposed to be client-side SQL default not server side | Mike Bayer | 2015-10-09 | 1 | -1/+1 |
| * | | - open up autoincrement for columns that have a default; autoinc is usually | Mike Bayer | 2015-10-08 | 2 | -12/+24 |
| * | | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 4 | -3/+240 |
| * | | - fix bool test | Mike Bayer | 2015-09-27 | 1 | -1/+1 |
| * | | - break out critical aspects of test_query into their own tests | Mike Bayer | 2015-09-27 | 3 | -1416/+1585 |
| |/ |
|
| * | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 2 | -2/+68 |
| * | - Fixed regression in 1.0-released default-processor for multi-VALUES | Mike Bayer | 2015-08-31 | 2 | -16/+52 |
| * | - The :class:`.TypeDecorator` type extender will now work in conjunction | Mike Bayer | 2015-08-27 | 1 | -8/+2 |
| * | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 2 | -17/+112 |
| * | - Added support for the SQL-standard function :class:`.array_agg`, | Mike Bayer | 2015-08-26 | 1 | -2/+10 |
| * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 2 | -5/+220 |