Ismael Farfán Estrada wrote:
> by the way, does sending the data as a list prevent SQL injection?
Yes.
> I haven't worried for that yet.
If you are accepting user input and putting it into the database, you
should worry about it. See
http://xkcd.com/327/
for a humorous take on this ;-)
Kent
__
Kent Johnson wrote:
> Ismael Farfán Estrada wrote:
>
>> Hi there.
>> I have a small system in production with wxPython and PostgreSQL running on
>> a machine with Centos 5.
>> At first everytihing was running ok but now a weird bug was discovered:
>> they can't insert characters like á é í ó ú ä
>Ismael Farfán Estrada wrote:
>> Hi there.
>> I have a small system in production with wxPython and PostgreSQL running on
>> a machine with Centos 5.
>> At first everytihing was running ok but now a weird bug was discovered:
>> they can't insert characters like á é í ó ú ä ë ñ (non english
>
Ismael Farfán Estrada wrote:
> Hi there.
> I have a small system in production with wxPython and PostgreSQL running on
> a machine with Centos 5.
> At first everytihing was running ok but now a weird bug was discovered:
> they can't insert characters like á é í ó ú ä ë ñ (non english
> charac
Hi there.
I have a small system in production with wxPython and PostgreSQL running on
a machine with Centos 5.
At first everytihing was running ok but now a weird bug was discovered:
they can't insert characters like á é í ó ú ä ë ñ (non english characters)
Does anyone knows how can I make pg