Nico Williams wrote:
> User defined types.  There are two types in particular that I'd like
> to see added:
> 
>  - Bit strings.  Bit strings are like character strings, but the
> elements can only be bits.  The key is that bit string length matters
> when it comes to collation (000 sorts before 0000).  Related
> sub-types: IP (v4 and 6) addresses (e.g., 10/8 is easily represented
> as an eight bit long bit string: 00001010, while 10.1.2.3.4 is easily
> represented as a 32 bit long bit string).

SQLite already has Blobs, and I see those as being exactly the same thing, 
which 
is a string of bits.  Maybe you're just wanting more operators so it is easier 
to introspect or manipulate them? -- Darren Duncan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to