nunomaduro / laravel-optimize-database

💨 Provides a good starting point for production-ready SQLite databases
https://laravel-optimize-database.vercel.app
MIT License
210 stars 7 forks source link

Error handling for pragma statements execution. #2

Closed ozdemirrulass closed 3 months ago

ozdemirrulass commented 3 months ago

This pull request addresses potential SQL errors that may occur when executing PRAGMA statements.

Changes Made:

Testing:

Impact:

This change improves the reliability of database operations with proper error handling and prevents any unforeseen SQL errors that might occur when executing the PRAGMA statements.

nunomaduro commented 3 months ago

No plans for this.