summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/mssql.py
Commit message (Expand)AuthorAgeFilesLines
* Support for three levels of column nullability: NULL, NOT NULL, and the datab...Michael Trier2008-12-121-3/+19
* We don't need two of these.Michael Trier2008-12-111-3/+0
* Implemented experimental savepoint support in mssql. There are still some fai...Michael Trier2008-12-111-0/+10
* Pulled out values test that uses boolean evaluation in the SELECT in order to...Michael Trier2008-11-141-3/+4
* Fixed a problem with the casting of a zero length type to a varchar. It now c...Michael Trier2008-11-141-1/+1
* The str(query) output is also correct on the mssql dialect.Michael Trier2008-11-141-1/+2
* Corrected mssql schema named subqueries from not properly aliasing the column...Michael Trier2008-11-121-3/+4
* Handle the mssql port properly. If we're using the SQL Server driver then use...Michael Trier2008-11-101-3/+9
* Corrected issue with decimal e notation that broke regular decimal tests for ...Michael Trier2008-11-101-1/+1
* If there's a zero offset with mssql just ignore it.Michael Trier2008-11-101-1/+1
* flattened _get_from_objects() into a descriptor/class-bound attributeMike Bayer2008-11-091-3/+3
* Corrected problems with reflection on mssql when dealing with schemas. Fixes ...Michael Trier2008-11-091-4/+4
* Fixed E notation problem in mssql. Closes #1216.Michael Trier2008-11-081-1/+8
* Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ...Michael Trier2008-11-081-13/+20
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-041-6/+0
* Corrected case in mssql where binary expression has bind parameters on both s...Michael Trier2008-10-231-1/+2
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-201-0/+2
* Cleaned up the create_connect_args so that it makes no expectations about key...Michael Trier2008-10-191-8/+40
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-181-1/+1
* Removed the visit_function stuff in mssql dialect. Added some tests for the f...Michael Trier2008-10-111-10/+4
* Correction of mssql schema reflection in reflectable. Still a problem since t...Michael Trier2008-10-111-2/+6
* Fix bug with MSSQL reflecting and schemasPaul Johnston2008-09-091-6/+1
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-1/+1
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-1/+0
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-0/+2
* Corrected problem with detecting closed connections. Fixed issues in reflect...Michael Trier2008-07-231-3/+8
* - Removed 2.3 Decimal compatJason Kirtland2008-07-151-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+1
* Fix reflection where the table name has a duplicate name in a different schemaPaul Johnston2008-07-151-1/+2
* Fixed messed up __init__ in MSSmallDate. Fixes #1040.Michael Trier2008-07-131-1/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-131-1/+5
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-10/+2
* 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