sqldf icon indicating copy to clipboard operation
sqldf copied to clipboard

WIP enable extra extensions, not just math

Open nfultz opened this issue 2 years ago • 1 comments

Check for extension parameter on RSQLite::initExtension, and if present, load all default extensions.

The handling of extensions in RSQLite changed in version 2.2.11. This PR should allow the usage of regular expressions.

nfultz avatar May 09 '22 22:05 nfultz

See also https://github.com/r-dbi/RSQLite/pull/408

Also let me know if the newlines are an issue.

nfultz avatar May 09 '22 23:05 nfultz