summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-046-99/+7
* - added 'EXPLAIN' to the list of 'returns rows', but thisMike Bayer2008-11-041-1/+1
* Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117]Jason Kirtland2008-10-281-1/+2
* Mysql no longer expects include_columns to be specified in lowercase. Fixes #...Michael Trier2008-10-281-1/+1
* Fixed mysql FK reflection for the edge case where a Table has expicitly provi...Jason Kirtland2008-10-271-0/+9
* auto_convert_lobs=False honored by OracleBinary, OracleText typesMike Bayer2008-10-241-4/+5
* - fixed some oracle unit tests in test/sql/Mike Bayer2008-10-241-2/+115
* Corrected case in mssql where binary expression has bind parameters on both s...Michael Trier2008-10-231-1/+2
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-203-19/+6
* Cleaned up the create_connect_args so that it makes no expectations about key...Michael Trier2008-10-191-8/+40
* - 0.5.0rc3, dohMike Bayer2008-10-184-39/+3
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-183-5/+5
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2Mike Bayer2008-10-121-3/+31
* Removed the visit_function stuff in mssql dialect. Added some tests for the f...Michael Trier2008-10-111-10/+4
* Correction of mssql schema reflection in reflectable. Still a problem since t...Michael Trier2008-10-111-2/+6