Insert row: Columns containing quote character cause problems

Issue #108 resolved
Christopher Kramer created an issue

Originally reported on Google Code with ID 108

What steps will reproduce the problem?
1. Create a table with a column named "a'" (a followed by a single quote)
2. Try to insert a row into it

What is the expected output? What do you see instead?
Note: step 1 will fail in 1.9.2 as of issue #107. But with #107 fixed as in SVN, this
issue comes up.

It should be possible to insert into the table. Instead, an error message like this
occurs:
"Error: table test has no column named a."

Reported by crazy4chrissi on 2012-05-30 16:52:43

Comments (1)

  1. Christopher Kramer reporter
    Fixed in SVN
    

    Reported by crazy4chrissi on 2012-10-25 20:51:34 - Status changed: Fixed

  2. Log in to comment