ojodb v3#192
Open
brancengregory wants to merge 11 commits into
Open
Conversation
This was
linked to
issues
Aug 14, 2025
Closed
Closed
* Add driver and database db_config args; add function to create database connection strings * Add note for todo
* Add driver and database db_config args; add function to create database connection strings * Add note for todo * Overhauls connection management and updates tests accordingly
* Edit tests to add skip_if_no_db * Turn off parallel testing * Add new vars to gh workflows * Update wordlist * Set minimum R version; update dependencies, adding digest and RSQLite, removing ggplot2, and downgrading lifecycle to suggests * Update github env vars * Fix tests * Add air config and format
b18095b to
26aaaca
Compare
- Overhaul `ojo_connect()` to return connection objects directly and remove side effects. - Overhaul `ojo_auth()` to use new `db_config` objects for flexible configuration. - Consolidate OJO environment variables and add support for YAML configuration files. - Add explicit `con` argument to all major query functions for better connection control. - Add `ojo_pool()` for managed connection pooling in concurrent applications. - Fix bugs in `ojo_check_ssl()`, `ojo_add_party_details()`, and `ojo_collect()`. - Remove deprecated functions: `ojo_env()`, `ojo_show_row()`, and `ojo_search_minutes()`. - Remove legacy table helpers: `tbl_from_gcs_arrow()`, `tbl_from_gcs_duckdb()`, and `tbl_from_rpostgres()`. - Expand test suite with robust unit and integration tests, ensuring reliable CI/CD. - Update documentation and bump package version to 3.0.0. BREAKING CHANGE: Core connection and authentication logic has been completely redesigned. Many function signatures have changed, and several deprecated functions have been removed. Environment variable names have been standardized (e.g., OJO_USER/OJO_PASS instead of ADMIN/DEFAULT variants).
26aaaca to
b566afa
Compare
Member
|
Modify the vignette to have proper information on what to do. Namely removing mentioning to include password |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
{ojothemes}