-
Notifications
You must be signed in to change notification settings - Fork 145
[PostgreSQL] Issue error register new user #328
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
ErrorException
pg_query(): Query failed: ERROR: column "active" is of type smallint but expression is of type boolean
LINE 1: UPDATE "users" SET "active" = TRUE, "updated_at" = '2022-07-...
{PHP internal code} — CodeIgniter\Debug\Exceptions->errorHandler ( arguments )
SYSTEMPATH\Database\Postgre\Connection.php : 135 — pg_query()
SYSTEMPATH\Database\BaseConnection.php : 695 — CodeIgniter\Database\Postgre\Connection->execute ( arguments )
$sql
UPDATE "users" SET "active" = TRUE, "updated_at" = '2022-07-29 18:15:52'
WHERE "users"."id" IN ('1')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working