SQLPage v0.39.0
- 
Added support for executing SQL for URL paths with additional extensions. 
 For example, creatingsitemap.xml.sqlwill execute the SQL file when visitingexample.com/sitemap.xml.
- 
Error messages now display source line information even when the database does not return a precise error position. In such cases, the entire problematic SQL statement is referenced. 
- 
The shell with a vertical sidebar now supports active elements, similar to the horizontal header bar. 
- 
Added new properties ( edit_url,delete_url, andcustom_actions) to the table component, making it easy to add icon buttons for editing, deleting, or performing custom actions. Thank you, @Phoenix79-spec for implementing this !
- 
SQLPage now sets the Server-Timing header in development mode. This allows you to identify performance bottlenecks by opening your browser’s network inspector, selecting a slow request, and viewing the Timing tab. 
- 
Fixed a memory corruption issue leading to crashes in the built-in ODBC driver manager. 
- 
ODBC: Fixed support for using globally installed system drivers by name on Debian-based Linux distributions. This means you can reference drivers by their name instead of having to provide the full path to the driver's .so file on these distributions. 
- 
Added a new login component to create visually appealing login forms easily. Many thanks to @olivierauverlot for his contribution ! 




