laravel-oci8
laravel-oci8 copied to clipboard
Oracle DB driver for Laravel via OCI8
### Summary of problem or feature request When performing eloquent with condition whereHas, it return this error. ### Code snippet of problem Illuminate\Database\QueryException Error Code : 907 Error Message :...
### Summary of problem or feature request When disabling foreign key constraints via the Schema manager, the code fails with an Oracle DB. In the same setup the MySQL version...
### Summary of problem or feature request Good morning, sorry for my english. I want to try connecting to a local Oracle server with Laravel. I use Homestead system. I...
### Error: 1. ORA-01438: value larger than specified precision allowed for this column. - The id column generated by migrate `number (10)` - If I increase the size (32) of...
### Summary of problem or feature request I'm setting up a scheduled job thet fetch data from oracle db and transfer them locally. the cron job is ``` * *...
### _php artisan schema:dump --prune_ gives _Call to undefined_ method error. I have laravel project with oracle database connected. When I tried to run _php artisan schema:dump --prune_, it gives...
Currently using Oracle 19c as the RDBMS, and instead of using the Laravel's Users table, the application has been modified and now connects as an Oracle proxy user. In Oracle,...
This PR fix the problem with limit and offset in oracle 11g using ``` between ``` in comparer ``` rn ```. Changing the calculus in ``` compileRowConstraint ```, the change...
### Summary of problem or feature request Hi, i am using yajra **laravel-oci8** package with Laravel 6.2. I am having problem with crud operation for **update** and **delete** function (i...
I am trying to execute the following query, but it is always returning me just two records that too with NULL values but in actual there are more than 200...