Add new interface tolower toupper in ObCharset

This commit is contained in:
wjhh2008
2023-01-11 03:24:50 +00:00
committed by ob-robot
parent c88aab6b2d
commit 5830b64c41
4 changed files with 152 additions and 3 deletions

View File

@ -22,7 +22,7 @@ oblib_addtest(allocator/test_page_arena.cpp)
oblib_addtest(allocator/test_slice_alloc.cpp)
oblib_addtest(allocator/test_sql_arena_allocator.cpp)
oblib_addtest(atomic/test_atomic_reference.cpp)
#oblib_addtest(charset/test_charset.cpp)
oblib_addtest(charset/test_charset.cpp)
oblib_addtest(checksum/test_crc64.cpp)
oblib_addtest(container/ob_2d_array_test.cpp)
oblib_addtest(container/ob_array_test.cpp)