| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+9 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -4/+4 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -0/+21 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -66/+66 |
| * | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 1 | -2/+1 |
| * | Added NULLS FIRST and NULLS LAST support. | Michael Trier | 2010-12-19 | 1 | -1/+57 |
| * | - initial stab at using executemany() for inserts in the ORM when possible | Mike Bayer | 2010-12-10 | 1 | -1/+18 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| * | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -1/+4 |
| * | - An informative error message is raised if a Column | Mike Bayer | 2010-09-18 | 1 | -1/+4 |
| * | - 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 | 1 | -0/+1 |
| * | - Calling fetchone() or similar on a result that | Mike Bayer | 2010-08-03 | 1 | -1/+38 |
| * | - 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 |
| * | - Fixed bug that prevented implicit RETURNING from functioning | Mike Bayer | 2010-04-22 | 1 | -0/+9 |
| * | per zzzeek, for mssql+mxodbc, disabled test.sql.test_query.QueryTest.test_bin... | Brad Allen | 2010-03-18 | 1 | -0/+1 |
| * | Merge | Brad Allen | 2010-03-18 | 1 | -0/+1 |
| |\ |
|
| | * | some ms fixes | Mike Bayer | 2010-03-17 | 1 | -0/+1 |
| * | | Because of changes to SQLAlchemy bind parameter placement, removed all mxodbc... | Brad Allen | 2010-03-17 | 1 | -29/+0 |
| * | | merged from main tip | Brad Allen | 2010-03-17 | 1 | -32/+22 |
| |\ \
| |/ |
|
| | * | working through syb capabilities | Mike Bayer | 2010-03-17 | 1 | -33/+23 |
| * | | Merged from main tip, and resolved conflicts in mxodbc dialect and connector. | Brad Allen | 2010-03-17 | 1 | -16/+38 |
| |\ \
| |/ |
|
| | * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -12/+38 |
| | * | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 1 | -4/+0 |
| * | | Disabling tests for mssql+mxodbc where mxODBC cursor.execute chokes on invali... | Brad Allen | 2010-03-16 | 1 | -1/+30 |
| |/ |
|
| * | - introduce an optimizing type _NativeUnicodeMixin to oracle plus supporting | Mike Bayer | 2010-03-12 | 1 | -2/+1 |
| * | think I came across a syntactical weirdism there | Mike Bayer | 2010-03-11 | 1 | -1/+1 |
| * | Added a non-freetds specific exclusion for pyodbc | Mike Bayer | 2010-03-11 | 1 | -0/+4 |
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -1/+12 |
| * | - threadlocal engine wasn't properly closing the connection | Mike Bayer | 2010-02-27 | 1 | -8/+15 |
| * | - Added an optional C extension to speed up the sql layer by | Gaƫtan de Menten | 2010-02-13 | 1 | -6/+6 |
| * | - Restored the keys() method to ResultProxy. | Mike Bayer | 2010-02-10 | 1 | -1/+3 |
| * | - union(), intersect(), except() and other "compound" types | Mike Bayer | 2010-01-25 | 1 | -8/+69 |
| * | moved the metadata step of ResultProxy into a ResultMetaData object. this al... | Mike Bayer | 2010-01-20 | 1 | -1/+0 |
| * | - calling expr.in_([]), i.e. with an empty list, emits a warning | Mike Bayer | 2009-12-29 | 1 | -0/+3 |
| * | - ResultProxy internals have been overhauled to greatly reduce | Mike Bayer | 2009-10-24 | 1 | -1/+18 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -9/+0 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 1 | -2/+13 |
| * | - RowProxy objects are now pickleable, i.e. the object returned | Mike Bayer | 2009-10-11 | 1 | -3/+44 |
| * | oracle+zxjdbc returning support | Philip Jenvey | 2009-08-18 | 1 | -4/+2 |
| * | - PG: somewhat better support for % signs in table/column names; | Mike Bayer | 2009-08-09 | 1 | -28/+40 |
| * | o oracle+zxjdbc type handling additions | Philip Jenvey | 2009-08-09 | 1 | -2/+4 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -116/+215 |
| * | - Unary expressions such as DISTINCT propagate their | Mike Bayer | 2009-07-25 | 1 | -0/+7 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+1325 |