ctsit / redcapcustodian

Simplified, automated data management on REDCap systems
Other
12 stars 6 forks source link

Add batch_size param to dbx calls in sync_table #96

Closed ChemiKyle closed 1 year ago

ChemiKyle commented 1 year ago

Prevents possible error: Expression tree is too large (maximum depth 1000)

I ran into this issue trying to delete ~2000 rows from a local database.

pbchase commented 1 year ago

Your change works fine. I did the same for the DBX calls in sync_table_2. Please merge if you like what I added.