DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) C API Prepared statement problems

Info Catalog (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) C (mysql.info.gz) C API multiple queries
 
 22.2.8 C API Prepared statement problems
 ----------------------------------------
 
 Here follows a list of the currently known problems with prepared
 statements:
 
    * `TIME', `TIMESTAMP', and `DATETIME' don't support sub seconds (for
      example from `DATE_FORMAT()'.
 
    * When converting an integer to string, `ZEROFILL' is honored with
      prepared statements in some cases where the MySQL server doesn't
      print the leading zeros.  (For example, with
      `MIN(number-with-zerofill)').
 
    * When converting a floating point number to a string in the client,
      the value may be slightly different in the last digits.
 
Info Catalog (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) C (mysql.info.gz) C API multiple queries
automatically generated byinfo2html