非互換性
MySQL Native Driver は、MySQL Client Library
(libmysql
) とほぼ互換性があります。
このセクションでは、互換性のない部分について説明します。
-
bit
型の値は、libmysql
では二進文字列 ("\0" や "\x1F") として返しますが、mysqlnd
の場合は十進文字列 ("0" や "31") として返します。どちらのライブラリでも同じように動くようにするには、 bit 型のフィールドを常に数値として返すようなクエリを書きましょう。たとえばSELECT bit + 0 FROM table
のようにします。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google