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

This modification enables the possibility to configure a custom DB2 processor. The Processor class can contain the processSelect() method. This method enables you to modify the results returned by the...

Hi, I am getting this error. I have already enabled pdo drivers in php extensions. Also in installation steps queue configuration is a little confusing. Can you please add the...

Are there any plans to make this available for Laravel 9?

Hi, I just installed Laravel 6.12.0 and Cooperl/laravel-ibmi on Zendserver 2019.0.3 on IBMI (PHP version 7.2.24). I copied the config from this github page and replaced database, username, password, ......

I would like to have the ability to configure a custom Processor. This because I need to trim the response I get. I get often results with allot of added...

Hi, this is not an issue, but a question about config : Is there a way to set charset in connection (config/database.php)? I'm getting array of object from a query...

Added the upsert functionality (Laravel 8.10 in, https://laravel-news.com/laravel-8-10-0) for de DB2 driver. Source : * https://github.com/laravel/framework/blob/338ffa625e4b16ccd3d3481371c9312a245fdc30/src/Illuminate/Database/Query/Grammars/SqlServerGrammar.php * https://nandaibmi.com/index.php/2019/04/16/db2-upsert-using-merge-into/ Resulting SQL (don't mind table and column names. This database was written...

Hi there, thanks for the work on this project. I just noticed the license file is empty. Could we add a proper license to this project? Thank you

Hi ! When i try to create the spatie activity log table, i have this error `Migrating: 2015_04_16_073458_create_activity_log_table BadMethodCallException Method Cooperl\DB2\Database\Schema\Grammars\DB2Grammar::typeJson does not exist. at vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:103 99▕ */ 100▕ public...

I have a trouble while using query builder because **my table name in db2 using lower case**. How to fix this? I try double quote but not fixed it. Error...