Int1 & int2&int4& int8?

[quote=“Dravik”]Int1 : 0-255
Int2 : -32767 - 32767
Int4 : -2147483647 - 2147483647
Int8 : lots!

Depending on sign bits and whatnot, but that’s typical.[/quote]

Int1 is actually [-128, 127], but the rest look fine. SQLTags uses signed types, for now…

Some day we’ll get unsigned and array support implemented :blush:

1 Like