Dear Peter, dear H2 community
A quick look up gives 2 commits/merges: https://github.com/h2database/h2database/commit/8026534b4669516cbdc3f18daa0ec8836cde0175 and https://github.com/h2database/h2database/commit/cd77e0a9e5f961de5eeda4a05858f2de8bd0533c If you squint a little, you can see the tags associated it with it: - version-2.1.214 <https://github.com/h2database/h2database/releases/tag/version-2.1.214> - version-2.1.212 <https://github.com/h2database/h2database/releases/tag/version-2.1.212> - version-2.1.210 <https://github.com/h2database/h2database/releases/tag/version-2.1.210> - version-2.0.206 <https://github.com/h2database/h2database/releases/tag/version-2.0.206> - version-2.0.204 <https://github.com/h2database/h2database/releases/tag/version-2.0.204> - version-2.0.202 <https://github.com/h2database/h2database/releases/tag/version-2.0.202> So, my best guess it, it got ready for version 2.0.202. Be careful when upgrading from 1.4.x to 2.0.x. The meta-tables have changed, meaning, when indentifying which is your default schema is done differently now, just to name one difference. Ciao, derweil, -- Carlo On Sat, Jul 1, 2023 at 1:42 PM 'Peter Borissow' via H2 Database < [email protected]> wrote: > Dear H2 community, > When was REGEXP_SUBSTR added to H2? I have a really old version of H2 > (1.4.197) and I'm getting a RuntimeException: Function "REGEXP_SUBSTR" > not found when I try to use it in a query. > > I have tried searching the change logs but the history seems incomplete: > https://www.h2database.com/html/changelog.html > https://github.com/h2database/h2database/releases > > Thanks, > Peter > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/h2-database/1769368369.572741.1688211746668%40mail.yahoo.com > <https://groups.google.com/d/msgid/h2-database/1769368369.572741.1688211746668%40mail.yahoo.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/CAMLunXTz_313Nn7NmK7gB31QQ1NUrBu8-bqqcdjyhLNrh%2B%2BmoA%40mail.gmail.com.
