Subject | Re: [Firebird-general] Porting Tiny erp to Firebird |
---|---|
Author | Uwe Grauer |
Post date | 2006-09-28T14:42:10Z |
Philippe Makowski wrote:
I looked briefly into the code and i don't think that it is easy!
They used create and alter table statements in code.
Doing DDL in Fb isn't recommended in runtime.
Also, i saw a lot of sql without using parameters.
This calls for sql injections.
I wouldn't try,
Uwe
> Hello,-- snip--
>
> Tiny erp (http://tinyerp.org/) is a good candidate to be ported to Firebird
> it is a ERP CRM software written in Python
>
> I allready made a good part of the work to move the structure, but I need
> somebody with Python knowledge to move further
>
> Any one can help me ?
>
I looked briefly into the code and i don't think that it is easy!
They used create and alter table statements in code.
Doing DDL in Fb isn't recommended in runtime.
Also, i saw a lot of sql without using parameters.
This calls for sql injections.
I wouldn't try,
Uwe