*** How to reproduce:

1. Install table `photos' in `test' database on your localhost mySQL:

$ mysql -uroot test < photos.sql

2. Execute:

$ cd bitfield_test 
$ perl -Ilib t.pl

The recieved output is:
RDBO Version is 0.64
Init: id=1, flags=00
Changed: id=1, flags=01
Saved
Loaded: id=1, flags=00

Expected output is:
RDBO Version is 0.64
Init: id=1, flags=00
Changed: id=1, flags=01
Saved
Loaded: id=1, flags=01
