| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Corrected handling of large decimal values on mssql. Added more robust tests. | Michael Trier | 2009-01-17 | 1 | -25/+10 |
| * | happy new year | Mike Bayer | 2009-01-12 | 7 | -7/+7 |
| * | NotSupportedError is a DBAPI wrapper which takes four args and is expected to... | Mike Bayer | 2009-01-11 | 2 | -3/+3 |
| * | Corrected SAVEPOINT support on the adodbapi dialect by changing the handling | Michael Trier | 2009-01-11 | 1 | -3/+3 |
| * | Modified the do_begin handling in mssql to use the Cursor not the Connection. | Michael Trier | 2009-01-11 | 1 | -2/+7 |
| * | Added the missing keywords from MySQL 4.1 so they get escaped properly. | Ants Aasma | 2009-01-08 | 1 | -1/+1 |
| * | Forgot to sqash a commit. Follow up on mssql dates refactoring. | Michael Trier | 2009-01-05 | 1 | -8/+11 |
| * | mssql date / time refactor. | Michael Trier | 2009-01-05 | 1 | -43/+91 |
| * | assume table.schema, not None, when constraint reflection has no explicit sch... | Mike Bayer | 2009-01-05 | 1 | -1/+1 |
| * | Corrected a few docs and didn't realize we put pyodbc first in the search list. | Michael Trier | 2009-01-04 | 1 | -2/+11 |
| * | Corrected an issue on mssql where Numerics would not accept an int. | Michael Trier | 2009-01-03 | 1 | -2/+4 |
| * | - Fixed bug which was preventing out params of certain types | Mike Bayer | 2009-01-03 | 1 | -1/+5 |
| * | identified the SQLite changes which affect default reflection | Mike Bayer | 2009-01-03 | 1 | -4/+1 |
| * | Added a note about mssql compatibility levels. | Michael Trier | 2009-01-03 | 1 | -0/+11 |
| * | send a NASA probe to the buildbot | Mike Bayer | 2009-01-03 | 1 | -1/+4 |
| * | sqlite reflection now stores the actual DefaultClause value for the column. | Michael Trier | 2009-01-02 | 1 | -4/+4 |
| * | - mysql, postgres: "%" signs in text() constructs are automatically escaped t... | Mike Bayer | 2009-01-02 | 2 | -0/+10 |
| * | found some more _Function->Function | Mike Bayer | 2009-01-02 | 4 | -4/+4 |
| * | Marked mssql test as failing since it cannot update identity columns. | Michael Trier | 2009-01-02 | 1 | -1/+0 |
| * | Mapped char_length to the LEN() function for mssql. | Michael Trier | 2009-01-02 | 1 | -1/+2 |
| * | Added ability to use subselects within INSERTS on mssql. | Michael Trier | 2009-01-02 | 1 | -0/+27 |
| * | Turned off the implicit transaction behavior of MSSQL. | Michael Trier | 2009-01-02 | 1 | -0/+4 |
| * | Cleanup of r5556. Makes the description_encoding less public since this is a | Michael Trier | 2009-01-02 | 1 | -3/+4 |
| * | Modifications to the mssql dialect in order to to pass through unicode in the... | Michael Trier | 2008-12-30 | 1 | -37/+30 |
| * | Added a new description_encoding attribute on the dialect. | Michael Trier | 2008-12-30 | 1 | -6/+8 |
| * | - added another usage recipe for contains_eager() | Mike Bayer | 2008-12-29 | 1 | -1/+1 |
| * | - Added OracleNVarchar type, produces NVARCHAR2, and also | Mike Bayer | 2008-12-28 | 1 | -1/+6 |
| * | Added in a new MSGenericBinary type. | Michael Trier | 2008-12-28 | 1 | -4/+25 |
| * | Corrected reflection issue in mssql where include_columns doesn't include the... | Michael Trier | 2008-12-28 | 1 | -2/+2 |
| * | On MSSQL if a field is part of the primary_key then it should not allow NULLS. | Michael Trier | 2008-12-28 | 1 | -1/+1 |
| * | MSSQL refactoring of BINARY type and addition of MSVarBinary and MSImage. | Michael Trier | 2008-12-28 | 1 | -2/+19 |
| * | - Reflected foreign keys will properly locate | Mike Bayer | 2008-12-26 | 10 | -24/+21 |
| * | Fixed bugs in sqlalchemy documentation. Closes #1263. | Michael Trier | 2008-12-24 | 1 | -1/+1 |
| * | Added MSSQL support for introspecting the default schema name for the logged ... | Michael Trier | 2008-12-23 | 1 | -0/+18 |
| * | - Added Index reflection support to Postgres, using a | Mike Bayer | 2008-12-23 | 1 | -0/+38 |
| * | Merge branch 'collation' | Michael Trier | 2008-12-23 | 2 | -28/+315 |
| * | Major refactoring of the MSSQL dialect. Thanks zzzeek. | Michael Trier | 2008-12-22 | 1 | -197/+299 |
| * | - Fixed mysql bug in exception raise when FK columns not present | Mike Bayer | 2008-12-21 | 1 | -1/+1 |
| * | removed the "create_execution_context()" method from dialects and replaced | Mike Bayer | 2008-12-19 | 10 | -54/+17 |
| * | *most* py3k warnings are resolved, with the exception of the various __setsli... | Mike Bayer | 2008-12-18 | 1 | -1/+1 |
| * | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -3/+3 |
| * | - _execute_clauseelement() goes back to being | Mike Bayer | 2008-12-17 | 1 | -5/+2 |
| * | - added sphinx handler to allow __init__ methods through | Mike Bayer | 2008-12-17 | 1 | -0/+115 |
| * | Support for three levels of column nullability: NULL, NOT NULL, and the datab... | Michael Trier | 2008-12-12 | 1 | -3/+19 |
| * | We don't need two of these. | Michael Trier | 2008-12-11 | 1 | -3/+0 |
| * | Implemented experimental savepoint support in mssql. There are still some fai... | Michael Trier | 2008-12-11 | 1 | -0/+10 |
| * | - postgres docstring | Mike Bayer | 2008-12-06 | 2 | -23/+102 |
| * | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -411/+385 |
| * | - Adjusted the format of create_xid() to repair | Mike Bayer | 2008-12-05 | 1 | -2/+2 |
| * | - bump, this may become 0.5.0 | Mike Bayer | 2008-11-14 | 1 | -1/+2 |