Can't INSERT
Opened this issue · 2 comments
Deleted user commented
Hello. I can only SELECT data from server, but cannot INSERT or update. Am I right?
pitfield commented
INSERT, UPDATE, etc. should all work. Please take a look at Tests/PostgresClientKitTests/SQLStatementTest.swift, around line 65, for an example.
Deleted user commented
INSERT, UPDATE, etc. should all work. Please take a look at Tests/PostgresClientKitTests/SQLStatementTest.swift, around line 65, for an example.
Thank you very much!