-
## Proposal
**Discussion:**
I've worked a lot with Laravel and there is a handy thing like `DB::connection()` that allows you to connect multiple databases to one project. It would be really coo…
-
### Proposal Description
Research if database transactions are prone to multi threaded read/write operations. If not, refactor some parts of the code to not use transaction to gain some performance. …
-
I'm working to upgrade my projects from Micronaut 3 to Micronaut 4 and have encountered an issue where it cannot retrieve a database connection. I've spun up a small example project which pulls in the…
-
Constraints do not avoid the same nodes being ingested several times.
-
### Description
By default the `@Transactional` annotation only rolls back if there is a runtime exception. If a checked exception occurs, the default behaviour is to not roll back.
This seems t…
-
#### **Issue Description**
The current implementation in the pages/api/_services.ts file relies heavily on environment variables to manage sensitive credentials such as API keys, JWT secrets, and dat…
-
Output of `restic version`
--------------------------
restic 0.16.2 compiled with go1.21.3 on linux/amd64
What should restic do differently? Which functionality do you think we should add?
…
-
while working on #50, i noticed a weird behavior within the library.
a query cannot be executed ( on the same connection ), unless all handles related to a specific transaction are released, howeve…
-
### Bug description
I am running several select queries with `$queryRaw` against my postgres database. The following error ocures regularly (but not every time):
`{"code": String("42P01"), "mess…
-
In Spring Security OAuth, several classes (DefaultTokenServices, JdbcApprovalStore, JdbcAuthorizationCodeServices, etc.) access databases.
However, not all methods in these classes are `@Transactiona…