Fredrick Lackey - 255 - Jun 20, 2014

What db data types are generated for GUID fields while using OrmLite against Oracle and SqlLite?  I’m in a SqlServer only environment at the moment but need to account for Oracle and SqlLite.

Stephen Brannan:

For oracle is either RAW(16) (when CompactGuid param is set to true, default is false) or VARCHAR2(37). For SqlLite it’s CHAR(36).