penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
999 stars 61 forks source link

Add support for substr scalar function #289

Closed seonWKim closed 2 months ago

seonWKim commented 2 months ago

Add support for substr scalar function. We can reuse the substring logic which is already implemted.

Related issue

https://github.com/penberg/limbo/issues/144