summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-0/+9
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-4/+4
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-0/+21
* - whitespace removal bonanzaMike Bayer2011-01-021-66/+66
* Ridding the world of a few wasteful imports.Michael Trier2010-12-191-2/+1
* Added NULLS FIRST and NULLS LAST support.Michael Trier2010-12-191-1/+57
* - initial stab at using executemany() for inserts in the ORM when possibleMike Bayer2010-12-101-1/+18
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - *Major* cleanup / modernization of the InformixMike Bayer2010-10-011-1/+4
* - An informative error message is raised if a ColumnMike Bayer2010-09-181-1/+4
* - Fixed a regression in 0.6.4 whereby the change thatMike Bayer2010-09-161-0/+10
* - pending deprecation in 0.7 for the execute/scalar on clauseelementMike Bayer2010-09-071-1/+1
* - rewrote the "connections" sectionMike Bayer2010-09-051-0/+1
* - Calling fetchone() or similar on a result thatMike Bayer2010-08-031-1/+38
* - The argument to "ESCAPE" of a LIKE operator or similarMike Bayer2010-06-241-4/+12
* - Firebird dialect adds CHAR, VARCHAR types whichMike Bayer2010-06-191-0/+1
* - Fixed bug that prevented implicit RETURNING from functioningMike Bayer2010-04-221-0/+9
* per zzzeek, for mssql+mxodbc, disabled test.sql.test_query.QueryTest.test_bin...Brad Allen2010-03-181-0/+1
* MergeBrad Allen2010-03-181-0/+1
|\
| * some ms fixesMike Bayer2010-03-171-0/+1
* | Because of changes to SQLAlchemy bind parameter placement, removed all mxodbc...Brad Allen2010-03-171-29/+0
* | merged from main tipBrad Allen2010-03-171-32/+22
|\ \ | |/
| * working through syb capabilitiesMike Bayer2010-03-171-33/+23
* | Merged from main tip, and resolved conflicts in mxodbc dialect and connector.Brad Allen2010-03-171-16/+38
|\ \ | |/
| * - added pyodbc for sybase driver.Mike Bayer2010-03-171-12/+38
| * - The except_() method now renders as MINUS on Oracle,Mike Bayer2010-03-161-4/+0
* | Disabling tests for mssql+mxodbc where mxODBC cursor.execute chokes on invali...Brad Allen2010-03-161-1/+30
|/
* - introduce an optimizing type _NativeUnicodeMixin to oracle plus supportingMike Bayer2010-03-121-2/+1
* think I came across a syntactical weirdism thereMike Bayer2010-03-111-1/+1
* Added a non-freetds specific exclusion for pyodbcMike Bayer2010-03-111-0/+4
* working on pyodbc / mxodbcMike Bayer2010-02-271-1/+12
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-271-8/+15
* - Added an optional C extension to speed up the sql layer byGaƫtan de Menten2010-02-131-6/+6
* - Restored the keys() method to ResultProxy.Mike Bayer2010-02-101-1/+3
* - union(), intersect(), except() and other "compound" typesMike Bayer2010-01-251-8/+69
* moved the metadata step of ResultProxy into a ResultMetaData object. this al...Mike Bayer2010-01-201-1/+0
* - calling expr.in_([]), i.e. with an empty list, emits a warningMike Bayer2009-12-291-0/+3
* - ResultProxy internals have been overhauled to greatly reduceMike Bayer2009-10-241-1/+18
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-9/+0
* - an executemany() now requires that all bound parameterMike Bayer2009-10-151-2/+13
* - RowProxy objects are now pickleable, i.e. the object returnedMike Bayer2009-10-111-3/+44
* oracle+zxjdbc returning supportPhilip Jenvey2009-08-181-4/+2
* - PG: somewhat better support for % signs in table/column names;Mike Bayer2009-08-091-28/+40
* o oracle+zxjdbc type handling additionsPhilip Jenvey2009-08-091-2/+4
* merge 0.6 series to trunk.Mike Bayer2009-08-061-116/+215
* - Unary expressions such as DISTINCT propagate theirMike Bayer2009-07-251-0/+7
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1325