summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-2/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-13/+15
* one-off workaround for mssql + odbc options, user patchRick Morrison2008-05-021-1/+4
* Added 'odbc_options' keyword to the MSSQL dialect. Allows a partial ODBC conn...Rick Morrison2008-04-171-2/+6
* Add a new 'odbc_autotranslate' engine/dburi kwd parm to the MSSQL pyodbc dial...Rick Morrison2008-04-081-1/+8
* Added a new 'max_identifier_length' keyword to the mssql_pyodbc dialectRick Morrison2008-04-021-1/+4
* some fixes to the MS-SQL aliasing so that result_map is properly populatedMike Bayer2008-04-021-3/+9
* MSSQL adjustments to pyodbc connection string buildingRick Morrison2008-03-311-38/+5
* Add a new 'driver' keyword to the MSSQL pyodbc Dialect.Rick Morrison2008-03-311-24/+14
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-301-2/+0
* MSSQL fixes for tickets 979, 916, 884Rick Morrison2008-03-301-5/+34
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-1/+1
* MSSQL now compiles func.now() to CURRENT_TIMESTAMPRick Morrison2008-02-141-1/+9
* Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored...Rick Morrison2008-02-141-8/+40
* Fix: deletes with schemas on MSSQL 2000 [ticket:967]Paul Johnston2008-02-081-0/+2
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-2/+3
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-61/+61
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* Fix for ticket [923]Rick Morrison2008-01-071-17/+13
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-2/+2
* Fix for autoload of non-identity PK integer columns [824]Rick Morrison2007-12-191-7/+13
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-181-1/+1
* 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