Hi, My preference would be to only have one blob store implementation for all databases. I don't mind if it's called SQLBlobStore or DBBlobStore. This one implementation could work with all kinds of databases. I know there are small differences, for example the data type name (BLOB for most but BYTEA for PostgreSQL and VARBINARY for MS SQL Server). But those few differences could be handled within the implementation itself, with a switch / case on the database type. The database type itself can be read once when initializing using DatabaseMetaData.
Regards, Thomas On 16/01/14 15:21, "KÖLL Claus" <[email protected]> wrote: >Hi Julian, > >Nice to hear that i'm not the only out there who has lost the overview :-) > >The DBBlobStore is a H2BlobStore or ? >I'm asking because I would like to see or implement a OracleBlobStore ... > >greets >claus
