Fix the sqlite3_column_decltype() interface to return the correct datatype
commitfdf8b81bd8e7587a790913d37eec9ad10f1aee1a
authorD. Richard Hipp <drh@hwaci.com>
Tue, 3 Oct 2017 16:57:33 +0000 (3 16:57 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 3 Oct 2017 16:57:33 +0000 (3 16:57 +0000)
tree929b19bc4c96ae7dfdd77758c7d55c42a91440dc
parent299701d43741a5a16ab52f52a6430f90c0a8d9c3
Fix the sqlite3_column_decltype() interface to return the correct datatype
when the value comes through a CTE.
src/select.c