When did GetTriggerNames get removed from MySQLDac?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
markofzaaz
Posts: 7
Joined: Mon 26 Nov 2018 16:50

When did GetTriggerNames get removed from MySQLDac?

Post by markofzaaz » Sun 28 Jul 2019 14:17

Moving a project from
C++ Builder Professional BERLIN 10.1.2 with mysqldac pro 8.7.27
to
C++ Builder Professional RIO 10.3.1 MySQL Dac Pro 9.3.9

I get the following error
bcc32 Error E2316 'GetTriggerNames' is not a member of 'TMyConnection'

Looking in the Revision History, I cannot find mention of GetTriggerNames being removed, but it has been!
Does it return in a later version?

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: When did GetTriggerNames get removed from MySQLDac?

Post by Stellar » Tue 30 Jul 2019 15:26

Thank you for the information. During refactoring, the GetTriggerNames method was removed from the TMyConnection interface.
We'll consider the possibility of bringing the GetTriggerNames method back into TMyConnection.

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

Re: When did GetTriggerNames get removed from MySQLDac?

Post by ViktorV » Fri 01 Nov 2019 14:00

We've already added the TMyConnection.GetTriggerNames method. The fix will be included in the next version of our product. We're planning to release a new build of our products within a month.

markofzaaz
Posts: 7
Joined: Mon 26 Nov 2018 16:50

Re: When did GetTriggerNames get removed from MySQLDac?

Post by markofzaaz » Wed 06 Nov 2019 09:55

Than kyou Victor,

Not a deal breaker, I just created my own function, but looking forward to using the original again!

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

Re: When did GetTriggerNames get removed from MySQLDac?

Post by ViktorV » Thu 07 Nov 2019 14:02

Thank you for the interest to our product.
f you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply