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

laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.

Results 32 laravel-db2 issues
Sort by recently updated
recently updated
newest added

SQLSTATE[IM002] SQLDriverConnect: 0 [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified "odbc:DRIVER={IBM i Access ODBC Driver 64-bit};System=192.168.12.116;Database=AIBSIT;UserID=db2inst4;Password=db2inst4;SIGNON=3;SSL=0;CommitMode=2;ConnectionType ▶" "db2inst4" "db2inst4" i already have setup ODBC...

I have a laravel 4.2 app that I would like to use this for. I'm able to get it installed okay but I'm getting the error "ReflectionException: Class db does...

Im getting this error when try to do some SQL sentence : [QueryException in Connection.php line 662: SQLSTATE[HY000]: General error: 0 [IBM][Controlador ODBC de Client Access Express (32 bits)] [DB2/400...

Hi @cooperl22 When running unit tests using **DatabaseTransactions** trait to test a method which uses database transactions for its business logic, PDO exception gets thrown. I found that this is...

Hi there How thoroughly have you looked at the `DB2Grammar` file? For example you have the following function: ``` php public function compileTableExists() { return 'select * from information_schema.tables where...

Hi, Recenlty i finished a development phase in WSL with Ubuntu 20.04. Now i'm migrating the project to a live Ubuntu in the same version (20.04) I'm having issues with...

I reviewed [the upgrade guide](https://laravel.com/docs/10.x/upgrade) and didn't see any conflicts. Please and thanks!

I have Laravel 8 project with (PHP version 7.4). I have also setup database credentials in database.php file. When i tried to fetch record from database in controller, then this...

Hello. I am working on a project with PHP 8.2 and Laravel 10. I would like to inquire about what I need to do to use this package. Currently, the...

Any plans to add support for Laravel 10?