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 dcaebe4 commit ab64bb3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@ end;
SQL;
$event->sender->createCommand($q)->execute();
},
'attributes' => []
],
'schemaMap' => ['oci' => 'apaoww\oci8\ESchemaOci',],
'attributes' => [
// PDO::ATTR_STRINGIFY_FETCHES => true,
PDO::ATTR_CASE => PDO::CASE_LOWER,
],
],
],
];
```
Expand Down

0 comments on commit ab64bb3

Please sign in to comment.