








sqlite3_column_name any ideas?

























1































class CStmtDeleter
{
public:
void operator()(MYSQL_STMT *pStmt) const;
};







std::unique_ptr<MYSQL_RES, CStmtDeleter> m_pResult = nullptr;











//static void DeleteResult(MYSQL_RES *pResult);



















































static uint32_t column_time and just lazily initialize/update it?
uint_to_bytes_be and bytes_be_to_uint functions from upstream and use them where applicable to reduce duplicate code.
