also when trying to do some postgres stuff in sqld...
# squarelibraries
n
also when trying to do some postgres stuff in sqldelight the codegen errors weirdly
DELETE or UPDATE expected, got 'UPDATE'
on this line in a create table statement
Copy code
"user"        integer               NOT NULL
        CONSTRAINT fk_websessions_user_id
            REFERENCES users
            ON UPDATE RESTRICT ON DELETE RESTRICT,