summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql
Commit message (Expand)AuthorAgeFilesLines
* some tests, should be OKMike Bayer2010-12-131-3/+5
* - support for cdecimalMike Bayer2010-12-112-9/+19
* - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com...Mike Bayer2010-11-291-4/+4
* merge tipMike Bayer2010-11-143-26/+61
|\
| * - mssql+pymssql dialect now honors the "port" portionMike Bayer2010-10-241-2/+4
| * - Rewrote the reflection of indexes to use sys.Mike Bayer2010-10-232-15/+48
| * - Fixed bug where aliasing of tables with "schema" wouldMike Bayer2010-10-201-3/+3
| * - Fixed MSSQL reflection bug which did not properly handleMike Bayer2010-10-161-6/+6
* | merge tipMike Bayer2010-09-191-1/+1
|\ \ | |/
| * - rewrote the "connections" sectionMike Bayer2010-09-051-1/+1
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-4/+7
|/
* reformatting /cleanup of column type docs, including [ticket:1858]Mike Bayer2010-08-011-4/+8
* - Fixed "default schema" query to work withMike Bayer2010-07-291-4/+4
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-1/+1
* - idle 78-char adjustmentsMike Bayer2010-07-038-102/+177
* - If server_version_info is outside the usualMike Bayer2010-07-021-0/+10
* documentation updatesMike Bayer2010-03-283-3/+44
* - pymssql now works again, expecting at least the 1.0 series.Mike Bayer2010-03-204-129/+135
* try < 0Mike Bayer2010-03-191-2/+2
* re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared.Mike Bayer2010-03-191-3/+53
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-192-11/+6
* still poking at numericsMike Bayer2010-03-191-1/+2
* switching Decimal treatment in MSSQL to be pyodbc specific, addedMike Bayer2010-03-193-72/+27
* fixed missing return statement which caused render_literal_value to chokeBrad Allen2010-03-181-1/+1
* Added MSSQLStrictCompiler support for rendering datetime typesBrad Allen2010-03-181-3/+17
* Added module docstring for mssql+mxodbc dialect.Brad Allen2010-03-181-1/+10
* Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s...Brad Allen2010-03-181-12/+10
* adjustments to improve readability (indentation to complex conditional expres...Brad Allen2010-03-181-23/+59
* Hardcoded ident_seed and ident_increment query had bind markers noncompliant ...Brad Allen2010-03-181-5/+3
* Merged from main tip.Brad Allen2010-03-181-19/+6
|\
| * turning the decimals to floats allows the E notation to work with sybase+pyod...Mike Bayer2010-03-181-1/+2
| * - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-181-19/+5
* | MergeBrad Allen2010-03-181-4/+6
|\ \ | |/
| * some ms fixesMike Bayer2010-03-171-4/+6
* | Merged from main tip, and resolved conflicts in mxodbc dialect and connector.Brad Allen2010-03-173-23/+59
|\ \ | |/
| * - added pyodbc for sybase driver.Mike Bayer2010-03-173-9/+59
| |\
| | * - mxodbc can use default execute() callMike Bayer2010-03-162-4/+43
| * | - basic sybase+pyodbc support. in particular this will impact freetds detect...Mike Bayer2010-03-171-15/+0
| |/
* | corrected import statements forgotten on prior commitBrad Allen2010-03-161-1/+2
* | Fixes to pass numeric tests; now by default, the mxodbc connector natively re...Brad Allen2010-03-161-0/+8
|/
* merged mainline default branchBrad Allen2010-03-151-5/+5
|\
| * - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-5/+5
* | Merged latest changes from the mainline (default branch)Brad Allen2010-03-121-3/+3
|\ \ | |/
| * Added a non-freetds specific exclusion for pyodbcMike Bayer2010-03-111-3/+3
* | Now using pyodbc execution context once again (to pass the test involving ins...Brad Allen2010-03-111-2/+9
* | Removed pyodbc execution context, because output inserted is now handled by t...Brad Allen2010-03-081-3/+2
|/
* - the execution sequence pulls all rowcount/last inserted IDMike Bayer2010-02-282-14/+6
* mxodbc supports rowcount, just have to snag before the cursor is closed.Mike Bayer2010-02-282-6/+15
* some ms/odbc fixesMike Bayer2010-02-281-2/+2
* further numeric fixesMike Bayer2010-02-271-3/+9