Hi all,

according to the documentation for sqlite3_get_auxdata and
sqlite3_set_auxdata "[...] metadata is preserved between function
calls for expressions that are constant at compile time. This includes
literal values and parameters.".

Does the binding of values affect the lifetime of the metadata
eventually associated to the parameters? I would find it useful if
auxiliary data were destroyed when the parameter is assigned a new
value, but it seems to me that this is not the case.

Thanks in advance for your help,

Best regards,
Riccardo
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to