<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I have a question related to the location table's "last_modified"
    column type.<br>
    <br>
    The standard type is _datetime_. However, when the actual database
    type is _timestamp_ (not the standard type), db_mysql_get_columns()
    in modules/db_mysql/km_res.c interprets the values as _int_ (see
    case MYSQL_TYPE_TIMESTAMP<code class="varname"></code>). Eventually
    an "error while converting rows" error is dumped. Is this conversion
    on purpose?<br>
    <br>
    On the other hand, check_result() in modules/db_mysql/my_cmd.c
    interprets _timestamp_ as _datetime_. Everything works fine when
    _timestamp_ is converted to _datetime_ in db_mysql_get_columns() .<br>
    <br>
    Regards,<br>
    Stefan<br>
    <code class="varname"></code>
  </body>
</html>