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

Error Code : 942\r\nError Message : ORA-00942: table or view does not exist\r\nPosition : 10\r\nStatement : insert into \"DBADMIT\".\"TMKEDBHDWSFWSC\" (\"I_TCKT\", \"I_ID_KEDBHDWSFW\", \"C_KEDB_RESSTART\", \"I_ENTRY\", \"D_ENTRY\") values (:p0, :p1, :p2, :p3, :p4)...

### Date Format problem while inserting Oracle through Laravel Hi, I'm trying to insert datetime rows to Oracle by using Eloquent as I didn't want to use raw query and...

### Summary of problem or feature request When I use a CLOB to save an indeterminate length text, the queries are slow. Seeding is good with a speed of 2,5...

Performance

### Wrong unique index this update https://github.com/yajra/laravel-oci8/pull/600 https://github.com/yajra/laravel-oci8/commit/46e6f7b1969cb04f753f2742cccc7d7248fb0f93 made unique index with lower() PHP function in migration laravel script for example: create unique index card_types_id_card_type_uk on card_types (**lower**(id_card_type)) problem: if...

need feedback

### Summary of problem or feature request My controller was working fine until I upgraded to Laravel 9 and yajra/laravel-oci8 **version 9** While the models connect correctly to the default...

Why does this method limit the name to 30 characters? I had to modify the value for the migrations to work because there was a conflict when matching the name...

### Summary of problem or feature request When using the querybuilder joinSub method the generated SQL is using the AS directive to name the subquery. This is not correct Oracle...

can't reproduce

### Summary of problem or feature request Hi, how can I connect to Oracle Cloud Wallet? I was able to connect with regular oracle DB but this time I need...

### Summary of problem or feature request Method ->with(), which added relation to model for future export toJson() or toArray() does not add field to 'visible list'. Adding field via...

hi, i test setClientIdentifier() on mi model i put: $pdo = $model->getConnection()->getPdo(); $pdo->setClientIdentifier(Auth::id()); but :setClientIdentifier() is undefined any help? br Max - Operating System windows 10 - PHP Version 8.1...

need feedback