| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - fix for pypy | Mike Bayer | 2012-08-25 | 1 | -0/+2 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 1 | -0/+149 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -2/+64 |
| * | fixes for pg9 | Mike Bayer | 2012-08-22 | 1 | -1/+1 |
| * | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -8/+0 |
| * | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -6/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -24/+24 |
| * | remove this test now covered in test_execute | Mike Bayer | 2012-06-16 | 1 | -8/+0 |
| * | - [feature] Added SQLite execution option | Mike Bayer | 2012-05-04 | 1 | -11/+64 |
| * | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -4/+28 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -37/+1 |
| * | - [bug] Fixed issue whereby attribute-based | Mike Bayer | 2012-03-14 | 1 | -0/+13 |
| * | hey pyodbc fixed this, hoopde doo | Mike Bayer | 2012-03-13 | 1 | -1/+0 |
| * | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 1 | -1/+163 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -17/+43 |
| * | - adjust the test for [ticket:2377] to be less controversial on | Mike Bayer | 2012-01-22 | 1 | -2/+3 |
| * | pg8000 fix | Mike Bayer | 2012-01-22 | 1 | -1/+1 |
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -1/+26 |
| * | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -1/+3 |
| * | try to get py3k to pass here | Mike Bayer | 2011-06-22 | 1 | -1/+1 |
| * | fix test | Mike Bayer | 2011-06-22 | 1 | -1/+4 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+19 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+5 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+6 |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+30 |
| * | psycopg2 2.4 no longer accepts % in bind place holders | Denise Govindarajan | 2011-03-15 | 1 | -0/+2 |
| * | - 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 |
| |\ \
| |/ |
|