Issue 122696

Summary: Intermitting Comment Yields Syntax Error
Product: Base Reporter: Jens611 <jd>
Component: codeAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: Armin.Le.Grand, issues
Version: 3.4.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Jens611 2013-07-05 16:58:15 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"
...
Comment 1 Armin Le Grand 2013-07-05 17:00:00 UTC
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!
Comment 2 Jens611 2013-07-08 06:29:19 UTC
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