Skip to content

Commit 77ee778

Browse files
authored
Update tests according changes in db (#374)
1 parent e883794 commit 77ee778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Provider/QueryBuilderProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static function insert(): array
136136
SQL;
137137

138138
$insert['carry passed params (query)'][3] = <<<SQL
139-
INSERT INTO "customer" ("email", "name", "address", "is_active", "related_id") SELECT "email", "name", "address", "is_active", "related_id" FROM "customer" WHERE ("email" = :qp1) AND ("name" = :qp2) AND ("address" = :qp3) AND ("is_active" = '0') AND ("related_id" IS NULL) AND ("col" = CONCAT(:phFoo, :phBar))
139+
INSERT INTO "customer" ("email", "name", "address", "is_active", "related_id") SELECT "email", "customer"."name", "address", "is_active", "related_id" FROM "customer" WHERE ("email" = :qp1) AND ("name" = :qp2) AND ("address" = :qp3) AND ("is_active" = '0') AND ("related_id" IS NULL) AND ("col" = CONCAT(:phFoo, :phBar))
140140
SQL;
141141

142142
return $insert;

0 commit comments

Comments
 (0)