Re: Disabling IsComment Check SQLParse
Hi Bjørn,
Thank you for your email
Visual studio profiler 2017.
Examining the stack trace:
SQLExecDirectW
SQLPrepareWImpl
my_SQLPrepare
prepare
parse
tokenize
is_comment
tokenize calls:
is_comment
is_query_separator
is_quote
find_closing_quote
get_ctype
I can really find it in the source, but I believe the server tokenized the SQL string. "SELECT * DATABASE.TABLE FROM' to "SELECT", "*", "DATABASE", "FROM".
Regards,
Carl
Subject
Views
Written By
Posted
703
October 11, 2021 12:13AM
366
October 11, 2021 01:58AM
Re: Disabling IsComment Check SQLParse
436
October 11, 2021 05:25PM
425
October 13, 2021 02:02AM
451
November 10, 2021 06:17PM
355
December 15, 2021 09:37PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.