Skip to content

support/configuration for SQLite3's generate_series #274

Description

@malcook

What would it take so enable/support/configure RSQLite to allow using generate_series (see The generate_series Table-Valued Function)

Trying after remotes::install_github("r-dbi/RSQLite#273") results as follows:

dbExecute(db,'SELECT value FROM generate_series(5,100,5)')
Error in result_create(conn@ptr, statement) : 
  no such table: generate_series
In addition: Warning message:
Closing open result set, pending rows 

It was suggested to me that requesting this is the key to: enabling SQLite's generate_sequence to be used in R's sqldf library under MS windows

Presumably an approach is similar to #266 only with this source...???

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions