From 08e15f758ce2cd349333468d0a0e239b14212a28 Mon Sep 17 00:00:00 2001 From: Sergei Tigrov Date: Sun, 5 May 2024 15:06:46 +0700 Subject: [PATCH 1/2] Update test according to the main PR (#302) --- tests/Provider/CommandProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Provider/CommandProvider.php b/tests/Provider/CommandProvider.php index e6a2e658..7f8f2e16 100644 --- a/tests/Provider/CommandProvider.php +++ b/tests/Provider/CommandProvider.php @@ -29,7 +29,7 @@ public static function batchInsert(): array $batchInsert['table name with column name with brackets']['expectedParams'][':qp3'] = 0; - $batchInsert['batchInsert binds params from expression']['expectedParams'][':qp3'] = 0; + $batchInsert['binds params from expression']['expectedParams'][':qp3'] = 0; $batchInsert['with associative values']['expectedParams'][':qp3'] = 1; return $batchInsert; From 945d08f95a8ef2babb3e75dc13c686329120c89a Mon Sep 17 00:00:00 2001 From: Sergei Tigrov Date: Sun, 5 May 2024 15:23:29 +0700 Subject: [PATCH 2/2] Disable BC [skip ci] --- .github/workflows/{bc.yml => bc.yml_} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{bc.yml => bc.yml_} (100%) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml_ similarity index 100% rename from .github/workflows/bc.yml rename to .github/workflows/bc.yml_