Arjay Angeles
Arjay Angeles
Based on https://github.com/yajra/laravel-oci8/pull/551/files, joinSub was added since 6.x. If still an issue, please provide a sample script to replicate. Thanks!
@grainone I think the issue is on that package. I suspect that there is a raw query used there that forces `AS` in sql. Common package issues when working with...
Thanks, can you please provide some info on what the PR fixes? Any snippets to reproduce the issue would be helpful.
I just added a github action tests for PHP8.1 and seems the tests are passing. But there maybe cases that are not covered yet. Can you please give it a...
> So I recommend that you set the last_number of the specified sequence:table.max(id)+1 into :new.id Thanks but no. I suggest you run a statement that changes the last number of...
Can you please provide some snippets to reproduce the issue?
Thanks for reporting, will try to dig further when I got the chance. If you can, please do not hesitate to submit a PR for a fix.
Try removing `'service_name' => 'Service_name',`. Also, try connecting using SQL Developer first then copy the configuration used on it if it works.
I think this is related to the breaking change of PHP on PDO class. Will try to revisit the latest implementation when I got the chance. Thanks for reporting.
@mdemori what version of DBAL are you using and still on Laravel 7? Also, can you please provide some snippets to replicate the issue? For some issues, it seems like...