summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug whereby with_only_columns() method ofMike Bayer2011-09-211-0/+12
* Backed out changeset e5737a6d896ba54da07c7ffb0bc56121732ade72 - this only app...Mike Bayer2011-07-241-7/+0
* - fix annotation for aliased()Mike Bayer2011-07-241-0/+7
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-1/+10
* - Fixed a subtle bug involving columnMike Bayer2011-06-271-0/+18
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-0/+19
* - merge 00380cf3c304ea7f1c7397f17b828166364c36ac from defaultMike Bayer2011-05-181-1/+49
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-0/+19
* - Firebird - the "implicit_returning" flag on create_engine() isMike Bayer2011-03-161-3/+33
* - Added accessors to ResultProxy "returns_rows", "is_insert"Mike Bayer2011-03-161-0/+30
* Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-151-0/+12
* psycopg2 2.4 no longer accepts % in bind place holdersDenise Govindarajan2011-03-151-0/+2
* - merge long line clenaupMike Bayer2011-02-101-199/+433
* - adjust this test for py3kMike Bayer2011-01-051-1/+0
* -whitespace removal bonanzaMike Bayer2011-01-0214-469/+469
* - fix broken py3k blockMike Bayer2010-12-151-2/+1
* - we shouldn't be raising warnings on non-unicode for String type,Mike Bayer2010-12-151-3/+12
* - Fixed operator precedence rules for multipleMike Bayer2010-11-251-3/+39
* cleanup most egregiously long linesrel_0_6_5Mike Bayer2010-10-241-112/+284
* - Added type_coerce(expr, type_) expression element.Mike Bayer2010-10-231-1/+57
* - Fixed bug in TypeDecorator whereby the dialect-specificMike Bayer2010-10-211-6/+59
* - default compilation of a type will check if the type class's module isMike Bayer2010-10-031-0/+17
* - *Major* cleanup / modernization of the InformixMike Bayer2010-10-012-2/+5
* - Fixed recursion overflow which could occur when operatingMike Bayer2010-09-251-14/+25
* - as_scalar(), label() can be called on a selectableMike Bayer2010-09-181-6/+15
* - An informative error message is raised if a ColumnMike Bayer2010-09-182-117/+302
* - 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-052-4/+5
* - AbstractType.__str__() produces the string version of the type with default...Mike Bayer2010-09-031-16/+23
* - Added basic math expression coercion forMike Bayer2010-08-131-0/+24
* - the _Label construct, i.e. the one that is producedMike Bayer2010-08-071-5/+25
* - the text() construct, if placed in a columnMike Bayer2010-08-031-2/+20
* - Calling fetchone() or similar on a result thatMike Bayer2010-08-031-1/+38
* - The generated index name also is based onMike Bayer2010-08-021-15/+21
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-10/+23
* - experimenting with pytidy with mods as a textmate plugin alongMike Bayer2010-07-101-259/+332
* fix testMike Bayer2010-06-241-12/+43
* - 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
* - Modified the internals of "column annotation" such thatMike Bayer2010-06-141-0/+18
* fix the enum for MySQL after native_enum added to adaption keysMike Bayer2010-06-091-2/+0
* - Fixed bug in Enum type which blew away native_enumMike Bayer2010-06-081-1/+13
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-272-2/+2
* - Re-established support for Oracle 8 with cx_oracle,Mike Bayer2010-05-271-1/+3
* - Columns of _Binary type (i.e. LargeBinary, BLOB, etc.)Mike Bayer2010-05-221-1/+12
* - func.XXX() doesn't inadvertently resolve to non-FunctionMike Bayer2010-05-131-1/+4
* - expr.in_() now accepts a text() construct as the argument.Mike Bayer2010-05-081-0/+9
* - Fixed errant space character when generating ADD CONSTRAINTMike Bayer2010-04-261-2/+2
* - Fixed bug that prevented implicit RETURNING from functioningMike Bayer2010-04-221-0/+9