laravel-oci8 icon indicating copy to clipboard operation
laravel-oci8 copied to clipboard

Oracle DB driver for Laravel via OCI8

Results 132 laravel-oci8 issues
Sort by recently updated
recently updated
newest added

### 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 :...

for review

### 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...

enhancement
for review
need help

### 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...

question
need help

### 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...

for review

### 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 ``` * *...

OCI_CRED_EXT

### _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...

enhancement
need help

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,...

stale

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...

stale

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...

question
need feedback