Bug #68191 | MilliSecond Datetime not available as a datatype in MySQL Workbench | ||
---|---|---|---|
Submitted: | 27 Jan 2013 19:33 | Modified: | 11 Jun 2013 23:03 |
Reporter: | Austin Kalb | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S2 (Serious) |
Version: | 5.2.4.5 | OS: | MacOS |
Assigned to: | CPU Architecture: | Any | |
Tags: | DATETIME MILLISECOND MS |
[27 Jan 2013 19:33]
Austin Kalb
[29 Jan 2013 0:06]
MySQL Verification Team
Thank you for the bug report. Could you please provide the result of the below sql command: SHOW VARIABLES LIKE "%version%"; Thanks.
[29 Jan 2013 2:09]
Austin Kalb
Information you requested: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 458 Server version: 5.6.9-rc MySQL Community Server (GPL) Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> SHOW VARIABLES LIKE "%version%"; +-------------------------+------------------------------+ | Variable_name | Value | +-------------------------+------------------------------+ | innodb_version | 1.2.9 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.6.9-rc | | version_comment | MySQL Community Server (GPL) | | version_compile_machine | x86 | | version_compile_os | Win32 | +-------------------------+------------------------------+ 7 rows in set (0.00 sec) mysql>
[30 Jan 2013 0:17]
MySQL Verification Team
Thank you for the feedback. Sorry I didn't notice you category is Modeling and not with SQL Editor an alive server. So verified as described.
[5 Apr 2013 3:11]
MySQL Verification Team
http://bugs.mysql.com/bug.php?id=68870 duplicate of this one.
[3 Jun 2013 20:18]
Jim Flagg
TIME(n) and TIMESTAMP(n) have the same problem
[11 Jun 2013 23:03]
Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.2 release, and here's the changelog entry: Datetime with fractional seconds is now supported. Before, MySQL Workbench would convert "DATETIME(n)" (where "n" is an integer) to "DATETIME". This fix also applies to "TIMESTAMP(n)". Note that this option requires the default target MySQL Server version set to "5.6", which is set with the "Model", "Model Options" preference. Thank you for the bug report.
[25 Jul 2013 4:58]
Ben Heath
Not sure this is fixed, still experiencing the same behaviour in versions 6.0.3 and 6.0.4. Indeed, I can't even set a column as being just DATETIME - will only let me use DATE.
[10 Aug 2013 9:49]
Athirat Kanakanon
Problem still exist in 6.0.5.11166 downloaded today. Mysql 5.6.12
[8 Sep 2013 13:36]
Gerrit Rindermann
Still not fixed in version 6.0.6.11184!
[19 Feb 2014 10:47]
Jacky Chan
still not fixed in 6.0.9.11412 build 1170 community edition.
[19 Feb 2014 11:02]
Jacky Chan
seems the problem is on the model, as reported in http://bugs.mysql.com/bug.php?id=70125. it works if creating a new schema.
[6 Jun 2015 20:07]
Il S
I have workbench6.3.3 and I have this problem.It used to work but suddenly it doesn't accept time() or timestamp().
[14 Sep 2015 6:25]
wade polk
It still isn't fixed. The model is fixed but as we all know, syncing the model can be buggy unless you delete the online schema first (wish I could do that automatically at this point). Anyway, the issue isn't with the model now, it's with the online interface... I don't know what to call it, the interface where you can run sql querys and view table contents, not the modeller or the weird screen that always pops up before it. DATETIME(6) will work if you do it fresh from the modeller... but if you do it from the interface I'm talking about it 100% isn't support, always pops back to DATETIME. Man this tool is almost very useful if it wasn't so buggy... time for rebuild.