@@ -1233,7 +1233,7 @@ public static function update(): array
12331233 ':qp0 ' => new Param ('{{test}} ' , DataType::STRING ),
12341234 ],
12351235 ],
1236- [
1236+ ' from table ' => [
12371237 '{{table}} ' ,
12381238 ['name ' => '{{tmp}}.{{name}} ' ],
12391239 [],
@@ -1248,7 +1248,7 @@ public static function update(): array
12481248 ':qp0 ' => new Param ('{{tmp}}.{{name}} ' , DataType::STRING ),
12491249 ],
12501250 ],
1251- [
1251+ ' from array ' => [
12521252 '{{table}} ' ,
12531253 ['name ' => '{{tmp}}.{{name}} ' ],
12541254 [],
@@ -1263,7 +1263,7 @@ public static function update(): array
12631263 ':qp0 ' => new Param ('{{tmp}}.{{name}} ' , DataType::STRING ),
12641264 ],
12651265 ],
1266- [
1266+ ' from table w/ condition ' => [
12671267 '{{table}} ' ,
12681268 ['name ' => '{{tmp}}.{{name}} ' ],
12691269 ['id ' => 1 ],
@@ -1278,7 +1278,7 @@ public static function update(): array
12781278 ':qp0 ' => new Param ('{{tmp}}.{{name}} ' , DataType::STRING ),
12791279 ],
12801280 ],
1281- [
1281+ ' from expression ' => [
12821282 '{{table}} ' ,
12831283 ['name ' => '{{tmp}}.{{name}} ' ],
12841284 [],
@@ -1293,7 +1293,7 @@ public static function update(): array
12931293 ':qp0 ' => new Param ('{{tmp}}.{{name}} ' , DataType::STRING ),
12941294 ],
12951295 ],
1296- [
1296+ ' from query ' => [
12971297 '{{table}} ' ,
12981298 ['name ' => '{{tmp}}.{{name}} ' ],
12991299 [],
@@ -1308,7 +1308,7 @@ public static function update(): array
13081308 ':qp0 ' => new Param ('{{tmp}}.{{name}} ' , DataType::STRING ),
13091309 ],
13101310 ],
1311- [
1311+ ' from query w/ alias ' => [
13121312 '{{table}} ' ,
13131313 ['name ' => '{{tmp}} ' ],
13141314 [],
0 commit comments