-
Couldn't load subscription status.
- Fork 87
Open
Description
The following is expected:
UPDATE "themes", "entities"
SET
"themes"."name" = :themes.name
WHERE
"entities"."uuid" = :uuidinstead when doing ->table(Tables::THEMES . ', ' . Tables::ENTITIES) I get:
UPDATE "themes," "entities"
SET
"themes"."name" = :themes.name
WHERE
"entities"."uuid" = :uuidand when doing ->table(Tables::THEMES . ' , ' . Tables::ENTITIES) I get:
UPDATE "themes" "," "entities"
SET
"themes"."name" = :themes.name
WHERE
"entities"."uuid" = :uuidMetadata
Metadata
Assignees
Labels
No labels