Move documentation, add tests, refactor change logic
Add boolean flag to makeRegexpFlags that indicates whether the presence of a global flag should simply be ignored (i.e. when in PostreSQL mode) or whether it should throw an exception. If the database is in PostgreSQL mode and the 'g' flag is not present, use the String.replaceFirst method instead of the H2 default String.replaceAll method when doing the regex replace.
正在显示
h2/src/main/org/h2/expression/Function.java
100755 → 100644
请
注册
或者
登录
后发表评论