Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Cloudflare D1 SQLite generate_series function #1888

Open
cooolbros opened this issue Mar 25, 2024 · 0 comments
Open

Feature Request: Cloudflare D1 SQLite generate_series function #1888

cooolbros opened this issue Mar 25, 2024 · 0 comments

Comments

@cooolbros
Copy link

The series extension for SQLite registers the virtual table generate_series(START, STOP, STEP) that yields the number range between the start and stop values provided, (in/de)cremented by the step parameter

The sqlite3 CLI includes the generate_series function, since version 3.34.0

SQLite documentation: https://www.sqlite.org/series.html
SQLite series.c source code: https://www.sqlite.org/src/file/ext/misc/series.c

Cloudflare D1 should support the generate_series function to have better feature parity with SQLite3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant