|
|
|
|
|
by selecsosi
999 days ago
|
|
Not for sqlserver, but for postgres working w/ python, the psycopg library has a API for getting the bound parameter expression https://www.psycopg.org/docs/cursor.html#cursor.mogrify Most of this I would expect to be more on the client side than server (though w/ sqlite you are working w/ both) |
|
I'm still wondering why it's not available for SQLServer (because there are use cases for this feature).
It is "just" a matter of driver interface (I mean the piece of code that implement ODBC API) that "just" do not give this feature or it's letteraly not possible with SQLServer?