← Back to team overview

linux-traipu team mailing list archive

[Bug 804571] [NEW] WEEK function doesn't exist or invalid error message

 

Public bug reported:

drizzle> select week('2011-11-11');
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near '('2011-11-11')' at line 1

This function should work or the error should say:

drizzle> ERROR 1305 (42000): FUNCTION week does not exist

The same concerns TIME.

Using 2011.03.13 from Ubuntu 11.04 packages.

** Affects: drizzle
     Importance: Undecided
         Status: New

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

Title:
  WEEK function doesn't exist or invalid error message

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

Bug description:
  drizzle> select week('2011-11-11');
  ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near '('2011-11-11')' at line 1

  This function should work or the error should say:

  drizzle> ERROR 1305 (42000): FUNCTION week does not exist

  The same concerns TIME.

  Using 2011.03.13 from Ubuntu 11.04 packages.

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


Follow ups

References