| Commit message (Expand) | Author | Age | Files | Lines |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -0/+1 |
* | Create a real type for Tuple() and handle appropriately in compiler | Mike Bayer | 2020-08-17 | 1 | -0/+25 |
* | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -15/+51 |
* | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -0/+163 |
* | rename test_select to test_compiler | Mike Bayer | 2010-03-19 | 1 | -1996/+0 |
* | - join() will now simulate a NATURAL JOIN by default. Meaning, | Mike Bayer | 2010-03-19 | 1 | -25/+51 |
* | working through syb capabilities | Mike Bayer | 2010-03-17 | 1 | -0/+6 |
* | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -51/+160 |
* | - A change to the solution for [ticket:1579] - an end-user | Mike Bayer | 2010-02-16 | 1 | -11/+36 |
* | - The type/expression system now does a more complete job | Mike Bayer | 2010-02-11 | 1 | -3/+3 |
* | - Added math negation operator support, -x. | Mike Bayer | 2010-02-05 | 1 | -1/+14 |
* | - allow exists(s.as_scalar()) to work | Mike Bayer | 2010-01-28 | 1 | -0/+10 |
* | add an informative error msg for non-collection passed to select() | Mike Bayer | 2010-01-28 | 1 | -1/+5 |
* | - Added a tuple_() construct, allows sets of expressions | Mike Bayer | 2010-01-25 | 1 | -67/+82 |
* | - union(), intersect(), except() and other "compound" types | Mike Bayer | 2010-01-25 | 1 | -39/+130 |
* | - calling expr.in_([]), i.e. with an empty list, emits a warning | Mike Bayer | 2009-12-29 | 1 | -0/+1 |
* | - multi-part schema names, i.e. with dots such as | Mike Bayer | 2009-12-08 | 1 | -17/+55 |
* | - insert() and update() constructs can now embed bindparam() | Mike Bayer | 2009-10-23 | 1 | -0/+28 |
* | merge r6418 from 0.5, dedupe expressions on clause ident, not string value | Mike Bayer | 2009-10-20 | 1 | -0/+43 |
* | merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add tests | Mike Bayer | 2009-10-20 | 1 | -0/+30 |
* | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -5/+5 |
* | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -1/+6 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -31/+33 |
* | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -1/+1 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+1550 |