select against TIME type broken

Bug #722773 reported by Andrew Hutchings
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
High
Andrew Hutchings
7.0
Fix Released
High
Andrew Hutchings

Bug Description

drizzle> create table t4 (a int, b time);
Query OK, 0 rows affected (0.091008 sec)

drizzle> insert into t4 values (1, '01:01:01');
Query OK, 1 row affected (0.052351 sec)

drizzle> select * from t4 where b='01:01:01';
ERROR 1686 (HY000): Received an invalid datetime value '01:01:01'.

Related branches

Changed in drizzle:
assignee: nobody → Brian Aker (brianaker)
Changed in drizzle:
status: New → Confirmed
Changed in drizzle:
assignee: Brian Aker (brianaker) → Andrew Hutchings (linuxjedi)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.