Closed celorodovalho closed 7 years ago
Hello
I am getting the same exception too when a query generates an error.
laravel/framework: 5.5.20 yajra/laravel-oci8: 5.5.4
Thanks for reporting. My colleague is now working on a fix for this. This issue was introduced by PR https://github.com/yajra/laravel-oci8/pull/368. Will release a patch within the day.
Patch released on v5.5.5, thanks!
Ok, thanks!! I'll test my code again and edit this answer later.
@yajra oh sry... ;)
how to reinstall the patch? i run the below mentioned query and it excutes and creates table but also shows and error of "undefined index" $query='CREATE TABLE firsttable1 (id VARCHAR(2))'; $check=DB::unprepared($query);
how can i create table in DB from model as there is no any such query mentioned for creating table on laravel official website.
Summary of problem or feature request
Every error in my query, I'm always getting the same exception:
Code snippet of problem
System details
Here is my composer.json: