https://bugs.documentfoundation.org/show_bug.cgi?id=104312

Telesto <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #15 from Telesto <[email protected]> ---
The cause seems to be a SQLite issue. Within the backtrace I noticed different
errors concerning SQLite. For example:

libsqlite3.dylib`sqlite3StartTable:
"temporary table name must be unqualified"
"unknown database %T"
"not authorized"
"there is already an index named %s"
"table %T already exists"
"authorizer malfunction"

libsqlite3.dylib`yy_reduce:
"parser stack overflow"
"Expression tree is too large (maximum depth %d)"
; "too many terms in compound SELECT"
"syntax error after column name "%.*s""
"the NOT INDEXED clause is not allowed on UPDATE or DELETE statements within
triggers"
"temporary trigger may not have qualified name"
; "too many arguments on function %T"
"syntax error after column name "%.*s""
"qualified table names are not allowed on INSERT, UPDATE, and DELETE statements
within triggers"
"the INDEXED BY clause is not allowed on UPDATE or DELETE statements within
triggers"
; "parameters are not allowed in views"
; "too many terms in compound SELECT"
"ROLLBACK"
"not authorized"
"variable number must be between ?1 and ?%d"
"corrupt database"
"too many columns on %s"
"index associated with UNIQUE or PRIMARY KEY constraint cannot be dropped"
"Cannot add a column to a view"
"Cannot add a UNIQUE column"
"virtual tables may not be altered"
"near "%T": syntax error"
"authorizer malfunction"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to