summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* merge changset [3347] into trunkPaul Johnston2007-08-171-5/+9
* Merge [3345] into trunk. Unit test still TODOPaul Johnston2007-08-171-4/+28
* Disable MSSQL unicode statements on UCS-4 platforms, ticket #731Paul Johnston2007-08-171-2/+2
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-5/+5
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-79/+101
* - fixed compiler bug in mssqlMike Bayer2007-08-121-1/+1
* Fix missing import of 'operator'Paul Johnston2007-08-121-0/+1
* - fix mssql compiling explicitly added alias twiceAnts Aasma2007-08-081-4/+11
* merge [3215] into trunkPaul Johnston2007-08-081-0/+9
* little too happy with the copy/paste thereJonathan Ellis2007-07-301-4/+0
* engine.table_names()Jonathan Ellis2007-07-291-0/+8
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-55/+58
* mssql: indexes are now quoted when dropping from reflected tables [ticket:684]Rick Morrison2007-07-261-1/+3
* mssql: added support for TIME type (simulated via DATETIME col) [ticket:679]Rick Morrison2007-07-261-0/+25
* Properly escape table names when reflecting for mssql and sqlite [ticket:653]Paul Johnston2007-07-171-5/+3
* mssql: preliminary support for using scope_identity() with pyodbcPaul Johnston2007-07-111-1/+25
* mssql now able to reflect start and increment values for identity columnsPaul Johnston2007-07-111-6/+15
* Fix port option handling for mssql/pyodbc [ticket:634]Rick Morrison2007-07-091-2/+5
* - result.last_inserted_ids() should return a list that is identicallyMike Bayer2007-06-171-7/+8
* Multiple MSSQL fixes; see ticket #581Paul Johnston2007-06-131-22/+65
* (no commit message)Rick Morrison2007-06-061-0/+3
* - mssql: replace "select @@identity" with "select @@scope_identity". Should h...Rick Morrison2007-04-291-6/+28
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-16/+18
* explicit zero was failing for float colsRick Morrison2007-04-041-1/+3
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-031-12/+6
* - merged the patch from #516 + fixesMike Bayer2007-04-021-0/+16
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-88/+71
* better explicit PK insert checkingRick Morrison2007-03-281-3/+3
* Change to ParameterClause object changeRick Morrison2007-03-281-3/+6
* msssql: more unit tests now passRick Morrison2007-03-271-1/+10
* mssql: now passes still more unit tests, [ticket:481]Rick Morrison2007-03-191-3/+13
* - added db modules to genned docstringsMike Bayer2007-03-181-7/+15
* mssql: cleanup of module importing code; specifiable DB-API module; more expl...Rick Morrison2007-03-181-151/+150
* mssql: optionally use VARCHAR(max) instead of TEXT. [ticket:509]Rick Morrison2007-03-181-8/+23
* MSSQL now passes still more unit tests [ticket:481]Rick Morrison2007-03-151-20/+46
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-3/+3
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-37/+61
* Tested with pymssql 0.8.0Rick Morrison2007-02-211-4/+13
* (no commit message)Rick Morrison2007-02-191-13/+21
* Completed previously missed patches from tickets 422 and 415Rick Morrison2007-02-181-13/+26
* commented out ImportError for now; will issue new ticket for handling dialect...Mike Bayer2007-02-171-3/+3
* better MSSSQL support for implicit sequences and auto-insert, ticket 415Rick Morrison2007-02-161-13/+22
* Fix Fix for adodbapi bug introduced by ticket 419Rick Morrison2007-02-161-13/+22
* Func rewrite for better unittest compatibilityRick Morrison2007-02-161-28/+38
* revert old unittest patch for MSSQLRick Morrison2007-02-151-0/+2
* MSSSQL is now passing unit tests (well, some) thanks to Paul JohnstonRick Morrison2007-02-151-8/+19
* run-time selectable DB-API modules for mssql [ticket:419]Rick Morrison2007-02-141-22/+62
* Fix for ticket 473Rick Morrison2007-02-141-0/+7
* Fix query.get for MSSQL tables with schema specifiedRick Morrison2007-02-141-0/+1
* ticket 298 plus transaction fixes for pymssqlRick Morrison2007-02-061-6/+18