summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* un-screw up the attribute manager checkinMike Bayer2007-11-271-30/+2
* AttributeManager class and "cached" state removed....attribute listingMike Bayer2007-11-271-2/+30
* Fix: MSSQL set identity_insert and errors [ticket:538]Paul Johnston2007-11-251-17/+23
* Fix: test_decimal on MSSQL - use a value that is accurately represented as a ...Paul Johnston2007-11-251-1/+12
* Fix: MSSQL concatenate operator is + not || [ticket:879]Paul Johnston2007-11-251-1/+4
* Avoid doubling quoting of identifier in MSSQL reflectionPaul Johnston2007-11-251-1/+1
* Make function a reserved word in MSSQLPaul Johnston2007-11-251-5/+5
* MSSQL/PyODBC no longer has a global set nocount onPaul Johnston2007-11-251-10/+3
* Change to make PyODBC result fetching a bit more reliablePaul Johnston2007-11-251-8/+8
* column.foreign_key -> foreign_keys in MSSQLPaul Johnston2007-11-251-2/+2
* - named_with_column becomes an attributeMike Bayer2007-11-251-4/+4
* - MSSQL anonymous labels for selection of functions made deterministicMike Bayer2007-11-181-6/+6
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-101-2/+2
* Fixup sp_columns callPaul Johnston2007-10-311-1/+1
* - attempted to add a test for #622 / #751, but cant reproduce the failing con...Mike Bayer2007-10-141-1/+1
* Unused imports.Jason Kirtland2007-10-131-1/+1
* Fix broken update/delete queries on MSSQL when tables have a schemaPaul Johnston2007-10-121-1/+1
* 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