jacquestvanzuydam / laravel-firebird

Firebird Illuminate package for Laravel 5
63 stars 93 forks source link

"Table unkown FOO" but exists #79

Closed victorvilella closed 2 years ago

victorvilella commented 4 years ago

Hi everyone.

I don't know if is a Laravel's bug or a PDO bug. It's annoying me a lot, delaying my deploys and all.

First of all, let me introduce my scenario in production environment.

I have a method that does a lot of inserts in 5 different tables (this case I'm processing a e-commerce order). Some of then does only one insert, others many inserts. When I will make a insert on 5th table, my PDO returns SQL error that table does not exist. (**Yeah, It f*** exists!**)

Even if I change order of inserts, fails always on 5th table. I dunno why and I don't have idea what is going on.

Anyone get a situation like this? My project is a legacy code, not a Laravel project.

jacquestvanzuydam commented 2 years ago

@victorvilella Please try one of the forked projects as stated in the Readme.

I never tested this on anything below Firebird 2.5