SQLite FDW 2.1.0
Support TRUNCATE by deparsing into DELETE statement without WHERE clause.
Allow control over whether foreign servers keep connections open after transaction completion. This is controlled by keep_connections and defaults to on.
Support list cached connections to foreign servers by using function sqlite_fdw_get_connections()
Support discard cached connections to foreign servers by using function sqlite_fdw_disconnect(), sqlite_fdw_disconnect_all().
Support Bulk Insert by using batch_size option.
Refactored tests.
SQLite FDW 2.1.0 Support TRUNCATE by deparsing into DELETE statement without WHERE clause. Allow control over whether foreign servers keep connections open after transaction completion. This is controlled by keep_connections and defaults to on. Support list cached connections to foreign servers by using function sqlite_fdw_get_connections() Support discard cached connections to foreign servers by using function sqlite_fdw_disconnect(), sqlite_fdw_disconnect_all(). Support Bulk Insert by using batch_size option. Refactored tests.