Gergely Szabo

Threads by Gergely Szabo

Build with nix fails after update to v1.1
Gergely Szabo
I just updated my app to IHP v1.1, everything went smoothly, I can run the development server without any issue. However, when I try to run nix-build or nix build, I get errors (I'm not sure which is the correct command at the moment, w…
Add Response
Upsert with the Query Builder
Gergely Szabo
In raw SQL it is possible to use INSERT ... ON CONFLICT ... query, to update the record, if it already exists. This feature would be a nice addition (I am currently using withTransaction, to delete conflicts) …
Add Response