Hello sqlite team,


I faced with an issue of creating int array with the same name without
closing connection.

I use sqlite3_intarray_create to create int array on a second call I
receive SQLITE_MISUSE error.

What I found inside create function that it tries to create module that
already exist with sqlite3_create_module_v2 function and drop table, before
second call, makes no effect on that module.



Please advice if it’s expected behavior and it there any workarounds on
that?



Regards,

Roman Ivasyshyn
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to