[sqlite] sqlite3_column_type issue

2010-12-17 Thread Sumedh
Hi, I am using C API I am using sqlite3_column_type to determine, the type of column as it is requirement for me to decide whether to return the value as string or number. It works well, but not in case when i use left outer join. When i use left outer join, the column type returned is always

Re: [sqlite] sqlite3_column_type issue

2010-12-17 Thread Igor Tandetnik
On 12/17/2010 4:36 AM, Sumedh wrote: I am using C API I am using sqlite3_column_type to determine, the type of column as it is requirement for me to decide whether to return the value as string or number. It works well, but not in case when i use left outer join. When i use left outer join,