Comment on page
Release Notes
- Support inserts to a table with a unique identifier column
- Added Show Distinct Values Without Access Control Column property, which allows the output payload to exclude the column used for access control
- Added the Data Access Control section
- Fixed insert failing when an int or bigint auto-increment column existed and an "instead of" insert trigger was used
- Fixed updating a row(s) with a composite key
- Fixed issue with Primary Key selection in config
- Fixed filter not being used when fetching record count
- Fixed queries with a Take parameter failing
- Fixed queries with a Skip parameter but without a Take parameter not skipping any records
- Enabled Insert and Update operations for Stored Proc, though the implementation is same as Read, to be able to invoke Stored Proc under Update Datasources
- Allowing manual entry of database name to cater for Azure SQL databases
- Added option to specify SQL query
- Change the order of SQL Authentication checkbox
- Added Variable boxes for server, user, and password
- Read, Write, Insert, and Delete operations handle entity names with symbols or keywords more reliably
- Repackage
- Added fix for handling null values in insert and update
- Initial Release
Last modified 1mo ago