summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* Modified information_schema change to keep it backwards compatible.Michael Trier2009-03-292-72/+251
* Corrected problem with information schema not working with binary collation o...Michael Trier2009-03-272-197/+77
* - Fixed SQLite reflection methods so that non-presentMike Bayer2009-03-171-5/+10
* - Added PGUuid and PGBit types toMike Bayer2009-03-011-2/+11
* Corrected issue on mssql where max_identifier_length was not being respected.Michael Trier2009-02-181-1/+2
* Preliminary support for pymssql 1.0.1 [Ticket:1318]Rick Morrison2009-02-131-1/+8
* - PG Index reflection won't fail when an index withMike Bayer2009-02-031-4/+5
* Correction to reflection fix r5718 to handle Binary / other numeric types.Michael Trier2009-01-231-2/+2
* mssql: modified table reflection code to use only kwargs when constructing co...Rick Morrison2009-01-231-17/+13
* Trying one more time to get the decimal handling on mssql right. Closes #1282.Michael Trier2009-01-221-10/+28
* Restored convert_unicode handling on mssql. Fixes #1291.Michael Trier2009-01-221-3/+0
* added some missing internal types for reflection, [ticket:1287]Mike Bayer2009-01-201-0/+2
* Corrected handling of large decimal values on mssql. Added more robust tests.Michael Trier2009-01-171-25/+10
* happy new yearMike Bayer2009-01-127-7/+7
* NotSupportedError is a DBAPI wrapper which takes four args and is expected to...Mike Bayer2009-01-112-3/+3
* Corrected SAVEPOINT support on the adodbapi dialect by changing the handlingMichael Trier2009-01-111-3/+3
* Modified the do_begin handling in mssql to use the Cursor not the Connection.Michael Trier2009-01-111-2/+7
* Added the missing keywords from MySQL 4.1 so they get escaped properly.Ants Aasma2009-01-081-1/+1
* Forgot to sqash a commit. Follow up on mssql dates refactoring.Michael Trier2009-01-051-8/+11
* mssql date / time refactor.Michael Trier2009-01-051-43/+91
* assume table.schema, not None, when constraint reflection has no explicit sch...Mike Bayer2009-01-051-1/+1
* Corrected a few docs and didn't realize we put pyodbc first in the search list.Michael Trier2009-01-041-2/+11
* Corrected an issue on mssql where Numerics would not accept an int.Michael Trier2009-01-031-2/+4
* - Fixed bug which was preventing out params of certain typesMike Bayer2009-01-031-1/+5
* identified the SQLite changes which affect default reflectionMike Bayer2009-01-031-4/+1
* Added a note about mssql compatibility levels.Michael Trier2009-01-031-0/+11
* 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