johnf schrieb: > Setting the retrieveal of the system fields to false may not be the best. > There are plenty of 7.4 coders that depend on those fields. I don't but when > I googled 7.4 code I still see it as a requirement. When I added schema's I > set the system tables to False and I can't recall anyone actually saying > anything. Maybe we do it and wait for any complaints.
Yes, I don't think anybody wants to use system fields such as "xmin" or "xmax" (transaction ids) as a data field in a form. The only field that was sometimes used is "oid", and I do not hide this, even with includeSystemFields=False. And you can still add system fields manually. > We are not going to drop 7.4. The Postgres guys are still supporting the > version with updates. What about setting up a bracket around 7.4 stuff? Ok, currently there is no real issue with 7.4 anyway. I have just tested dabo on Pg 7.3, and even that worked (after declaring create_series). -- Christoph _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
