
|
If you were logged in you would be able to see more operations.
|
|
|
groovy
Created: 26/Sep/07 07:09 AM
Updated: 08/Feb/08 01:26 AM
|
|
| Component/s: |
SQL processing
|
| Affects Version/s: |
1.0,
1.1-beta-3
|
| Fix Version/s: |
1.5.2
|
|
groovy failed to insert a null ( a.k . Undefined ) value into database using GString.
See source of attached testcase
Testcase return:
testNullInsert(InsertNullIntoDBTest)java.sql.SQLException: Unexpected token: ) in statement [INSERT INTO COUNTRY (country,currency) VALUES (?,)]
|
|
Description
|
groovy failed to insert a null ( a.k . Undefined ) value into database using GString.
See source of attached testcase
Testcase return:
testNullInsert(InsertNullIntoDBTest)java.sql.SQLException: Unexpected token: ) in statement [INSERT INTO COUNTRY (country,currency) VALUES (?,)] |
Show » |
|
Testcase still failed