Open an issue on google code I guess. You could join a app that will make it easier to reproduce the problem an the explanation required to reproduce.
Richard On Thu, Jun 13, 2013 at 1:00 PM, Arnon Marcus <[email protected]> wrote: > We've been dealing with issue for a long time now, with a working > workaround, but frankly, we sbouldn't bave to. It's actually a very basic > and common use-case, so I am surprised nobody brought it up before... > > The issue is with migration when changing constraints on fields. It fails > silently. The problem probably stems from the fact that postgres stores > identifiers in a lower-case format, and we are using mixed-case ones in the > db. When we change the fields to lower-case, it works, but then we have to > temporarilly fake-migrate it back to the original mixed-case. We do this > every time we want to change a constraint on any field. > > Any thoughts? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

