console_information_schema_table_col_index (view) Content
sqlean_define | name | sqlite_autoindex_sqlean_define_1 |
assurance_schema | assurance_schema_id | sqlite_autoindex_assurance_schema_1 |
code_notebook_kernel | kernel_name | sqlite_autoindex_code_notebook_kernel_2 |
code_notebook_kernel | code_notebook_kernel_id | sqlite_autoindex_code_notebook_kernel_1 |
code_notebook_cell | notebook_name | sqlite_autoindex_code_notebook_cell_2 |
code_notebook_cell | cell_name | sqlite_autoindex_code_notebook_cell_2 |
code_notebook_cell | interpretable_code_hash | sqlite_autoindex_code_notebook_cell_2 |
code_notebook_cell | code_notebook_cell_id | sqlite_autoindex_code_notebook_cell_1 |
code_notebook_state | code_notebook_cell_id | sqlite_autoindex_code_notebook_state_2 |
code_notebook_state | from_state | sqlite_autoindex_code_notebook_state_2 |
code_notebook_state | to_state | sqlite_autoindex_code_notebook_state_2 |
code_notebook_state | code_notebook_state_id | sqlite_autoindex_code_notebook_state_1 |
surveilr_function_doc | name | sqlite_autoindex_surveilr_function_doc_1 |
sqlpage_files | path | sqlite_autoindex_sqlpage_files_1 |
sqlpage_aide_navigation | namespace | sqlite_autoindex_sqlpage_aide_navigation_1 |
sqlpage_aide_navigation | parent_path | sqlite_autoindex_sqlpage_aide_navigation_1 |
sqlpage_aide_navigation | path | sqlite_autoindex_sqlpage_aide_navigation_1 |
party_type | code | sqlite_autoindex_party_type_2 |
party_type | party_type_id | sqlite_autoindex_party_type_1 |
party | party_type_id | idx_party__party_type_id__party_name |
party | party_name | idx_party__party_type_id__party_name |
party | party_id | sqlite_autoindex_party_1 |
party_relation_type | code | sqlite_autoindex_party_relation_type_2 |
party_relation_type | party_relation_type_id | sqlite_autoindex_party_relation_type_1 |
party_relation | party_id | idx_party_relation__party_id__related_party_id__relation_type_id |
party_relation | related_party_id | idx_party_relation__party_id__related_party_id__relation_type_id |
party_relation | relation_type_id | idx_party_relation__party_id__related_party_id__relation_type_id |
party_relation | party_id | sqlite_autoindex_party_relation_2 |
party_relation | related_party_id | sqlite_autoindex_party_relation_2 |
party_relation | relation_type_id | sqlite_autoindex_party_relation_2 |
party_relation | party_relation_id | sqlite_autoindex_party_relation_1 |
gender_type | code | sqlite_autoindex_gender_type_2 |
gender_type | gender_type_id | sqlite_autoindex_gender_type_1 |
sex_type | code | sqlite_autoindex_sex_type_2 |
sex_type | sex_type_id | sqlite_autoindex_sex_type_1 |
person_type | code | sqlite_autoindex_person_type_2 |
person_type | person_type_id | sqlite_autoindex_person_type_1 |
person | person_id | sqlite_autoindex_person_1 |
organization | organization_id | sqlite_autoindex_organization_1 |
organization_role_type | code | sqlite_autoindex_organization_role_type_2 |
organization_role_type | organization_role_type_id | sqlite_autoindex_organization_role_type_1 |
organization_role | person_id | idx_organization_role__person_id__organization_id__organization_role_type_id |
organization_role | organization_id | idx_organization_role__person_id__organization_id__organization_role_type_id |
organization_role | organization_role_type_id | idx_organization_role__person_id__organization_id__organization_role_type_id |
organization_role | person_id | sqlite_autoindex_organization_role_2 |
organization_role | organization_id | sqlite_autoindex_organization_role_2 |
organization_role | organization_role_type_id | sqlite_autoindex_organization_role_2 |
organization_role | organization_role_id | sqlite_autoindex_organization_role_1 |
device | name | idx_device__name__state |
device | state | idx_device__name__state |
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/view/console_information_schema_table_col_index.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'.