You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Pony connect to GaussDB,May I ask if adaptation is required? Is it possible to use only the psycopg2 driver? Is there any risk involved?
If you know,please tell me.
thanks a lot.
The text was updated successfully, but these errors were encountered:
I used psycopg2 connect to GaussDB,I have a error in pony/orm/dbproviders/postgres.py line 183: cursor.execute('DISCARD ALL')
Because GaussDB doesn't support this syntax:> DISCARD ALL
Can I delete postgres.py line 183?
please help me,thanks!
I want to use Pony connect to GaussDB,May I ask if adaptation is required? Is it possible to use only the psycopg2 driver? Is there any risk involved?
If you know,please tell me.
thanks a lot.
The text was updated successfully, but these errors were encountered: