-
### Summary of problem or feature request
Would you please give an example for how to config for using oracle wallet?
Yes, your package works fine with username and password, but the latest orac…
-
Error occurs when i am using CONCAT function in my eloquent
Environment
> PHP 5.4.45
Laravel 5.0.33
yajra/laravel-oci8 ~2.0
Oracle 11g Enterprise Release 11.2.0.1.0
Source Code in C…
-
please help me!!!!
APP_ENV=local
APP_KEY=base64:b5CROcrVSFanQDn7AB55O1ZI0djK6xHnOYmLZ7Zu/SI=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT…
-
Is working table relation correctly? I have a problem.
First
$ php artisan migrate
Migration table created successfully.
[Illuminate\Database\QueryException]
Error Code : 955
Error Messag…
-
### Summary of problem or feature request
How i make an alternative connection, passing user and password for every connection?
### Code snippet of problem
I tryed to make that, but it not w…
-
hi,
how implemented the "setClientIdentifier" in the model ?
br
Max
-
Jira issue originally created by user yourwebmaker:
The existing oci8 driver connection only supports connections from database name configuraton.
It will be very good if is possible set a connection…
-
### Summary of problem or feature request
I'm building an app using laravel with an oracle database. I have a problem with insert user to the database.
![db_user](https://user-images.githubuserc…
-
### Error on using ->fromSub in Database Query Builder
When using the method fromSub with Query Builder this line has fixed the use of AS, that causes a error ORA-00933 in Oracle Database:
https://g…
-
Hello friends.
Hope someone could help me.
I'm currently facing a problem if I set a table on my model that reference to a db-link.
This is my model:
``` php