| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Pulled out values test that uses boolean evaluation in the SELECT in order to... | Michael Trier | 2008-11-14 | 1 | -3/+4 |
| * | Fixed a problem with the casting of a zero length type to a varchar. It now c... | Michael Trier | 2008-11-14 | 1 | -1/+1 |
| * | The str(query) output is also correct on the mssql dialect. | Michael Trier | 2008-11-14 | 1 | -1/+2 |
| * | Corrected mssql schema named subqueries from not properly aliasing the column... | Michael Trier | 2008-11-12 | 1 | -3/+4 |
| * | Handle the mssql port properly. If we're using the SQL Server driver then use... | Michael Trier | 2008-11-10 | 1 | -3/+9 |
| * | Corrected issue with decimal e notation that broke regular decimal tests for ... | Michael Trier | 2008-11-10 | 1 | -1/+1 |
| * | If there's a zero offset with mssql just ignore it. | Michael Trier | 2008-11-10 | 1 | -1/+1 |
| * | Corrected problem in access dialect that was still referring to the old colum... | Michael Trier | 2008-11-10 | 1 | -2/+2 |
| * | flattened _get_from_objects() into a descriptor/class-bound attribute | Mike Bayer | 2008-11-09 | 2 | -5/+4 |
| * | Corrected problems with Access dialect. Corrected issue with reflection due t... | Michael Trier | 2008-11-09 | 1 | -1/+6 |
| * | Corrected problems with reflection on mssql when dealing with schemas. Fixes ... | Michael Trier | 2008-11-09 | 1 | -4/+4 |
| * | Fixed E notation problem in mssql. Closes #1216. | Michael Trier | 2008-11-08 | 1 | -1/+8 |
| * | Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ... | Michael Trier | 2008-11-08 | 1 | -13/+20 |
| * | docstring fix | Mike Bayer | 2008-11-07 | 1 | -1/+1 |
| * | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 6 | -99/+7 |
| * | - added 'EXPLAIN' to the list of 'returns rows', but this | Mike Bayer | 2008-11-04 | 1 | -1/+1 |
| * | Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117] | Jason Kirtland | 2008-10-28 | 1 | -1/+2 |
| * | Mysql no longer expects include_columns to be specified in lowercase. Fixes #... | Michael Trier | 2008-10-28 | 1 | -1/+1 |
| * | Fixed mysql FK reflection for the edge case where a Table has expicitly provi... | Jason Kirtland | 2008-10-27 | 1 | -0/+9 |
| * | auto_convert_lobs=False honored by OracleBinary, OracleText types | Mike Bayer | 2008-10-24 | 1 | -4/+5 |
| * | - fixed some oracle unit tests in test/sql/ | Mike Bayer | 2008-10-24 | 1 | -2/+115 |
| * | Corrected case in mssql where binary expression has bind parameters on both s... | Michael Trier | 2008-10-23 | 1 | -1/+2 |
| * | Modifications to allow the backends to control the behavior of an empty inser... | Michael Trier | 2008-10-20 | 3 | -19/+6 |
| * | Cleaned up the create_connect_args so that it makes no expectations about key... | Michael Trier | 2008-10-19 | 1 | -8/+40 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 4 | -39/+3 |
| * | - "not equals" comparisons of simple many-to-one relation | Mike Bayer | 2008-10-18 | 3 | -5/+5 |
| * | - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2 | Mike Bayer | 2008-10-12 | 1 | -3/+31 |
| * | Removed the visit_function stuff in mssql dialect. Added some tests for the f... | Michael Trier | 2008-10-11 | 1 | -10/+4 |
| * | Correction of mssql schema reflection in reflectable. Still a problem since t... | Michael Trier | 2008-10-11 | 1 | -2/+6 |