[MDEV-5712] Inconsistent warnings when inserting a DATETIME-alike data into a TIME column Created: 2014-02-21 Updated: 2022-11-01 Resolved: 2022-11-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Temporal Types |
| Affects Version/s: | 5.1.67, 5.2.14, 5.3.12, 5.5.36, 10.0.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Notice, string gives a note while the numeric types give warnings. A note seems to be the most appropriate in all cases. |
| Comments |
| Comment by Sergei Golubchik [ 2014-02-21 ] | ||||||||||||||
|
what versions are affected? | ||||||||||||||
| Comment by Elena Stepanova [ 2014-04-11 ] | ||||||||||||||
|
All MariaDB versions are affected, although in a different way. 5.1 and 5.2 (and MySQL 5.5) produce the following:
MySQL 5.6 returns 'Note' and '10:20:30' for all columns. | ||||||||||||||
| Comment by Sergei Golubchik [ 2022-11-01 ] | ||||||||||||||
|
fixed before 10.3.37 |