I’m curious about binding as an idea.  I never used SQLite 1 or 2.  Was binding 
originally done to avoid security vulnerability or was that just the result of 
implementing it for some other reason ?

Looking at the work I did on other languages which use English-like commands I 
never used binding before SQLite.  It was always just a case of text 
concatenation.  But the apps I wrote were never exposed outside the company I 
wrote them for.  Now everything’s on the web I have to worry about J Random 
Hacker getting at my API.

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

Reply via email to