[EMAIL PROTECTED] wrote:
As you mention, this is a constant point of discussion on this board.
To me this would indicate a problem.
Perhaps 'Version 3 Data Types' should be given more prominence under 'Documentation'. Alternatively, perhaps the subject should be touched upon briefly in 'SQLite in 5 Minutes Or Less'.
I think real problem is that you have a function called "column_type" which doesn't actually return the type of a column. This is counter-intutive. If you could make it return the column "affinity" between the call to prepare() and the first call to step() then the problem would probably go away. My $0.02...