-
At various places, we delete objects and then replace them, but it can happen that the process of replacing them is not successful. We should make the deleting and the replacing happen within one tran…
-
I am forwarding the community report.
**Memgraph version**
Memgraph 2.16 and 2.19.
**Environment**
AWS EC2, in production.
Standalone version of Memgraph, not the Docker version.
Approximat…
-
-
I am working on a project **heavily** based on Spring Integration and JMS. One of the greatest deals with MockMvc is that you can wrap your data-driven test in a `@Transactional` annotation and have S…
-
To enhance the user experience on the DIDroom platform, we need to implement a set of transactional emails that cover all key interactions. These emails will keep users informed, guide them through va…
puria updated
1 month ago
-
For DB safety reasons, sometimes it is necessary to add an index concurrently. With the `CONCURRENTLY` option:
> PostgreSQL will build the index without taking any locks that prevent concurrent ins…
-
Thanks for the great work on `pgmigrate`; I find it very useful.
Do you think it would be possible to support a magic comment string at the top of individual migration files to force that particular …
-
### Issue Summary
Currently, Ghost uses the support email address (configured in Portal settings) as the sender for all transactional emails (e.g., signup confirmations, magic links). This design c…
-
### Description
Add the order invoice issued date variable to be used in the transactional order invoice email
### Expected behavior
The behavior of the invoice date inclusion in the transactional …
-
**Memgraph version**
2.15.1.
Running Memgraph with Docker compose and `ON_DISK_TRANSACTIONAL` storage mode. After importing a simple dataset from cypherl file and running `MATCH (n) DETACH DELETE …