Max

Results 2 comments of Max

okey. i create test database and run ``` create table custom_table ( id SERIAL PRIMARY KEY, firstname TEXT, lastname TEXT ); INSERT INTO custom_table(firstname,lastname) VALUES ('TestFirstname','TestLastname'); ``` in main.d ```...

why in update query used https://github.com/buggins/ddbc/blob/cb72071bbe0ce089204e40d88ef71b6f605852c3/source/ddbc/pods.d#L1093 ? why not use https://github.com/buggins/ddbc/blob/cb72071bbe0ce089204e40d88ef71b6f605852c3/source/ddbc/pods.d#L1040 ?