Hello Dr. Hipp,
Hello sqlite users

I have the following table definition:

CREATE TABLE [Orders] ([OrderID] AFFINITY INT, [CustomerID] AFFINITY VARCHAR(5))

when I compile a statement with sqlite3_prepare16 ( SELECT * FROM Orders ), ask for 
sqlite3_column_count and retrieve values, all is ok (results are as expected).

However, when I ask for first column's type with sqlite3_column_decltype, the result I 
get is:

AFFINITYINT,[Cu

I'm using v3.0.7

Any ideas?

Regards,
George Ionescu

Reply via email to