Problem with TimeFields

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tkrusche
Posts: 2
Joined: Tue 02 Jan 2018 13:41

Problem with TimeFields

Post by tkrusche » Tue 02 Jan 2018 14:02

Hello,
we use MyDac 9.1.3 and UniDac 7.1.4 with MariaDB 10.2.11.

If we use a DB-Field with FieldType = Time, we get an error on SELECT Commands.
The option DefaultValues = True of the TMyQuery. Now we get the message "Wrong time format at field xxx."
If DefaultValues = False everything is OK.
With MariaDB 10.0 we do not have this problem.

What can i do?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Problem with TimeFields

Post by ViktorV » Tue 02 Jan 2018 15:14

We have already fixed the issue. This fix will be included in the next build of MyDAC.

tkrusche
Posts: 2
Joined: Tue 02 Jan 2018 13:41

Re: Problem with TimeFields

Post by tkrusche » Wed 03 Jan 2018 07:50

Thanks for the answer.
Do you know when the release is?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Problem with TimeFields

Post by ViktorV » Wed 03 Jan 2018 09:21

We plan to release the next MyDAC build within a month.

Post Reply