Hi *,

when I pass to sqlite3_table_column_metadata() function 2,3,4 parameters as null i receive SIGSEGV.
Is this expected behavior ?

I understand that it does not give big sense call this function with all null parameters, but when I use in generic case as 2,3,4 parameters:

sqlite3_column_database_name(),
sqlite3_column_table_name(),
sqlite3_column_origin_name()

and I have in SQL SELECT function for example : "lower(a) AS a", then all 3 above mentioned function returns null and call to sqlite3_table_column_metadata() generates SIGSEGV.

IMO such situation should be handled?

Thanks

-Laco.

P.S. I use SQLite 3.14.2
(resend to sqlite-users@mailinglists.sqlite.org)
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to