Adam Black
Adam Black
@krlmlr I think this would be very nice for users. I see this message a lot. :) Thank you!!
@thisisnic, @wjones127 - Any progress on a workaround for this?
Hi @ijlyttle, I have a question about resizing. Is it possible to scale the vegawidget and everything it contains by a constant amount? It seems like all the sizing options...
> The current workaround would be to quote the field name I tried testing `SELECT "offset" FROM @cdmDatabaseSchema.NOTE_NLP;'` across different dbms with `renderTranslateQuerySql` with some success. What makes it a...
The workaround seems to work across many of the ohdsi platforms but I think there is an issue with bigquery. ``` r library(DatabaseConnector) # cross platform sql ohdsisql (or 0-length...
In general, quoting columns seems to work on some database but not all. ``` r library(DatabaseConnector) testOhdsiSql 1 2 #> ── snowflake ---- ────────────────────────────────────────────────────────────── #> Connecting using Snowflake driver #>...
Woo! So I know we have discussed this a bit in the past and may have different opinions which is totally fine but just bringing it up again.... I would...
Yes you're right. I think we should add some code to dbplyr that will generate the correct sql for a DatabaseConnector connection. I'm happy to take that on if you're...
@pbr6cornell - Here is a possible simplification I proposed to the era SQL logic. I finally closed it after >6 months with no interest. Could be that my code was...
Oh nice! It has been a while since I've look at this. I think I was able to remove one subquery and was thinking it might extend to other places...