diff --git a/index.cfm b/index.cfm index 3cc8b01..ef864a8 100644 --- a/index.cfm +++ b/index.cfm @@ -1 +1 @@ -OK v1.0.4 +OK v1.0.5 diff --git a/parser.cfm b/parser.cfm new file mode 100644 index 0000000..13d4117 --- /dev/null +++ b/parser.cfm @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + SELECT id, filename, mime_type, original_bytes, status + FROM documents + WHERE id = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPDATE documents + SET elements_json = ::jsonb, + status = , + error_message = + WHERE id = + + + + + + + + + + + +#serializeJSON(result)#