REDCap-ETL Module 2.0.5
- Changed store/insert rows database method to have a batch size argument to allow insertion of rows in batches
- Set batch size for insertion of redcap_metadata rows to 1,000, because SQL Server does not allow insertions with more than 1,000 rows
- Fixed bug for transformation rules auto-generation, where, in some cases, a text field was generated for a field where an int field should have been generated