From: Eduardo E. <eel...@na...> - 2004-05-10 21:50:29
|
Hi All, I have some basic audit fields in my tables, that I used to update in my rudimentary ORM superclass. I've seen in the FAQ/docs that SQLObject classes are not meant to be subclassed, so I was thinking that may be there is some event that I can hook into, but this related post (news://news.gmane.org:119/1080605589.21688.13.camel@gandalf) received no answer. That only leaves me the option to find the method where sql statements are passed to the db driver and intercept/modify this statements. Is this feasible? If so, where should I look? TIA. Ed. |