sqlpetr icon indicating copy to clipboard operation
sqlpetr copied to clipboard

Functions to accompany the SQL Pet book

Results 19 sqlpetr issues
Sort by recently updated
recently updated
newest added

This is a bug in `remotes` - see https://github.com/r-lib/remotes/issues/326. Meanwhile, we need to change the install command to ``` remotes::install_github("smithjd/sqlpetr", build = FALSE, force = TRUE) ``` everywhere in the...

bug

Materialized views are a PostgreSQL extension - they should appear to the user as an ordinary view.

documentation

Is that in our function or just the way Rstudio did it?

I've run into some Pandoc problems knitting the vignette on Windows. See https://github.com/jgm/pandoc/issues/5037 Everything seems to be working on Linux, so I made a test branch for the RStudio /...

bug