summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* applied patch for pymssql 30-char limitRick Morrison2007-10-101-2/+3
* removed unused _fold_identifier_case methodMike Bayer2007-10-021-4/+0
* Don't use unicode with pyodbc on UCS-4 platforms [ticket:787]Paul Johnston2007-09-191-3/+6
* Set supports_sane_multi_rowcount for MSSQLPaul Johnston2007-09-041-0/+3
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-2/+2
* Minor fixes to MSSQL reflectionPaul Johnston2007-09-031-3/+3
* - merged inline inserts branchMike Bayer2007-09-011-1/+1
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-291-1/+1
* - method call removalMike Bayer2007-08-201-25/+8
* One more change of preparer() to identifier_preparerPaul Johnston2007-08-191-1/+1
* Use identifier_preparer instead of preparer()Paul Johnston2007-08-191-2/+2
* Fix broken importsPaul Johnston2007-08-191-1/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-28/+18
* 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