Database
3.0.5
29 Aug 2024
Fixed: Solution fails to open with "Could not load type 'Twenty57.Linx.Plugins.Database.DbBulkCopy.Runtime.Loader
Fixed: SQL Editor inserts invalid reference placeholder into SQL query
3.0.3
2 Aug 2024
Important
DBBulkCopy might lose its table mappings in solutions with more than one DBBulkCopy instance. This has been fixed, but it might happen again during the update if the solution is already affected. It will not happen again after that.
Fixed: DBBulkCopy Table mappings are lost on load.
3.0.2
17 Jul 2024
DbBulkCopy Table Chooser now prompts before updating the "Connection string" on save
Fixed: Debugging a plugin using -debugPackage flag failed to resolve Microsoft.Data.SqlClient
Fixed: Copy-pasting DBBulkCopy threw "Value cannot be null. (Parameter 'type')"
3.0.1
27 Nov 2023
Changed the NuGet package to support multiple platforms
3.0.0
6 Jun 2023
Breaking Change
Changed the plugin from Windows-specific to be platform-independent
OLE DB has been removed as Connection type
Fix bug: Expressions in SQL statement are mangled on save
2.0.0
15 Feb 2023
Important
In order to connect to SQL Server using aliases we had to update to the latest Microsoft.Data.SqlClient.
Updated to use latest Microsoft.Data.SqlClient
Allow using SQL Server Aliases
1.3.0
28 Sep 2022
Support for newly added Return function
1.2.0
18 Aug 2022
Enable syntax highlighting for MySQL comments
1.1.1
23 Jun 2022
Fix bug: Database ExecuteSQL Result Editor does not update column types
1.1.0
19 Apr 2022
Map unknown SQL data types to string
1.0.6
13 Apr 2022
Reduce the amount of data saved for Database functions
Fix bug: Wrap connection error message
Fix bug: Validation errors warning not disappearing in ExecuteStoredProcedure function
1.0.4
22 Mar 2022
Fix bug: Cannot copy ExecuteStoredProcedure function
Fix bug: Exception when selecting parameters in ExecuteStoredProcedure function
1.0.2
17 Mar 2022
First release
Last updated