Star
9
Fork
61
代码
介绍
代码
Issues
139
Pull Requests
37
流水线
Actions
讨论
Wiki
项目成员
299
分析
项目设置
Star
9
Fork
61
master
Plugin
/
contrib
/
dolphin
/
sql
/
string_func_test
下载当前目录
chenxiaobin19
修复right函数报错的问题
18b165c1
创建于
2025年12月26日
历史提交
文件
最后提交记录
最后更新时间
db_b_ascii_test.sql
Default set dolphin.b_compatibility_mode to on.
2 年前
db_b_compress_test.sql
修复compress相关函数使用PG_GETARG_TEXT_PP错误获取text格式入参的问题,并增加相关测试用例。
3 年前
db_b_from_base64_test.sql
修复执行from_base64函数core的问题
2 年前
db_b_insert_test.sql
fastcheck schema
3 年前
db_b_left_right_test.sql
修复right函数报错的问题
6 个月前
db_b_nameconst_test.sql
B兼容模式支持NAME_CONST函数语法
3 年前
db_b_ord_test.sql
ord函数修改
3 年前
db_b_quote_test.sql
修复quote的core问题
2 年前
db_b_string_length_test.sql
MYSQL质量加固,length函数boolean、blob、enum、json类型不兼容处理
2 年前
db_b_substr_test.sql
B兼容性质量加固substr/substring
1 年前
db_b_to_base64_test.sql
fastcheck schema
3 年前
db_b_trim_test.sql
修复SELECT REVERSE(true)报错的问题
1 年前
db_b_unhex_test.sql
float4um、float8um支持-0
2 年前
db_b_weightstring_test.sql
修复weight_string函数入参是bit类型,返回结果有误的问题
2 年前
test_substring_index.sql
substring_index边界值修改
2 年前