-
Something broke rather dramatically when I clicked on a link to a family just now (my F353).
```
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-family.php-F353' for key '…
-
PGSync version: 2.3.2
Postgres version: 12.11
Elasticsearch version: 7.10
Redis version: 6.2.6
Python version: 3.10.8
Problem Description:
Friends, I have a PGSYNC implementation on a…
-
This is something general to php and PDO, what happens is if you set an id manually to a record (on an empty table only I think), it will put out this error if you try and persist a record with "autoi…
-
This is going to be a little tricky with the `ConnectionPool`'s round-robin action for queries (a connection is popped out, a SQL statement is executed on it, and it is shoveled back into the pool). W…
-
Per https://github.com/Kinto/kinto/pull/1406#issuecomment-347924141, there are TOCTOU issues in the resource level methods that wrap the storage backend. Most of these methods have code that looks som…
-
gem version is 3.0.1
error: Tag cannot be empty
```
2.0.0p195 :001 > post = NewsPost.new(id: 277423,
2.0.0p195 :002 > name: "В торговом центре 52-летний мужчина в туалете свел счеты с жизн…
-
Postgres supports CSV import. Can I use knex to do this?
-
I've found this github project in my search for a JTA/XA compliant transaction manager that can operate on k8s and interact with camel-k.
I am struggling to find a good online example.
I found …
-
### Expected behavior
When an exception is thrown within a transaction, jOOQ should rollback the whole transaction
### Actual behavior
When an exception is thrown within a transaction, jOOQ does no…
-
Taken from [Spectrum](https://spectrum.chat/edgedb/general/feature-request-reduce-operator-in-edgeql~78e141dd-c63c-467b-984a-29f8a9a1d64c).
This is how i first imagined the syntax:
```
FOR accum…