acoustid / mbdata

MusicBrainz SQLAlchemy Models
MIT License
97 stars 23 forks source link

Update import for psycopg 2.9 #28

Closed wsovine closed 3 years ago

wsovine commented 3 years ago

Import Update

Updated the cursor copy function for psycopg 2.9 changes, per the suggestions in https://github.com/psycopg/psycopg2/issues/1294.

This should resolve issues #22 and #27 .


Readme Update

Removed the following line from the Readme because PL/pgSQL is now available as a standard in any newly created Postgres database: createlang plpgsql musicbrainz

lalinsky commented 3 years ago

Thanks, that looks good.