Sean Dukehart
Sean Dukehart
### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator? - [ ]...
I feel like I'm a bit dense here. I haven't been able to get something like https://www.npgsql.org/efcore/modeling/generated-properties.html#timestamp-generation working: ```sql CREATE FUNCTION "Blogs_Update_Timestamp_Function"() RETURNS TRIGGER LANGUAGE PLPGSQL AS $$ BEGIN NEW.timestamp...
Hello! Your project looks awesome! Unfortunately, I'm currently unable to make use of it, as we need something similar to `RunAndReturnAsync` for PostgreSQL, but that has the ability to return...