Hi!
On Apr 13, Barbara Deaton wrote:
> I'm building a native MySQL application, but I'm having problems with
> handeling the odbc escape sequences, could someone point me to the
> code that handles this, for example the code that handles converting
> the {fn } code to the appropriate MySQL function if I do:
>
> Select {fn SQRT(colx)} where col1 = value
simple_expr:
...
| '{' ident expr '}' { $$= $3; }
...
Regards,
Sergei
--
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Sergei Golubchik <serg@stripped>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Senior Software Developer
/_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany
<___/ www.mysql.com