On Fri, 5 Nov 2004, [ISO-8859-2] Martin Sládek wrote:
> Cast int to domaim based on bit(n) works quite strange.
>
> CREATE DOMAIN kat bit(40) NOT NULL;
> SELECT 7::bit(40), 7::kat;
I didn't realize you were going to report this (as this post got held for
moderator approval), so I reported it
Cast int to domaim based on bit(n) works quite strange.
CREATE DOMAIN kat bit(40) NOT NULL;
SELECT 7::bit(40), 7::kat;
--on Win (7.5devel) and Linux (8.0.0b4)
bit | kat
0111 |
1000
--on Linux (7.4.6)
bit | kat
000