summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/pyodbc.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-13/+6
* turn off use_insertmanyvalues for SQL ServerMike Bayer2023-04-051-13/+7
* favor fast_executemany over insertmanyvalues when setMike Bayer2023-04-021-5/+11
* update sql server use_setinputsizes docs a bitMike Bayer2023-03-061-7/+10
* audition pymssql once more; retire sane_rowcount_returningMike Bayer2023-03-041-6/+5
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-16/+8
* mssql doc updatesMike Bayer2022-10-281-16/+17
* further qualify pyodbc setinputsizes types for long stirngsMike Bayer2022-10-181-4/+13
* ORM bulk insert via executeMike Bayer2022-09-241-1/+1
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-16/+30
* Fix 'No transaction found' error on Synapse.Gord Thompson2022-08-021-1/+32
* Change setinputsizes behavior for mssql+pyodbcGord Thompson2022-06-291-7/+57
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-0/+2
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* implement iso date literals for all backendsMike Bayer2022-04-081-1/+2
* Add LongAsMax note to mssql+pyodbc dialect docsGord Thompson2022-03-041-0/+27
* pep-484 for engineMike Bayer2022-03-011-1/+1
* remove non-working mssql description_encoding paramMike Bayer2022-01-111-5/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* 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