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 started to use play-hikaricp with pgjdbc-ng and I'm using in my code database notifications using method addNotificationListener from PGConnection class.
In BoneCP I have access to PGConnection from pool using code like this:
Hi,
I started to use play-hikaricp with pgjdbc-ng and I'm using in my code database notifications using method addNotificationListener from PGConnection class.
In BoneCP I have access to PGConnection from pool using code like this:
But Hikari does not allow me to get PGConnection from delegate member - ConnectionHandle class.
Example:
The text was updated successfully, but these errors were encountered: