summaryrefslogtreecommitdiff
path: root/test/sql/test_select.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-0/+1
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-0/+25
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-15/+51
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+163
* rename test_select to test_compilerMike Bayer2010-03-191-1996/+0
* - join() will now simulate a NATURAL JOIN by default. Meaning,Mike Bayer2010-03-191-25/+51
* working through syb capabilitiesMike Bayer2010-03-171-0/+6
* - added pyodbc for sybase driver.Mike Bayer2010-03-171-51/+160
* - A change to the solution for [ticket:1579] - an end-userMike Bayer2010-02-161-11/+36
* - The type/expression system now does a more complete jobMike Bayer2010-02-111-3/+3
* - Added math negation operator support, -x.Mike Bayer2010-02-051-1/+14
* - allow exists(s.as_scalar()) to workMike Bayer2010-01-281-0/+10
* add an informative error msg for non-collection passed to select()Mike Bayer2010-01-281-1/+5
* - Added a tuple_() construct, allows sets of expressionsMike Bayer2010-01-251-67/+82
* - union(), intersect(), except() and other "compound" typesMike Bayer2010-01-251-39/+130
* - calling expr.in_([]), i.e. with an empty list, emits a warningMike Bayer2009-12-291-0/+1
* - multi-part schema names, i.e. with dots such asMike Bayer2009-12-081-17/+55
* - insert() and update() constructs can now embed bindparam()Mike Bayer2009-10-231-0/+28
* merge r6418 from 0.5, dedupe expressions on clause ident, not string valueMike Bayer2009-10-201-0/+43
* merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add testsMike Bayer2009-10-201-0/+30
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-5/+5
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-1/+6
* merge 0.6 series to trunk.Mike Bayer2009-08-061-31/+33
* changed reference to PostgreSQL in docs.rel_0_5_5Mike Bayer2009-07-131-1/+1
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1550