Hello. We wanted to use pygresql in our project (together with sqlalchemy),
but it turned out that pygresql does not accept "application_name"
connection parameter which we have to use. Exception is:
.../python2.7/site-packages/sqlalchemy/engine/default.py line 385 in connect
      return self.dbapi.connect(*cargs, **cparams)
   TypeError: connect() got an unexpected keyword argument
'application_name'
Other postgresql drivers (like pg8000, psycopg) accept this parameter. My
question is: is it something that can be easily fixed in pygresql?

Stanisław Skonieczny
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to