cooperl22 / laravel-db2

laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
Other
59 stars 64 forks source link

Posibility for custom Processor #68

Open jonkerw85 opened 3 years ago

jonkerw85 commented 3 years ago

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 whitespaces. I have solved this by changing the processSelect function in the DB2Processor class. I would prefer to make this configurable.

I'am wondering if you are willing to add or accept a pull request from me to add this feature.

jonkerw85 commented 2 years ago

https://github.com/cooperl22/laravel-db2/pull/80