Lothar Scholz <[EMAIL PROTECTED]> wrote:
> 
> Another question, how would you realiable represent contrl characters
> in the range 1-31 in a string? It is not really good to add them as
> plain code in text files and SQLite does not have C like backslash
> quoting. Especially the automatic %R%N->%N conversions might be a huge
> problem. And i don't think we should restrict the TEXT data type to
> anything more then non zero bytes.
> 

  CAST(x'0102030405' AS text)

--
D. Richard Hipp <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to