https://bugs.freedesktop.org/show_bug.cgi?id=79433
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- OS|Windows (All) |All Status|UNCONFIRMED |NEW Severity|normal |enhancement CC| |[email protected] Ever confirmed|0 |1 --- Comment #1 from [email protected] --- I could confirm the information of the error-message of the query-editor is very confusing. Don't know where the message come from (HSQLDB or internal dialog?). So I set this bug to new and as an ask for an enhancement (better messages ...). It's the same behavior on all systems - get the same with Linux rpm. What do you want to get with "truncate table toolbar"? In the internal HSQLDB (1.8!) there is a function TRUNCATE. TRUNCATE(2.37456,2) = 2.37 The code you put in the query-editor isn't a valid query for the internal HSQLDB and any other database. The query-editor does allow only queries. And so the editor produces an error-message, which seems to be the last in a circle of informations. Says only: I'm missing a possible end of a query. Better would be: The command isn't a query - it doesn't start with SELECT. The code would work together, for example, MySQL, when you put it to Tools → SQL. Could be you need something like truncate table `toolbar` -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
