I think there is a problem with forward-referenced tables, at least when using Postgres.
I tried the trunk release on Postgres today (for the first time) and noticed that it would not take any tables defined with forward references (using Field 'xxx' 'reference yyy' syntax). If I moved the tables around until there were no forward references it worked fine. It also worked fine when I was using sqlite before switching to Postgres, but the tables had already been defined so I'm not sure that was a valid test. I was not sure this had anything to do with the version in trunk until I came home tonight and tried the same experiment on the current release. Forward references worked just fine on version 2.2.1 with Postgres and Sqlite. -- Joe B. On Monday, December 3, 2012 2:39:15 PM UTC-8, Massimo Di Pierro wrote: > > Please check the nightly build. I would like to release 2.3.1 asap, later > this week. > > Massimo > --

