Skip to content

Release Notes for PostgreSQL plugin


14 Sep 2026

  • Added: “Specify columns at runtime” option to BulkImport, allowing the destination table and column names to be supplied as runtime values instead of being selected at design time
  • Fixed: BOOLEAN- and TIMESTAMP-typed columns were mapped to the wrong Linx data types for the BulkImport function
  • Improved: BulkImport no longer logs each row it imports, reducing run time by approximately 14 %
  • Updated: Upgraded to .NET 10.0

27 Mar 2026

  • Fixed: ExecuteSQL did not close database connections when using the RowByRow return option, causing connection pool exhaustion under sustained load
  • Fixed: ExecuteSQL did not close the database connection when column mapping retrieval failed

24 Feb 2026

  • Fixed: ‘Test SQL’ failed when the SQL statement contained integer, double, or boolean typed parameters

23 Jan 2026

  • Fixed: ‘Result type’ is not defined when using RETURNING

6 June 2025

  • First release