View Single Post
  #3 (permalink)  
Old 09-28-2005, 06:33 PM
dkarp dkarp is offline
Zimbra Employee
 
Posts: 1,434
Default MySQL-isms

The databse code is, by and large, found in com.zimbra.cs.db. There are a few MySQL-isms in there that may cause problems when you try to port to a different database: a few uses of GROUP_CONCAT (maybe done via a user-defined aggregate?), a couple calls to LAST_INSERT_ID, etc. But, in general, it should just be portable vanilla SQL.
Reply With Quote