Speaking of which there's still database-driven form validation in the
onTap framework that uses the DataFaucet plugin. But it's not based on
the active-record objects it's just table-to-form.
--
[ ike ] founder - DataFaucet ORM
phone: 781.769.0723
Did my earlier reply make it to the list?
I started adding some code for a schema exporter to handle migrating db
schema from one database to another (or upgrading a schema to a new
version) the way that DataMgr does and at the same time started working
on a simple validator for the active record objects also. It shouldn't
take long to finish, although it won't be horribly robust, it'll just be
"are these values valid for these columns?" I tend not to perform data
validation unless I'm receiving data from a user, which is why my data
validation tends to be form-centric.
Right. Just not something I've done much of yet. :)