1
0
Fork 0

fix libsql header encoding

This commit is contained in:
sdgmt2 2024-04-01 12:48:16 +02:00
parent 869720f9e6
commit 350fb0d424
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ typedef struct _SQLMsg
int iID; int iID;
std::string stQuery; std::string stQuery;
std::vector<SQLResult *> vec_pkResult; // result 벡터 std::vector<SQLResult *> vec_pkResult; // result 벡터
unsigned int uiResultPos; // 현재 result 위치 unsigned int uiResultPos; // 현재 result 위치
void * pvUserData; void * pvUserData;
bool bReturn; bool bReturn;