Apache OpenOffice (AOO) Bugzilla – Issue 122696
Intermitting Comment Yields Syntax Error
Last modified: 2013-07-08 06:29:19 UTC
A comment in an SQL sattement is not accepted, it results in SQL error. SELECT ( "4380 Beiträge"."Beiträge" // + "4920 Telefon"."Telefon" ) AS "Summe" ...
ALG: How should someone not familar with base (tester/developer of other areas) be able to reproduce this? Please add a step-by-step description. Thanks!
Here is further explanation: 1. Open a query with right mouse menu 'Edit in SQL view' 2. Edit your SQL command and make some words comment with // ... some words 3. The editor shows the words in light grey 4. But if you press save, a 'Syntax error' occurs