tomoakin / RPostgreSQL

Automatically exported from code.google.com/p/rpostgresql
64 stars 20 forks source link

Correct params names for seq function #101

Closed olgamie closed 3 years ago

olgamie commented 6 years ago

When using RPostgresSQL together with strict package we noticed a partial argument matching. Strict package is producing warnings in order to avoid them we changed the seq() params.

tomoakin commented 3 years ago

fixed with commit 14e1148d4cbd0db9fbf4d42848d305756280599f use seq_along instead of changing parameter name.