Frist Push

This commit is contained in:
xx
2024-06-08 09:57:26 +08:00
parent 3cec02b819
commit b473a32d97

View File

@@ -308,7 +308,7 @@ void ylib::mysql::prepare_statement::set_datetime(uint32 index, const std::strin
void ylib::mysql::prepare_statement::set_double(uint32 index, double value)
{
CHECK_SQL_PPST;
PRINT_DEBUG_SET;
PRINT_DEBUG_SET;
PREPARE_STATEMENT->setDouble(index,value);
#if DEBUG_LOG_PPST_SET == 1
std::cout << "set " << index << " = " << value << std::endl;