-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
By @hadley:
dbFetch()
and dbGetQuery()
need to have optional coercion object. Should be named list, and provide common converters (e.g. times to number of seconds, dates to days, factors to strings, binary serialisation (default for list, raw should stay as is) etc, bool<->int for sqllite).
Defaults only need to work with atomic vectors.
Original issue: r-dbi/RSQLite#74