New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connection to the server with disabled prepare statements #185
Comments
Interesting. RPostgres uses prepared statements by default, this might explain what we're seeing. Could this be a configuration issue on the server side? |
Server's admin confirmed that the prepared statements disable on the server side. This was done to prevent performance problems. |
Unfortunately, RPostgres currently requires prepared statements, I'm not aware of a fallback mode. Not sure what's needed to provide one either. How do I disable prepared statements on the server for testing? |
I could not find information about disable the prepare statements. |
This will be fixed once we have support for the |
Now discussed in #272. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
Hi,
I can't connect to the server with following command:
With
odbc
package the connection works only withUseServerSidePrepare = No
option in.odbc.ini
.RPostgreSQL
works without additional manipulations.Server info:
The text was updated successfully, but these errors were encountered: