Hello

Is it safe to assume that the object pointed to by
sqlite3_column_value() will exist until sqlite3_finalize() is called?
Or will it only be valid until the next call to sqlite3_step()?

I know I can call sqlite3_value_xxx() and make a copy which I can
store as long as I want to, but I'd like to deal with the value type
until I actually need the value.

-- 
Steinar Midtskogen
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to