yajra / laravel-oci8

Oracle DB driver for Laravel via OCI8

Home Page:https://yajrabox.com/docs/laravel-oci8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The database driver's grammar implementation does not support escaping values.

jonasbicaio opened this issue · comments

I am getting the error "The database driver's grammar implementation does not support escaping values." when i run the dumpRawSql() and ddRawSql() methods.

$fornecedores = DB::table('fornecedores')->where('nome', 'teste')->dumpRawSql();

System details

  • Operating System: Windows 10
  • PHP Version: 8.1.22
  • Laravel Version: 10.20.0
  • Laravel-OCI8 Version: 10.3.2

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.