Re: [sqlite] sqlite3_table_column_metadata with nil parameters bug ?

2016-11-02 Thread Richard Hipp
On 11/2/16, LacaK wrote: > Hi *, > > when I pass to sqlite3_table_column_metadata() function 2,3,4 parameters > as null i receive SIGSEGV. > Is this expected behavior ? Yes. The interface requires a non-NULL value for the 3rd parameter. (The 2nd and 4th parameters may be NULL.)

[sqlite] sqlite3_table_column_metadata with nil parameters bug ?

2016-11-02 Thread LacaK
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: