by jorgegv
Autotabla is a CGI web interface to your programs SQL tables. Just provide an XML description of your schema, and you'll be able to create/modify/delete records. HTML output fully customizable through CSS. Database independence through Perl/DBI.
- A script for automatic trigger generation for serial number fields in Oracle databases was added. - Fixed several bugs which made the program not work with Perl versions < 5.6 (5.003).
- Functionality was added so that a text field could be edited in a HTML one-line field or a HTML textarea field, on choice. - A new framework was put in place so that field options could be passed on to HTML generating functions.
Support for automatic serial number generation in fields marked as such (as those of type "auto_increment" in MySQL) has been added, and a general mechanism has been provided to get it working with other databases.
- It was not written anywhere in the docs, but primary key fields coud not be modified directly from the web interface. Now they can. - Minor bugs were fixed, regarding this new functionality.
General source code reorganization. Now functions and variables are grouped together in files, classified by their purpose. No new functionality has been added.
- Fixed default parameter handling in foreign key dropdown boxes, where the foreign key was of type string instead of a numeric one. Comparison was not done correctly.
Fixed serious bug in handling default or existing values in queries/modifications. Introduced when enhancing Foreign Key support.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use