-
```
What steps will reproduce the problem?
1. Configure driver and DSN in odbcinst.ini and odbc.ini
2. Call pypyodbc.connect() with 'DRIVER={driver};...'
What is the expected output? What do you see …
-
part of the real config:
``` yaml
plugins:
Database:
handle_class: 'Dancer::Plugin::Database::KISS'
driver: 'mysql'
database: '...'
host: '...'
port: 3306
usernam…
-
When HikariCP returns a connection to the pool, it calls `resetConnectionState` [method](https://github.com/brettwooldridge/HikariCP/blob/HikariCP-5.1.0/src/main/java/com/zaxxer/hikari/pool/PoolBase.j…
andeb updated
2 months ago
-
```
What steps will reproduce the problem?
1. Create a connection to a database with autocommit off using the context
manager, and then leave an SQL statement uncommitted. For example as follows:
i…
-
Recently after update from `sqlalchemy==1.3.13` (working fine) to `1.3.14` (and upper) i discovered that `sqlalchemy_utils` module started to raise `CREATE DATABASE cannot run inside a transaction blo…
-
This seems like it's a bad thing, because writing `use v5.40;` on a script doesn't let you override the `true` & `false` builtins afterwards by using something like `use Mojo::JSON qw/ true false /;`,…
-
-
**Describe the bug**
developing in the mapstore2 submodule uses an h2 database so `npm start` works ootb by default.
Would it be possible/better to use an h2 database in the ms2-georchestra projec…
-
JforD has a lot of toggle settings and startup preferences. I don't find a compelling need for any of them currently... there are a lot more important things.
However, we probably eventually will …
-
CommitWithin lets the client ask Solr to make sure this gets committed within a certain time.
Could completely replace autoCommit strategy and significantly reduce Solr server loading, because allow…