You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@
26
26
- When no component is selected, display data with the `debug` component by default.
27
27
This makes any simple `SELECT` statement a valid SQLPage file.
28
28
Before, data returned outside of a component would be ignored.
29
+
- Improved error handling. SQLPage now displays a nice error page when an error occurs, even if it's at the top of the page.
30
+
This makes it easier to debug SQLPage websites. Before, errors that occured before SQLPage had started to render the page would be displayed as a raw text error message without any styling.
0 commit comments