mirror of
https://github.com/apache/nifi.git
synced 2025-02-22 18:35:50 +00:00
NIFI-1931 Add proper default value for auto commit (false) to PostgreSQLDatabaseAdapter to allow FETCH_SIZE to be honored on reads. NIFI-1931 Added customValidate code to check the auto commit property setting against the db adapter's required auto commit setting and give validation error message if they do not match. NIFI-1931 Fix for NiFI 1.X NIFI-1931 Added automated test to check the Auto Commit customValidate error message. NIFI-1931 Fix for NiFI 1.X Signed-off-by: Matt Burgess <mattyb149@apache.org>