summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
...
* - adjust the test for [ticket:2377] to be less controversial onMike Bayer2012-01-221-2/+3
* pg8000 fixMike Bayer2012-01-221-1/+1
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-1/+26
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-1/+3
* try to get py3k to pass hereMike Bayer2011-06-221-1/+1
* fix testMike Bayer2011-06-221-1/+4
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-0/+19
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+5
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-6/+6
* - Added accessors to ResultProxy "returns_rows", "is_insert"Mike Bayer2011-03-161-0/+30
* psycopg2 2.4 no longer accepts % in bind place holdersDenise Govindarajan2011-03-151-0/+2
* - 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