OuhscBbmc / OuhscMunge

Data manipulation operations
http://ouhscbbmc.github.io/OuhscMunge/
Other
1 stars 4 forks source link

adapt for new sql server versions #134

Closed wibeasley closed 9 months ago

wibeasley commented 9 months ago

@ARPeters emailed about a problem with retrieve the key-value from SQL Server. I think it's appearing only in recent engines, and I think I've found a fix for it. Either specify immediate = FALSE.

Or retrieve everything in one shot, instead of binding the parameters in different steps.