16th April 2020
Version 2.3.0 of the SQL service is now available, and has been updated to include the following:
Features:
- Security improvements have been made to parameter binding in the SQL service. (FLOW-1505)
Fixes:
- Values set to use a ‘null‘ value causes filtering issues for Boomi Flow components that use
Starts With
,Ends With
andContains
SQL syntax. For example, setting a default value to ‘null‘ returns no results when searching on a table component. With this fix, values that use ‘null‘ will return all results for a component, as the ‘null’ is treated as an empty string value (“”). (FLOW-1577)