Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Support php 8.2
  • Loading branch information
apaoww authored Sep 7, 2023
1 parent ab64bb3 commit 332622e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ end;
SQL;
$event->sender->createCommand($q)->execute();
},
// To convert column name to lower case
'schemaMap' => ['oci' => 'apaoww\oci8\ESchemaOci',],
'attributes' => [
// PDO::ATTR_STRINGIFY_FETCHES => true,
Expand Down

0 comments on commit 332622e

Please sign in to comment.