summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-091-0/+2
* add an ORDER BY hereMike Bayer2013-06-261-2/+2
* - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-2/+0
* - the raw 2to3 runMike Bayer2013-04-271-21/+21
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-0/+16
* fix syntax errorMike Bayer2013-03-241-1/+1
* Fixed bug whereby a DBAPI that can return "0"Mike Bayer2013-03-231-1/+18
* - add support for pulling in an external requirements fileMike Bayer2013-02-061-9/+14
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-061-3/+3
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-2/+2
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-0/+1
* compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+11
* Fixed bug whereby using "key" with ColumnMike Bayer2012-11-131-0/+21
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-1/+14
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-78/+8
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+6
* - got firebird runningMike Bayer2012-09-231-5/+3
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-211-1/+0
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-3/+28
* - [bug] Fixed a regression since 0.6 regardingMike Bayer2012-08-311-4/+26
* - [feature] The "required" flag is set toMike Bayer2012-08-271-1/+62
* - fix for pypyMike Bayer2012-08-251-0/+2
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-231-0/+149
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-2/+64
* fixes for pg9Mike Bayer2012-08-221-1/+1
* - all tests passMike Bayer2012-08-131-8/+0
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-6/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-24/+24
* remove this test now covered in test_executeMike Bayer2012-06-161-8/+0
* - [feature] Added SQLite execution optionMike Bayer2012-05-041-11/+64
* - [feature] The behavior of column targetingMike Bayer2012-04-241-4/+28
* - [bug] The names of the columns on theMike Bayer2012-04-241-37/+1
* - [bug] Fixed issue whereby attribute-basedMike Bayer2012-03-141-0/+13
* hey pyodbc fixed this, hoopde dooMike Bayer2012-03-131-1/+0
* - [bug] Added support for using the .keyMike Bayer2012-02-051-1/+163
* - [bug] A significant change to how labelingMike Bayer2012-02-051-17/+43
* - 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