Krystian Igras

Results 25 issues of Krystian Igras

It could be based on variable type.

It would be useful to add active tab item name into input object.

Defining joins for Redshift (e.g. using `left_join`) with `na_matches="na"` argument returns query that includes `IS NOT DISTINCT FROM` statement which is not supported by the driver. ```r db SELECT "mytbl_LHS".*...