** Changed in: drizzle
       Status: New => In Progress

** Changed in: drizzle
   Importance: Undecided => Medium

** Changed in: drizzle
     Assignee: (unassigned) => Vijay Samuel (vjsamuel)

-- 
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:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to     : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp

Reply via email to