lundi 21 septembre 2015

Do I have to make a deep copy of every parameter in argv callback in SQLITE?

If I want to store the information returned by the query when calling the callback, should I make a deep copy of every parameter in argv or can I safely assume that sqlite3 won't free it after returning from the callback? I'm using C as programming language.

Aucun commentaire:

Enregistrer un commentaire