news
来自「有关MYSQL的开源码」· 代码 · 共 19 行
TXT
19 行
2.0.0 - Support building against MySQL 4.x and up (fixes mysql_shutdown problem) - Renamed ColData::ism_bNull() to ColData::is_null() - check your code! - Added mysqlcppapi::escape(const std::string&) function. - Configure script has an improved --with-mysql option. - Support for mysql_config script, use --with-mysql-config=FILE - Simplified and cleaned up code in various places.1.9.2* Memory mangement improvements: - It is no longer necessary to ensure that Connections are not deleted before their Results or Rows. This is all taken care of by reference counting. - Connections, Results, and Rows may now be copied. The copies will share their underlying implementations. For instance, closing a Connection copy will close the original too.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?