Oliver Jowett wrote:
> or (nonstandard):> > INSERT INTO foo(bit_val) VALUES (?::bit(5))
Actually, this doesn't appear to work. The CAST variant works fine, use that instead.
-O