-
Hi,
I use this library in a project with DATABASE_ROUTERS.
As soon as django_apscheduler is not in the 'default' database, I get the following error message:
"select_for_update cannot be used out…
-
Building on ticket #132...
We should be able to do something more intelligent than #132 for ver 2.0. For example, we might be able to make the insert into the database be atomic (Ethan suggests that…
-
Hi,
I'm trying to wrap two transactions with different databases, but Django does not recognize the name of database (or i'm putting the name of the neo4j database badly :smiley:)
My code:
``…
-
Hi,
currently we're using the postgresql provider to setup our database clusters on Crunchy, but there is one thing that's bugging us. We need to have the atomic hostname of the connection string, to…
-
Coraza would greatly benefit from Hyperscan support, and basically solve issues like [Performance drop with larger request body](https://github.com/corazawaf/coraza/issues/1176).
Here I'd like to s…
-
**Is your feature request related to a problem? Please describe.**
I need to be able to maintain a credit balance in my users' accounts. The balance cannot go below zero. I want to be able to atomi…
-
I'm compiling boost on windows and boost process fails to compile.
Compilation done by following commands in boost src folder.
```
bootstrap.bat
b2.exe -d4 --build-type=minimal stage variant=release …
-
We need to do some symmetry operations on the asymmetric unit. An asymmetric unit is the smallest unique set of atomic coordinates needed to describe the repeating unit of a crystal. If we have a het…
-
Currently the SilverStripe framework lacks the ability to easily perform custom migrations at an atomic level. That is, SilverStripe has a very intuitive interface for defining database structure in a…
-
## Description
In #6559 were going ahead and removing `BlobInfo`. Its a bit of a pain to manage as it requires us to make an atomic transaction across two separate databases. Instead we're going to…