-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically initialise extensions #236
Comments
We already have the |
Yeah that'd be great - maybe |
krlmlr
added a commit
that referenced
this issue
Mar 25, 2018
- Values of class `"integer64"` are now supported for `dbWriteTable()` and `dbBind()` (#243). - New connections now automatically load default RSQLite extensions (#236). - Implement `dbUnquoteIdentifier()`. - Update bundled sqlite3 library to 3.22 (#252). - Names in the `x` argument to `dbQuoteIdentifier()` are preserved in the output (r-lib/DBI#173). - Fix rchk warnings on CRAN (#250). - `dbRowsAffected()` and `dbExecute()` return zero after a `DROP TABLE` statement, and not the number of rows affected by the last `INSERT`, `UPDATE`, or `DELETE` (#238). - Refactor connection and result handling to be more similar to other backends. - Fix `dbQuoteIdentifier()` to ignore invalid UTF-8 strings (r-dbi/DBItest#156).
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There doesn't seem to be any harm to this. If necessary, could include an argument in
dbConnect
method allowing you to suppress it if you really wanted.The text was updated successfully, but these errors were encountered: