Changes To the Source Code. -------------------------- If you change the source code, please annotate your amendments following the format below and include this file with your submissions. 05AUG96 Sotiris Vassilopoulos * In dbf2sql.c, used a basename type implementation to filter table name correctly from argv[1] 22JUL96 Andrew Whaley * Corrected bug in defgen when searching for duplicate records * ditto for foreign keys 21JUL96 Xavier Llamas Rolland * Corrected problem with mixed case names in table fields. * Added a couple of PG95 types (int4, text, abstime). * In the find function I decided that the summary fields should be used for searching criteria. * Corrected problem that prevented an empty search (that would list all records) * Changed the recnum implementation to generate unique recors to use PG95's oid. This for several reasons: PG95's oid is an unique record identifier. It is faster to find a record through it's oid. Existing tables would require to be modified and the recnum generated. Not all tables require an autoincrementing key and the ones that do can be coded by hand. (Perhaps the best solution would be to have a field attribute that would cause AppGEN to generate the autoincrementing code for the field). The only problem with this approach is that AppGEN can not be used with PG95 views; but this is a problem with PG95 that dosn't allow oid's to be included in them. 18JUL96 Andrew Whaley * Corrected syntax error in pim.app that causes a runtime error in the contacts module. 11JUL96 Andrew Whaley * AppGEN 0.2 Alpha released.