clickbar / laravel-magellan

A modern PostGIS toolbox for Laravel
MIT License
193 stars 11 forks source link

Fixed missing handling of expressions in GeoParam #33

Closed ahawlitschek closed 1 year ago

ahawlitschek commented 1 year ago

Since Laravel 10 Expressions are not stringable anymore. Therefore, using a DB::raw, that created an expression breaks the transformation step.