Hello, I recently contacted Matt regarding SQL::Abstract and how to add support for two features which I *think* are MySQL specific:
1) REPLACE (more info: http://dev.mysql.com/doc/refman/6.0/en/replace.html) 2) UPDATE statements on multiple tables (more info: http://dev.mysql.com/doc/refman/6.0/en/update.html) Please correct me if I am wrong in thinking that these are MySQL specific - I have not really looking into other RDBMS's. He instructed me to bounce this off this list, so here I am. I am more than willing to do the work for these but I'm not sure what the correct way to proceed is. The options I could think of were: a) send patch for SQL::Abstract b) create new module which uses SQL::Abstract as a base class c) create a new module alltogether I certainly dont prefer c. and a. seems like a bad idea. Any ideas are more than welcome. thanks, Spiros
_______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
