Ondrej Filip wrote:
> I have problem with sqlite3_column_value function. I'm porting one project
> using sqlite to version 3.3.6 but I'm not able to find when this function
> were added to sqlite.
>
>   
This function was in the source file vdbeapi.c, but eliminated by the 
preprocessor (#if 0 ... #endif) until checkin 3234 on 2006-06-14.

This was about a week after version 3.3.6 was released on 2006-06-06 (An 
interesting date 06-06-06, or without leading zeros, 6-6-6, or 666 "the 
number of the beast". Probably doesn't mean anything though. :-)).

You will have to upgrade to a newer version to get access to that function.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to