obconnector-c icon indicating copy to clipboard operation
obconnector-c copied to clipboard

OceanBase Client for C. A driver to connect applications developed in C language to OceanBase Database.

Results 4 obconnector-c issues
Sort by recently updated
recently updated
newest added

Update ob_object.h. add typedef for enum to avoid multiple definition of ObCollationType & ObCollationLevel issue on powerpc64 ppc64le ## Summary ## Solution Description

### Describe the bug the ret variable is not initialized, it may be a bug, please check it https://github.com/oceanbase/obconnector-c/blob/6a6074a2a9dfe21e8f7997d0332a288547294cbc/libmariadb/mariadb_stmt.c#L3693C7-L3693C7 ### Environment linux aarch64 ### Fast reproduce steps NA ### Expected...

In the file ``` https://github.com/oceanbase/obconnector-c/blob/68b3a78ce723bfe4e34012c886730cfb12aaedf3/cmake/ConnectorName.cmake ``` ``` IF(CMAKE_SYSTEM_NAME MATCHES "Windows") SET(PLATFORM_NAME "win") SET(CONCAT_SIGN "") IF(IS64) SET(MACHINE_NAME "x64") ELSE() SET(MACHINE_NAME "32") END() # should be ENDIF ENDIF() ```

### Check Before Asking - [X] Please check the issue list and confirm this bug is encountered for the first time. - [X] Please try full text in English and...

bug