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
SystemDatabase.create honors config.useListenNotify() only in the URL branch; the else branch calls SystemDatabase(dataSource, schema, serializer) which hardcodes true (SystemDatabase.java:150,164).
SystemDatabase.create honors config.useListenNotify() only in the URL branch; the else branch calls SystemDatabase(dataSource, schema, serializer) which hardcodes true (SystemDatabase.java:150,164).