yuva2achieve / solidbase

Automatically exported from code.google.com/p/solidbase
Apache License 2.0
0 stars 0 forks source link

Comment only gets sent to the database when a delimiter is found #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
And Oracle does not like that:

C:\PROJECTS\cbbs\cbbs-db\build.xml:81: null: Ongeldig SQL-type.
While executing line 921: -- INSERT INTO XXXX ( ID, WAARDE, YYYY,
-- ZZZZ ) VALUES (
-- 3, 70, 1, 3)

But I do not see how I could prevent this, as -- comments are not handled by 
SolidBase.

Original issue reported on code.google.com by rene.de....@gmail.com on 4 Oct 2010 at 12:13

GoogleCodeExporter commented 9 years ago
This goes wrong too:

-- Comments
--* SECTION "XXXX"

Then it says: Non-delimited command.

Original comment by rene.de....@gmail.com on 4 Oct 2010 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by rene.de....@gmail.com on 3 Dec 2011 at 1:09