| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug whereby with_only_columns() method of | Mike Bayer | 2011-09-21 | 1 | -0/+12 |
| * | Backed out changeset e5737a6d896ba54da07c7ffb0bc56121732ade72 - this only app... | Mike Bayer | 2011-07-24 | 1 | -7/+0 |
| * | - fix annotation for aliased() | Mike Bayer | 2011-07-24 | 1 | -0/+7 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -1/+10 |
| * | - Fixed a subtle bug involving column | Mike Bayer | 2011-06-27 | 1 | -0/+18 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+19 |
| * | - merge 00380cf3c304ea7f1c7397f17b828166364c36ac from default | Mike Bayer | 2011-05-18 | 1 | -1/+49 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -0/+19 |
| * | - Firebird - the "implicit_returning" flag on create_engine() is | Mike Bayer | 2011-03-16 | 1 | -3/+33 |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+30 |
| * | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 1 | -0/+12 |
| * | psycopg2 2.4 no longer accepts % in bind place holders | Denise Govindarajan | 2011-03-15 | 1 | -0/+2 |
| * | - merge long line clenaup | Mike Bayer | 2011-02-10 | 1 | -199/+433 |
| * | - adjust this test for py3k | Mike Bayer | 2011-01-05 | 1 | -1/+0 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 14 | -469/+469 |
| * | - fix broken py3k block | Mike Bayer | 2010-12-15 | 1 | -2/+1 |
| * | - we shouldn't be raising warnings on non-unicode for String type, | Mike Bayer | 2010-12-15 | 1 | -3/+12 |
| * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -3/+39 |
| * | cleanup most egregiously long linesrel_0_6_5 | Mike Bayer | 2010-10-24 | 1 | -112/+284 |
| * | - Added type_coerce(expr, type_) expression element. | Mike Bayer | 2010-10-23 | 1 | -1/+57 |
| * | - Fixed bug in TypeDecorator whereby the dialect-specific | Mike Bayer | 2010-10-21 | 1 | -6/+59 |
| * | - default compilation of a type will check if the type class's module is | Mike Bayer | 2010-10-03 | 1 | -0/+17 |
| * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 2 | -2/+5 |
| * | - Fixed recursion overflow which could occur when operating | Mike Bayer | 2010-09-25 | 1 | -14/+25 |
| * | - as_scalar(), label() can be called on a selectable | Mike Bayer | 2010-09-18 | 1 | -6/+15 |
| * | - An informative error message is raised if a Column | Mike Bayer | 2010-09-18 | 2 | -117/+302 |
| * | - Fixed a regression in 0.6.4 whereby the change that | Mike Bayer | 2010-09-16 | 1 | -0/+10 |
| * | - pending deprecation in 0.7 for the execute/scalar on clauseelement | Mike Bayer | 2010-09-07 | 1 | -1/+1 |
| * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 2 | -4/+5 |
| * | - AbstractType.__str__() produces the string version of the type with default... | Mike Bayer | 2010-09-03 | 1 | -16/+23 |
| * | - Added basic math expression coercion for | Mike Bayer | 2010-08-13 | 1 | -0/+24 |
| * | - the _Label construct, i.e. the one that is produced | Mike Bayer | 2010-08-07 | 1 | -5/+25 |
| * | - the text() construct, if placed in a column | Mike Bayer | 2010-08-03 | 1 | -2/+20 |
| * | - Calling fetchone() or similar on a result that | Mike Bayer | 2010-08-03 | 1 | -1/+38 |
| * | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -15/+21 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -10/+23 |
| * | - experimenting with pytidy with mods as a textmate plugin along | Mike Bayer | 2010-07-10 | 1 | -259/+332 |
| * | fix test | Mike Bayer | 2010-06-24 | 1 | -12/+43 |
| * | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -4/+12 |
| * | - Firebird dialect adds CHAR, VARCHAR types which | Mike Bayer | 2010-06-19 | 1 | -0/+1 |
| * | - Modified the internals of "column annotation" such that | Mike Bayer | 2010-06-14 | 1 | -0/+18 |
| * | fix the enum for MySQL after native_enum added to adaption keys | Mike Bayer | 2010-06-09 | 1 | -2/+0 |
| * | - Fixed bug in Enum type which blew away native_enum | Mike Bayer | 2010-06-08 | 1 | -1/+13 |
| * | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 2 | -2/+2 |
| * | - Re-established support for Oracle 8 with cx_oracle, | Mike Bayer | 2010-05-27 | 1 | -1/+3 |
| * | - Columns of _Binary type (i.e. LargeBinary, BLOB, etc.) | Mike Bayer | 2010-05-22 | 1 | -1/+12 |
| * | - func.XXX() doesn't inadvertently resolve to non-Function | Mike Bayer | 2010-05-13 | 1 | -1/+4 |
| * | - expr.in_() now accepts a text() construct as the argument. | Mike Bayer | 2010-05-08 | 1 | -0/+9 |
| * | - Fixed errant space character when generating ADD CONSTRAINT | Mike Bayer | 2010-04-26 | 1 | -2/+2 |
| * | - Fixed bug that prevented implicit RETURNING from functioning | Mike Bayer | 2010-04-22 | 1 | -0/+9 |