This is a great little extension--it's already saved me a bunch of time, in just the past day.
I'd like to extend the package a bit to handle timestamps a little differently. CE automagically takes care of timestamp fields in the database. That's nice, but if I have 2 timestamp fields in a table, the second one never gets touched.
Here's what I want to do: track a create time stamp and an update time stamp. I don't want the user to see either of the fields, but I need access to them. The create time stamp (and update time stamp) will get set when CE adds a new record to the database. Only the update time stamp will get modified when CE edits the record.
Can you point me to the code where I should be starting? I can't find any references to timestamp fields in the code (with a few quick grep's). Perhaps you're just letting the SQL server deal with them?