On 3/25/07, fangles <[EMAIL PROTECTED]> 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.

Igor Tandetnik



Thanks for that rather blunt reply.
..

I'd rather have "blunt" replies from Igor than emotional replies from
anyone else. And, as far as I can see, the reply was about the best
that anyone could have given. It was far better than anything I could
have contributed.

When asking questions, please provide information on how you are using
SQLite, what "wrapper" or language you are using, version number of
the software, possibly even steps to reproduce the problem, etc.

This is an email list, not a class. And, yes, it is still free. Take
it as it is, and give back. Ask questions, and if you can, answer some
as well, so folks who really know (and I am not one of them) can focus
on answering the really difficult questions.

--
Puneet Kishor http://punkish.eidesis.org/
Nelson Inst. for Env. Studies, UW-Madison http://www.nelson.wisc.edu/
Open Source Geospatial Foundation http://www.osgeo.org/education/
---------------------------------------------------------------------
collaborate, communicate, compete
=====================================================================

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

Reply via email to