CartoDB / odbc_fdw

PostgreSQL Foreign-data Wrapper for ODBC
Other
66 stars 22 forks source link

Prepare release 0.5.2 #127

Closed jgoizueta closed 3 years ago

Algunenano commented 3 years ago

Have you considered tagging a micro version instead to avoid needing to update the databases SQL code? If you have 0.5.0 and tag 0.5.0.1, which doesn't introduce any changes in the SQL code so that remains as 0.5.0, then you only need to update the binary (.so) and can forget about updating any SQL files or databases.

jgoizueta commented 3 years ago

No, I hadn't think about that. So we would only modify the change log here, version would still be 0.5.0 for Postgres, we would then tag and package it as 0.5.0.1, install the new package in db hosts and use it for new hosts, and never touch the databases (new sessiions will pick the new .so) 🤔

jgoizueta commented 3 years ago

I'll go with a full release 0.5.2 this time, to test the workflow to be used in these cases. But I'll also document a light-workflow alternative for micro versions.