Subject | possible bug in isc_dsql_exec_immed2() |
---|---|
Author | Support List |
Post date | 2011-04-19T20:24:47Z |
Using this generator:
CREATE GENERATOR "Holy cow!";
I tried to execute the statement below via the above mentioned API call.
I got a token not found error with the double quoted identifier but it
worked fine for a regular identifier that didn't need double quotes.
SELECT GEN_ID ( "Holy cow!", 0 )
FROM RDB$DATABASE
Thus, it seems to me there could be a bug in the token handling routines
associated with this API call. Will someone please check this out in the
firebird SQL code?
I am using FB 2.5.
Thanks,
Jason LeRoy Wharton
CREATE GENERATOR "Holy cow!";
I tried to execute the statement below via the above mentioned API call.
I got a token not found error with the double quoted identifier but it
worked fine for a regular identifier that didn't need double quotes.
SELECT GEN_ID ( "Holy cow!", 0 )
FROM RDB$DATABASE
Thus, it seems to me there could be a bug in the token handling routines
associated with this API call. Will someone please check this out in the
firebird SQL code?
I am using FB 2.5.
Thanks,
Jason LeRoy Wharton