Skip to content

Commit

Permalink
Merge pull request #598 from yajra/case-insensitive
Browse files Browse the repository at this point in the history
[8.x] Enable oracle case insensitive searches.
  • Loading branch information
yajra authored Nov 20, 2020
2 parents f5d6388 + 96ed799 commit 978f67f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Oci8/Oci8ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public function register()
'NLS_TIMESTAMP_FORMAT' => 'YYYY-MM-DD HH24:MI:SS',
'NLS_TIMESTAMP_TZ_FORMAT' => 'YYYY-MM-DD HH24:MI:SS TZH:TZM',
'NLS_NUMERIC_CHARACTERS' => '.,',
'NLS_COMP' => 'LINGUISTIC',
'NLS_SORT' => 'BINARY_CI',
];

// Like Postgres, Oracle allows the concept of "schema"
Expand Down

0 comments on commit 978f67f

Please sign in to comment.