We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30a5ca commit 2694211Copy full SHA for 2694211
lib/orm/DataBase/Table.php
@@ -71,11 +71,6 @@ public function save()
71
$pdo_statement = $this
72
->getQueryGeneratorInstance()
73
->insertOrUpdateIfDuplicate($this->table_name, array_keys($data));
74
- array_combine(
75
- array_map(function ($key) {
76
- return ":{$key}";
77
- }, array_keys($data)),
78
- array_values($data));
79
$query_executor = new QueryExecutor($pdo_statement, array_combine(
80
array_map(function ($key) {
81
return ":{$key}";
0 commit comments