-
```
What steps will reproduce the problem?
1. Call Statement.execute() with SQL: print 'test'
2. Nothing logs.
What is the expected output? What do you see instead?
I wrote a quick Java app to tes…
-
```
What steps will reproduce the problem?
1. Call Statement.execute() with SQL: print 'test'
2. Nothing logs.
What is the expected output? What do you see instead?
I wrote a quick Java app to tes…
-
-
The README limitations section states:
> User-defined savepoints are not supported and not expected to be compatible with the transaction locking mechanism used by this plugin. In addition, the use o…
-
I've got a use case where, instead of using `drizzle-kit push` to directly update the database,. I instead want to generate a sql file from the schema and store that in the migrations folder.
So in…
-
When parsing a query, if it has more than one statement, the statement of index 1+ has to start with a correct keyword to be correctly identified as an statement and therefore parsed.
For these exa…
-
**Is your feature request related to a problem? Please describe.**
For my parents i'm using a raspberrypi for the iobroker instance incl. the sql adapter. The db (postgresql) is stored on their windo…
-
```
What steps will reproduce the problem?
1. Call Statement.execute() with SQL: print 'test'
2. Nothing logs.
What is the expected output? What do you see instead?
I wrote a quick Java app to tes…
-
instead of comma-separated strings it should join strings on `and` and `or`
-
Similar to https://github.com/jdbi/jdbi/issues/1241, I'd like to enforce that mutating statements are not executed from a read-only connection.
In contrast to that use case, I'm not using annotatio…