laravel / pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.
https://pulse.laravel.com
MIT License
1.48k stars 173 forks source link

[1.x] Fix DB prefixing for Postgres and SQLite #386

Closed jessarcher closed 5 months ago

jessarcher commented 5 months ago

This PR fixes an issue for Postgres and SQLite users with database prefixes enabled where some queries did include the prefix.

I've tested this locally but have not included additional CI jobs due to the extra overhead required to test each database with and without prefixes.

Fixes #385