summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/pyodbc.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-2/+2
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Merge "Add autocommit documentation for Azure SQL DW"mike bayer2021-10-061-3/+42
|\
| * Add autocommit documentation for Azure SQL DWGord Thompson2021-09-281-3/+42
* | organize datetime types for correct implsMike Bayer2021-10-011-2/+6
|/
* Replace all http:// links to https://Federico Caselli2021-07-041-4/+4
* fix typo in"Connecting to databases with access tokens" (#6432)Katsuyuki Sakai2021-05-251-1/+1
* Pass all datetime values to pyodbc for timezone-naive columnMike Bayer2021-04-261-2/+8
* Add DateTime(timezone=True) support to mssqlGord Thompson2021-04-201-2/+11
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* Merge "Add documentation for connecting to Azure SQL instances with managed i...mike bayer2021-03-191-8/+69
|\
| * Add documentation for connecting to Azure SQL instances with managed identitiesAlex Lowe2021-03-181-9/+70
* | Turn off pyodbc setinputsizes() by defaultMike Bayer2021-03-161-1/+18
|/
* Add missing colon before code block in docsFederico Caselli2021-02-261-1/+1
* mssql+pyodbc specify ampersand separatorGord Thompson2021-02-241-1/+10
* happy new yearMike Bayer2021-01-041-1/+1
* Add SQL Server 01000 disconnectMike Bayer2020-10-141-3/+4
* Add support for Azure authentication optionsGord Thompson2020-09-171-1/+2
* fix formattingMike Bayer2020-08-041-1/+1
* Add note that fast_executemany uses memoryMike Bayer2020-08-041-7/+11
* Document pyodbc built-in poolingMike Bayer2020-07-051-0/+26
* Fix is_disconnect false positive for mssql+pyodbcGord Thompson2020-06-011-3/+3
* Move supports_sane_rowcount_returning = False to dialect levelGord Thompson2020-05-111-0/+3
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-1/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-2/+2
* Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-101-4/+15
* happy new yearMike Bayer2020-01-011-1/+1
* Fix DATETIMEOFFSET formatting to preserve fractional seconds.Gord Thompson2019-12-311-2/+2
* Add note re: pyodbc keywords in lowercase.Gord Thompson2019-12-031-0/+2
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+48
* Improve SQL Server pyodbc documentationMike Bayer2019-10-311-13/+18
* Enable F841Mike Bayer2019-06-201-1/+1
* Changed urllib.quote_plus to urllib.parse.quote_plus (Python 3 versio…ericdeansanchez2019-03-181-2/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-8/+13
* Run black -l 79 against all source filesMike Bayer2019-01-061-41/+61
* Add pyodbc fast_executemanyMike Bayer2018-07-101-1/+36
* Filter non-integer characters from pyodbc SQL Server versionMike Bayer2018-03-301-2/+4
* Merge "Adjust tests for pyodbc 4.0.22"mike bayer2018-01-241-1/+0
|\
| * Adjust tests for pyodbc 4.0.22Mike Bayer2018-01-241-1/+0
* | Add 10054 to ODBC / SQL Server disconnect codesMike Bayer2018-01-161-1/+2
|/
* happy new yearMike Bayer2018-01-121-1/+1
* Fix / consolidate for SQL Server BINARY, VARBINARYBen Shen2017-10-251-2/+22
* Add full list of pyodbc error codes for MSSQLMike Bayer2017-09-281-0/+10
* Add SQL Server CI coverageMike Bayer2017-08-311-31/+17
* Support python3.6Mike Bayer2017-01-131-2/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Catch DBAPIError instead of ProgrammingError for pyodbc failMike Bayer2016-10-071-2/+3
* Use SQL Server SERVERPROPERTY for version info w/ pyodbcMike Bayer2016-10-041-1/+20
* - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-151-0/+7