Luminus type/protocol extensions in <app>.db.core stop working if you change the DB connection url scheme from the default postgresql:// to jdbc:pgsql://. Maybe we need an additional +pgjdbc-ng option.
The API of pgjdbc-ng is not the same as org.postgresql (e.g. lacks util.PGobject).
Luminus type/protocol extensions in
<app>.db.core
stop working if you change the DB connection url scheme from the defaultpostgresql://
tojdbc:pgsql://
. Maybe we need an additional+pgjdbc-ng
option.The API of pgjdbc-ng is not the same as org.postgresql (e.g. lacks util.PGobject).
https://yogthos.net/posts/2016-11-05-LuminusPostgresNotifications.html (lacks protocol extensions)