Minor Bugfix release.
#3764 - toValue(), and hence toArray() cast booleans to true|false.
toValue() と toArray() におけるtrueとfalseをbooleanに変換するようにした。
#3763 - createTables.php defines NO_OVERLOAD to prevent warnings on PHP4.3.10.
PHP4.3.10の場合はNO_OVERLOADを定義するように。
#3768 - Hopefully last fix to joinAdd() / database prefixing and quoteIdentifiers
joinAddのバグフィックス(たぶんもうバグでない)
#3761 - Fixed DB_DataObject::datetime() bad code.
DB_DataObject::datetime()のbad codeの修正
#3783 - count('distinct') builds the query distinct [primary_key], should help in some situations using joinAdd + group By etc.
むずい