Hi Massimo, any progress on this? I need to migrato from MySql to
Postgres and this issue is stopping me (I'd like to avoid making
changes on the database right now). If you think it might be good to
include this, I can start working on it and provide patches. I don't
like the idea of keeping my own modified version of web2py forever,
that is why I am asking if this might be included in a future version.
Just let me know.
Greets.
On 29 jul, 12:03, Massimo Di Pierro <
massimo.dipie...@gmail.com>
wrote:
> This is a good idea. Let me give this some thought.
>
> On Jul 28, 10:35 am, Álvaro J. Iradier <
airad...@gmail.com> wrote:
>
> > Couldn't it be implemented by calling a engine-dependent method like
> > sql_quote(name), which in other engines would by default return the
> > unquoted string, but return the quoted name in mysql andpostgres?
>
> > Greets.
>
> > On 27 jul, 22:16, Massimo Di Pierro <
massimo.dipie...@gmail.com>
> > wrote:
>
> > > Yes. The dal was rewritten to allow this. The reason it was never
> > > implemented fully is that I cannot find documentation about this for
> > > all supported db engines. Implementing this only for mysql and pgsql
> > > is a pain.
>
> > > On Jul 27, 2:34 pm, Álvaro J. Iradier <
airad...@gmail.com> wrote:
>
> > > > Hi,
>
> > > > migrating my application toPostgres, I've been hit by the "user"