ThomasSoeiro
ThomasSoeiro
I missed this issue when I created #605 a few month ago... @ronblum then created rstudio/rstudio#13672 for RStudio.
@hadley I am far from an Oracle expert, but AFAIK: - yes, each user gets a schema - users can be granted access to tables outside of their schema (probably...
@hadley Oops, sorry, I missed this one. AFAIK, there is no catalog in Oracle. See, e.g., [Relationship between catalog, schema, user, and database instance](https://stackoverflow.com/questions/7942520/relationship-between-catalog-schema-user-and-database-instance).
I do not want pandoc to set the title, so I do not have `$pagetitle$` in my template on purpose. pandoc reports `Defaulting to '' as the title.` anyway. I...
> These are harmless; just don't add CSS rules that do things with them. I agree this is not a big deal. However, these are common class names that are...
My concern was for the sake of dropping "unecessary" classes to prevent name clashes since we can easely select `.header` using `thead` and `.odd`/`even` using variations of `tbody tr:nth-child(2n)`. Anyway,...
Could you point me to the HTML writer please? (I'll have a look but I don't know Pandoc internals nor haskell...)
Prepare files and db for testing ```r library(DBI) write.csv(warpbreaks, "warpbreaks.csv", row.names = FALSE) write.csv(cars, "cars.csv", row.names = FALSE) con * Can you confirm that running `dbExecute("COPY ... FROM ...")` does...
@detule Sorry for the late reply. I just asked my IT department if they can update the driver. I will report if they do. Thanks!
@simonpcouch @zedapolo Hi, Our IT department did not update the driver yet so I asked again today. I will report as soon as we can test. Thanks!