linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #02002
[Bug 850782] Re: Incorrect documentation of CURTIME()
** 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
References