-
Committer:
Yoshinori Sano
-
Date:
2008-11-24 08:59:18 UTC
-
mto:
(590.2.16 devel)
-
mto:
This revision was merged to the branch mainline in
revision
610.
-
Revision ID:
ysano@170.1.168.192.in-addr.arpa-20081124085918-1msdnydxzurlye4z
Fix bugs in params of sql_command_flags[...].test(). Previously, the value such as, 0, 1, 2, 4, 8 and 16 is given to std::bitset.test() in that place, which is misunderstanding of the spec of the test(). The test(size_t n) returns true if bit n is set.