Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
I get get this same errorsyntax error at or near "$1" at character 15if I feed "const char *command" with the following texts.SET TIME ZONE $1SET TIME ZONE $1::TEXTFor some reasons, I can not add quotes around $1 as follows.SET TIME ZONE '$1'SET TIME ZONE '$1'::TEXTStatements like "SELECT ... WHERE $1=..." have been working flawlessly.It looks like PQexecParams doesn't handle statement with "SET ... $1". Are there workarounds for me or PQexecParams needs improvement?
I get get this same errorsyntax error at or near "$1" at character 15if I feed "const char *command" with the following texts.
SET TIME ZONE $1SET TIME ZONE $1::TEXT
For some reasons, I can not add quotes around $1 as follows.
SET TIME ZONE '$1'SET TIME ZONE '$1'::TEXT
Statements like "SELECT ... WHERE $1=..." have been working flawlessly.It looks like PQexecParams doesn't handle statement with "SET ... $1".
Are there workarounds for me or PQexecParams needs improvement?
Thank you!--- 本郵件來自HiNet WebMail ---
Thank you!
В списке pgsql-general по дате отправления: