summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
...
* send a NASA probe to the buildbotMike Bayer2009-01-031-1/+4
* sqlite reflection now stores the actual DefaultClause value for the column.Michael Trier2009-01-021-4/+4
* - mysql, postgres: "%" signs in text() constructs are automatically escaped t...Mike Bayer2009-01-022-0/+10
* found some more _Function->FunctionMike Bayer2009-01-024-4/+4
* Marked mssql test as failing since it cannot update identity columns.Michael Trier2009-01-021-1/+0
* Mapped char_length to the LEN() function for mssql.Michael Trier2009-01-021-1/+2
* Added ability to use subselects within INSERTS on mssql.Michael Trier2009-01-021-0/+27
* Turned off the implicit transaction behavior of MSSQL.Michael Trier2009-01-021-0/+4
* Cleanup of r5556. Makes the description_encoding less public since this is aMichael Trier2009-01-021-3/+4
* Modifications to the mssql dialect in order to to pass through unicode in the...Michael Trier2008-12-301-37/+30
* Added a new description_encoding attribute on the dialect.Michael Trier2008-12-301-6/+8
* - added another usage recipe for contains_eager()Mike Bayer2008-12-291-1/+1
* - Added OracleNVarchar type, produces NVARCHAR2, and alsoMike Bayer2008-12-281-1/+6
* Added in a new MSGenericBinary type.Michael Trier2008-12-281-4/+25
* Corrected reflection issue in mssql where include_columns doesn't include the...Michael Trier2008-12-281-2/+2
* On MSSQL if a field is part of the primary_key then it should not allow NULLS.Michael Trier2008-12-281-1/+1
* MSSQL refactoring of BINARY type and addition of MSVarBinary and MSImage.Michael Trier2008-12-281-2/+19
* - Reflected foreign keys will properly locateMike Bayer2008-12-2610-24/+21
* Fixed bugs in sqlalchemy documentation. Closes #1263.Michael Trier2008-12-241-1/+1
* Added MSSQL support for introspecting the default schema name for the logged ...Michael Trier2008-12-231-0/+18
* - Added Index reflection support to Postgres, using aMike Bayer2008-12-231-0/+38
* Merge branch 'collation'Michael Trier2008-12-232-28/+315
* Major refactoring of the MSSQL dialect. Thanks zzzeek.Michael Trier2008-12-221-197/+299
* - Fixed mysql bug in exception raise when FK columns not presentMike Bayer2008-12-211-1/+1
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-1910-54/+17
* *most* py3k warnings are resolved, with the exception of the various __setsli...Mike Bayer2008-12-181-1/+1
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-3/+3
* - _execute_clauseelement() goes back to beingMike Bayer2008-12-171-5/+2
* - added sphinx handler to allow __init__ methods throughMike Bayer2008-12-171-0/+115
* Support for three levels of column nullability: NULL, NOT NULL, and the datab...Michael Trier2008-12-121-3/+19
* We don't need two of these.Michael Trier2008-12-111-3/+0
* Implemented experimental savepoint support in mssql. There are still some fai...Michael Trier2008-12-111-0/+10
* - postgres docstringMike Bayer2008-12-062-23/+102
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-411/+385
* - Adjusted the format of create_xid() to repairMike Bayer2008-12-051-2/+2
* - bump, this may become 0.5.0Mike Bayer2008-11-141-1/+2
* Pulled out values test that uses boolean evaluation in the SELECT in order to...Michael Trier2008-11-141-3/+4
* Fixed a problem with the casting of a zero length type to a varchar. It now c...Michael Trier2008-11-141-1/+1
* The str(query) output is also correct on the mssql dialect.Michael Trier2008-11-141-1/+2
* Corrected mssql schema named subqueries from not properly aliasing the column...Michael Trier2008-11-121-3/+4
* Handle the mssql port properly. If we're using the SQL Server driver then use...Michael Trier2008-11-101-3/+9
* Corrected issue with decimal e notation that broke regular decimal tests for ...Michael Trier2008-11-101-1/+1
* If there's a zero offset with mssql just ignore it.Michael Trier2008-11-101-1/+1
* Corrected problem in access dialect that was still referring to the old colum...Michael Trier2008-11-101-2/+2
* flattened _get_from_objects() into a descriptor/class-bound attributeMike Bayer2008-11-092-5/+4
* Corrected problems with Access dialect. Corrected issue with reflection due t...Michael Trier2008-11-091-1/+6
* Corrected problems with reflection on mssql when dealing with schemas. Fixes ...Michael Trier2008-11-091-4/+4
* Fixed E notation problem in mssql. Closes #1216.Michael Trier2008-11-081-1/+8
* Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ...Michael Trier2008-11-081-13/+20
* docstring fixMike Bayer2008-11-071-1/+1