tpetry / laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features
MIT License
777 stars 31 forks source link

fix: set table prefix on query grammar #74

Closed erikgaal closed 9 months ago

erikgaal commented 9 months ago

Using a table_prefix only works in migrations, and not in other queries.

Looks like we're missing a setTablePrefix here.

tpetry commented 9 months ago

Thanks for the fix! That was a very embarassing finding of you because I was the one making that change in the Laravel core and missed adding it to my own library too... 😅

tpetry commented 9 months ago

This is now live with 0.35.0