cloudflare / cloudflare/workerd

Feature Request: Cloudflare D1 SQLite `generate_series` function

Open
#1,888 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
8.7k
Forks
739
Avg merge
2d 20h
Merged PRs (30d)
174

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.