xerial / sqlite-jdbc

SQLite JDBC Driver
Apache License 2.0
2.86k stars 619 forks source link

support GENERATE_SERIES function #1173

Open Hermholtz opened 2 months ago

Hermholtz commented 2 months ago

I tried to use the ingenious GENERATE_SERIES function but failed. It seems it's not available. Please include it in your driver, because it's a very easy way to generate rows of data for many purposes.

For now I've got the workaround described in the above page, but GENERATE_SERIES is the greatest of functions to have.

Thank you.