Re: passing artibrary strings into a database

2005-11-27 Thread schwehr
Thanks! Looks like I need to get a newer version of pysqlite into the fink package tree since pysqlite 1.0.1 does not appear support that -- http://mail.python.org/mailman/listinfo/python-list

Re: passing artibrary strings into a database

2005-11-27 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi All, > > I was wondering if there is a helper library out there that will nicely > encode artibrary text so that I can put in into a TEXT field in a > database and then retrieve it without getting into trouble with ',",new > lines or other such things that would foul

Re: passing artibrary strings into a database

2005-11-27 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I was wondering if there is a helper library out there that will nicely > encode artibrary text so that I can put in into a TEXT field in a > database and then retrieve it without getting into trouble with ',",new > lines or other such things that would foul the sql ins

passing artibrary strings into a database

2005-11-27 Thread schwehr
Hi All, I was wondering if there is a helper library out there that will nicely encode artibrary text so that I can put in into a TEXT field in a database and then retrieve it without getting into trouble with ',",new lines or other such things that would foul the sql insert call and or be a secu