> BareFeet wrote:
>> At the moment I am resorting to developing regular expressions to do the 
>> parsing. They work, but it seems to be re-inventing the wheel.
>
> You won't be able to do parsing completely with regular expressions.  Create
> statements let you specify default values for a column and that can be any
> arbitrary SQL expression.
>

You can use SQLite's own SQL parser
(http://www.hwaci.com/sw/lemon/lemon.html) with SQLite's own grammar
(to ba found in SQLite's sources) and adapt it to you needs.

Regards,

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

Reply via email to