[sqlite] sqlite3_column_decltype change

2016-04-05 Thread László Böszörményi (GCS)
On Tue, Apr 5, 2016 at 8:00 PM, Igor Korot wrote: > On Tue, Apr 5, 2016 at 1:57 PM, L?szl? B?sz?rm?nyi (GCS) > wrote: >> It seems sqlite3_column_decltype() is changed in 3.12.0 without >> mentioning it in the changelog. A test case is attached. > There is no attachment here. > Can you just post

[sqlite] sqlite3_column_decltype change

2016-04-05 Thread László Böszörményi (GCS)
Hi, It seems sqlite3_column_decltype() is changed in 3.12.0 without mentioning it in the changelog. A test case is attached. Using 3.11.1, the result is not quoted, with 3.12.0 it is. As such, the former outputs: type:json text value:bar; while with the latter prints: type:'json text' value:bar.

[sqlite] sqlite3_column_decltype change

2016-04-05 Thread Simon Slavin
On 5 Apr 2016, at 7:05pm, L?szl? B?sz?rm?nyi (GCS) wrote: > Checked my sent mail, the attachment is there. Does the list software > delete those? Yes. We don't want everyone sending us their homework. Thanks for posting your file as text. Simon.

[sqlite] sqlite3_column_decltype change

2016-04-05 Thread Igor Korot
Hi, On Tue, Apr 5, 2016 at 1:57 PM, L?szl? B?sz?rm?nyi (GCS) wrote: > Hi, > > It seems sqlite3_column_decltype() is changed in 3.12.0 without > mentioning it in the changelog. A test case is attached. Using 3.11.1, > the result is not quoted, with 3.12.0 it is. > As such, the former outputs: