> -----Original Message-----
> From: Rubens Jr. [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 23, 2004 5:00 PM
> 
> I read the OnLine Doc many times and I do not notice this :
> "SQLite expects the SQL string that you pass in to be 
> unchanged until the
> SQL has finished executing."
> 
> If this is in OnLine Doc I suggest it must be In a more 
> visible place ;)

That's probably a good idea, but if I were passing a char* to ANY C
function, not just the SQLite interface routines, I'd be pretty scared to
modify it in a callback before that function is finished running.

If the function doesn't expect to modify it, it can declare it "const".  If
it does expect to modify it, then you shouldn't ALSO modify it. =)

 -Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to