uepg / laravel-sybase

Connection and Laravel Eloquent driver for Sybase
GNU General Public License v2.0
33 stars 16 forks source link

Changes on compileForSelect function to support whereIn whereNotIn an… #76

Closed jcrodriguezt closed 4 weeks ago

jcrodriguezt commented 2 years ago

Changes

With the code revision in the function compileForSelect eloquent will be able to create whereIn and whereNotIn statements as it now handles the array inputs.

danichurras commented 4 weeks ago

Embedded in the last PR.