Merge updates from the nightly branch #34

Merged
Exynox merged 73 commits from nightly into master 2024-11-16 18:17:14 +02:00
75 changed files with 1213 additions and 1213 deletions
Showing only changes of commit 350fb0d424 - Show all commits

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 <EFBFBD><EFBFBD><EFBFBD><EFBFBD> std::vector<SQLResult *> vec_pkResult; // result 벡터
unsigned int uiResultPos; // <EFBFBD><EFBFBD><EFBFBD><EFBFBD> result <EFBFBD><EFBFBD>ġ unsigned int uiResultPos; // 현재 result 위치
void * pvUserData; void * pvUserData;
bool bReturn; bool bReturn;