List:Internals« Previous MessageNext Message »
From:Sergei Golubchik Date:April 14 2005 6:56am
Subject:Re: Handeling ODBC escape sequence in mysql
View as plain text  
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
Thread
Handeling ODBC escape sequence in mysqlBarbara Deaton13 Apr
  • Re: Handeling ODBC escape sequence in mysqlMiguel Angel Solorzano13 Apr
  • Re: Handeling ODBC escape sequence in mysqlSergei Golubchik14 Apr
RE: Handeling ODBC escape sequence in mysqlBarbara Deaton13 Apr