← Back to team overview

linux-traipu team mailing list archive

[Bug 850782] Re: Incorrect documentation of CURTIME()

 

** Changed in: drizzle
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/850782

Title:
  Incorrect documentation of CURTIME()

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Fix Released

Bug description:
  http://docs.drizzle.org/functions/current_time_functions.html reports

  SELECT CURTIME();
          -> '10:30:09'
  SELECT CURTIME() + 0;
          -> 103009.000000

  but the drizzle client errors on running those sql queries as follows:

  drizzle> select curtime();
  ERROR 1305 (42000): FUNCTION curtime does not exist

  drizzle> select curtime() + 0;
  ERROR 1305 (42000): FUNCTION curtime does not exist

  We need to re write the documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/850782/+subscriptions


References