Maximilian Girlich

Results 64 comments of Maximilian Girlich

Thanks for providing an example. It would be great if you could try to make it shorter. Also, can you test whether this only happens for spark? If so, this...

Closing this issue because I cannot reproduce this and this is probably a sparklyr issue.

predicate functions do not work in selections on database tables. This is documented in the help page of `select.tbl_lazy()` but this might be a bit hard to find. Unfortunately, the...

@andreassoteriadesmoj The issue might have been fixed by #988. You might want to install the dev version and check. Closing this issue now as this cannot be reproduced and might...

The same is true for other databases and also for datetimes. Maybe we should simply use `dbQuoteLiteral()` for real databases instead of using custom escape functions?

I created a package [tibblify](https://github.com/mgirlich/tibblify) for rectangling nested lists. Also see tidyverse/tidyr/issues/835 where I explained my motivation. I tried to follow the principles in vctrs. In case you consider it...

Would be great if you could add a [reprex](https://dbplyr.tidyverse.org/articles/reprex.html) and provide an example for the correct syntax. Then it is much easier to fix this.

> I have no idea what a reprex is. I actually added a link that explains what a [reprex](https://dbplyr.tidyverse.org/articles/reprex.html) is 😉 I'm afraid that without an example for the correct...

Ah, Redshift does not support the `VALUES` clause. According to [this stackoverflow thread](https://stackoverflow.com/questions/58030295/how-to-select-list-of-values-in-redshift) the alternative is to use `UNION ALL`. So far this is the only database I know that...

@ejneer I would be happy about a PR 👍