codewinsdotcom/PostgresClientKit

Can't INSERT

Opened this issue · 2 comments

Hello. I can only SELECT data from server, but cannot INSERT or update. Am I right?

INSERT, UPDATE, etc. should all work. Please take a look at Tests/PostgresClientKitTests/SQLStatementTest.swift, around line 65, for an example.

https://github.com/codewinsdotcom/PostgresClientKit/blob/master/Tests/PostgresClientKitTests/SQLStatementTest.swift

INSERT, UPDATE, etc. should all work. Please take a look at Tests/PostgresClientKitTests/SQLStatementTest.swift, around line 65, for an example.

https://github.com/codewinsdotcom/PostgresClientKit/blob/master/Tests/PostgresClientKitTests/SQLStatementTest.swift

Thank you very much!