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
db: Only use pgjdbc's query representation for PostgreSQL query logs
It does not seem possible to reliably replace the values pgjdbc could not replace itself,
as we can't know when the pgjdbc-replaced value will end, we risk seeking into it.
Copy file name to clipboardExpand all lines: BotCommands-core/src/main/kotlin/io/github/freya022/botcommands/internal/core/db/query/PostgresParametrizedQueryFactory.kt
Copy file name to clipboardExpand all lines: BotCommands-core/src/test/kotlin/io/github/freya022/botcommands/db/query/PostgresParametrizedQueryTests.kt
0 commit comments