fangles wrote:
SQLite doesn't truncate anything. Whatever you put in you get out. If
you see a truncation, it is either done by whatever wrapper you use on top of SQLite, or simply an artifact of the way you inspect the data (e.g. you look at the string in a debugger, and the debugger just happens to show only the first line).

Use sqlite3_column_bytes[16] to convince yourself that SQLite gives you the complete string.

Thanks for that rather blunt reply.

What was blunt about it? You asked a question regarding odd behaviour that nobody else has seen without providing any context. Igor confirmed that SQLite didn't behave like that and suggested possible explanations for what you saw. If you don't like the answer, ask better questions. Anyway, I thought you Ozzies liked a bit of direct speaking. ;)

Martin

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

Reply via email to