Hi, who is working on the PostgreSQL adaptor for Webware?
I would like to follow. Consider the following items and give your opinions: * there's no unsigned type. Should be create a new type, or leave it as bigint. (Anyway it will be big enough.) * there's no enum type. I still don't know how to build it. With strings should be enough, or including numbers, or should it also consider date type or others? * Should we use varchar(n) or better text? should we use char(x) for fixed sized strings? * later, we should consider the creation of inherited tables because it reduces maintenance. So the other database adaptors should create the field list recursively (perhaps it does it yet, I still didn't see that part) but Postgres should not. Erny _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss