From: Alessio B. <al...@se...> - 2001-03-28 21:02:15
|
Brian Aker: > How many cases of the LAST_INSERT_ID's are you finding? A quick grep found just 3 of them. > It might be easier to just wrap this call in a method and have each > module make its own call. Maybe. What I'd like to see wrapped in a method is (UN)LOCK TABLES: a generic method that on MySql really locks and on PostgreSQL and Oracle just does a No-op. :-) This would be better than copying the whole subroutine. -- Alessio F. Bragadini al...@se... http://www.citinv.it |