Name |
Last commit
|
Last update |
---|---|---|
.. | ||
unit | better use int for boolean representation | |
web/app | code style fixes |
bit has special syntax for storing and retreiving so we'd need a converter for that. Storing 1 bit will result in one byte left padded on the disc so the result of a query for boolean 0 will be 0x00 and for boolean 1 will be 0x80.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
unit | better use int for boolean representation | |
web/app | code style fixes |