LinqConnect Professional Version 4.5.981 (05-May-2016) - Can`t DROP DATABASE for MySQL

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
AKRRKA
Posts: 198
Joined: Thu 26 Jan 2012 15:07
Location: Russia
Contact:

LinqConnect Professional Version 4.5.981 (05-May-2016) - Can`t DROP DATABASE for MySQL

Post by AKRRKA » Mon 23 May 2016 15:56

Hi,
Faced with the problem of removing the database, with the name contains a space.
When you delete a database, is generated command:

Code: Select all

DROP DATABASE cedb45br 7 7 7;
And to be with such quotes:

Code: Select all

DROP DATABASE `cedb45br 7 7 7`;
Then the database is deleted without error.

Please fix.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: LinqConnect Professional Version 4.5.981 (05-May-2016) - Can`t DROP DATABASE for MySQL

Post by Shalex » Tue 24 May 2016 17:20

Thank you for your report. We will notify you when the issue is fixed.


Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: LinqConnect Professional Version 4.5.981 (05-May-2016) - Can`t DROP DATABASE for MySQL

Post by Shalex » Tue 31 May 2016 15:53

The bug with quoting a database name by the DataContext.DeleteDatabase method is fixed. We will notify you when the corresponding build of LinqConnect is available for download.

AKRRKA
Posts: 198
Joined: Thu 26 Jan 2012 15:07
Location: Russia
Contact:

Re: LinqConnect Professional Version 4.5.981 (05-May-2016) - Can`t DROP DATABASE for MySQL

Post by AKRRKA » Wed 08 Jun 2016 08:55

I would like to know today or tomorrow will be release or not?
The fact that I have a big project, and in addition to Devart, used by the component to Devexpress.
They have fixed important problem for me (https://www.devexpress.com/Support/Cent ... ls/T385510), and I would like to update both components at the same time. If you do not plan to release soon, then I will not wait.
Updating the component takes more time.

AKRRKA
Posts: 198
Joined: Thu 26 Jan 2012 15:07
Location: Russia
Contact:

Re: LinqConnect Professional Version 4.5.981 (05-May-2016) - Can`t DROP DATABASE for MySQL

Post by AKRRKA » Thu 09 Jun 2016 12:37

Спасибо. Буду обновлять.

4.5.1004 09-Jun-16
- The bug with setting string parameter data types in SQL statements generated basing on the Contains LINQ operator is fixed
- The bug with quoting a database name by the DataContext.DeleteDatabase method is fixed (MySQL)

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: LinqConnect Professional Version 4.5.981 (05-May-2016) - Can`t DROP DATABASE for MySQL

Post by Shalex » Thu 09 Jun 2016 15:04

The new build with the fix is available for download now.

Post Reply