orchestration_session (table) Content
- Start Row: 0
- Rows per Page: 50
- Total Rows: 1
- Current Page: 1
- Total Pages: 1
01JHTACCA0ZFF4VRG1BVVYZ69P | 01JHTA4YPDYJCERX42JS0M00E3 | 01JHTACCA0TYZHCM193BTCK776 | sqlpage: ^0.31.0 pgwire: ^0.22.0 rusqlite: ^0.32.1 sqlean: 0.27.1 surveilr: 1.5.10 | 2025-01-17 14:23:56 | 2025-01-17 14:23:56 | { "start_size": "1.43 MB", "final_size": "2.17 MB", "cmd": "shell", "arguments": "{\n \"state_db_fs_path\": \"/rssd/lib-service-qualityfolio.sqlite.db\",\n \"sqlite_dyn_extn\": [],\n \"sqlpkg\": \"/root/.sqlpkg\",\n \"engine\": \"Rusqlite\",\n \"scripts\": [\n \"./package.sql.ts\"\n ],\n \"cmd\": null,\n \"no_observability\": false,\n \"output\": \"Json\",\n \"import_env\": null,\n \"session_state_table_name\": \"session_state_ephemeral\",\n \"silent\": false,\n \"emit_session_id\": false,\n \"command\": null\n}" } |
Error We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
Error in query number 6:
Parsing failed: SQLPage couldn't understand the SQL file. Please check for syntax errors:
SELECT 'text' AS component,
(SELECT CASE WHEN $current_page > 1 THEN '[Previous](?limit=' || $limit || '&offset=' || ($offset - $limit) || ')' ELSE ' END) || ' ' ||
⬆️
'(Page ' || $current_page || ' of ' || $total_pages || ') ' ||
Backtrace
sql parser error: Expected: END, found: ' ||
' at Line: 42, Column: 149
"console/content/table/orchestration_session.auto.sql" contains a syntax error preventing SQLPage from parsing and preparing its SQL statements.
You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.