User Activity

  • Modified a comment on ticket #578 on Adminer

    How this could be PHP related when my own PHP script below is working fine? <?php $db = new SQLite3('iot.db'); $results = $db->query('select round(vcc,2) as vcc2 from tab;'); while ($row = $results->fetchArray()) { var_dump($row); } ?> While "select round(vcc,2) as vcc2 from tab;" in Adminer is not working (values are not rounded).

  • Posted a comment on ticket #578 on Adminer

    How this could be PHP related when my own PHP script below is working fine? <?php $db = new SQLite3('iot.db'); $results = $db->query('select round(vcc,2) as vcc2 from tab;'); while ($row = $results->fetchArray()) { var_dump($row); } ?> select round(vcc,2) as vcc2 from tab; in Adminer is not working (values are not rounded).

  • Created ticket #578 on Adminer

    Round function doesn't work with SQLite3

View All

Personal Data

Username:
pa64
Joined:
2012-10-02 08:47:40

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB