mkleehammer / pyodbc

Python ODBC bridge
https://github.com/mkleehammer/pyodbc/wiki
MIT No Attribution
2.95k stars 563 forks source link

Implement pep675 #1166

Open kuwv opened 1 year ago

kuwv commented 1 year ago

Python now provides LiteralString to help developers prevent security flaws from improperly handling user inputs. This would help 'pyodbc' users.

https://peps.python.org/pep-0675/