If I say sqlite_bind_text(...SQLITE_STATIC), I am promising that the buffer is going to stick around for a while. How long am I promising that it will stick around? Til the next statement reset()? Til the statement finalize()? Til the database close()? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] lifetime of buffer referred to with SQLITE_STATI... Eric Rubin-Smith
- Re: [sqlite] lifetime of buffer referred to with SQL... Stephan Beal
- Re: [sqlite] lifetime of buffer referred to with SQL... Richard Hipp
- Re: [sqlite] lifetime of buffer referred to with... Igor Tandetnik