-
Hi there,
I'm working with an Oracle 21 XE database and aiming to utilize Elixir/Phoenix/Ecto in this project. I'm attempting to implement this driver to connect to the Oracle database, but I'm enc…
-
Hi,
We noticed our connection pool becomes unusable after `maxLifetime` has been reached with runtime exception `PSQLException: Cannot change transaction isolation level in the middle of a transact…
-
presto-python-client == 0.4.1
Presto server == 0.166
after i ran insert sql, after about 5mins, presto will rollback and delete the data in the table? is there some bugs or hints?
i just follow…
-
hello, installing sqlite3 and changing 2 lines of code you could implement a safer way to backup the moonraker sqlite db.
Steps:
apt-get install sqlite3
add `outfile=$config_folder/moonraker-s…
-
I found this:
https://github.com/tarantool/doc/commit/1040a4f5c6061ea3dfa426a82746fcc81f67786e
This would autocommit the pot file once a merge from a PR is done.
@Joerg-CH
-
### Summary
I'm using odbc community module to connect to a databricks base:
```
- name: Get some values in the test db
community.general.odbc:
dsn: "Driver=/opt/simba/spark/lib/64/li…
-
Transcribed verbatim from CPAN RT#82942, warts and all.
Thu Jan 24 21:17:01 2013 ribasushi [...] leporine.io - Ticket created
Subject: Cached statements hold strong references to bind values
…
-
I use hikari pool with disabled autocommit
Datasets on classes applies correctly and commit data to database, after this dbrider reset auto commit and datasets from methods not applies.
Class co…
-
This library is not handling "mysql server has gone away" exceptions when autocommit is executed so I am receiving the error below when I execute any django orm query, for example "TicketSold.objects.…
-
It is a requirement of DBUnit to make DB cleanup works. Setting this in test properties:
```
zonky.test.database.postgres.client.properties.autocommit=false
```
crashed embedded database creat…