Database
08 Apr 2026
- Fixed: Dragging and dropping text within the SQL Editor cleared the editor content
5 Dec 2025
- Improved: ExecuteStoredProcedure now displays a clearer error message when the stored procedure’s default parameter values cause an execution error during metadata retrieval
27 Aug 2025
- Use the new, shared database connection editor and table chooser editor from the Sdk.UI.Database package
- Updated the Twenty57.Database package to the .NET 8.0-based version
- Updated MongoDB.Driver NuGet package
- Fixed: The horizontal scroller jumped to the right when selecting a column name in the “Objects” tab
- Fixed: DBBulkCopy threw a conversion exception when debugging
- Fixed: ExecuteSQL functions returning a Custom type reset property types when the query changed, even if output names were unchanged
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
2 Aug 2024
- Fixed: DBBulkCopy Table mappings are lost on load.
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’)“
27 Nov 2023
- Changed the NuGet package to support multiple platforms
6 Jun 2023
- 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
15 Feb 2023
- Updated to use latest Microsoft.Data.SqlClient
- Allow using SQL Server Aliases
28 Sep 2022
- Support for newly added Return function
18 Aug 2022
- Enable syntax highlighting for MySQL comments
23 Jun 2022
- Fix bug: Database ExecuteSQL Result Editor does not update column types
19 Apr 2022
- Map unknown SQL data types to string
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
22 Mar 2022
- Fix bug: Cannot copy ExecuteStoredProcedure function
- Fix bug: Exception when selecting parameters in ExecuteStoredProcedure function
17 Mar 2022
- First release