seyyed / scalaris

Automatically exported from code.google.com/p/scalaris
Apache License 2.0
0 stars 0 forks source link

Patch: allow plug-in db modules #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This patch implements what was discussed on erlang-questions in regards to
allowing plug-in db modules to replace cs_db_otp. It adds a header file,
database.hrl, which defines the constant DB, defaulting to cs_db_otp.
Wherever cs_db_otp was referenced throughout the application, it has been
replaced by ?DB.

Original issue reported on code.google.com by jpelle...@gmail.com on 28 Jul 2008 at 10:20

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, but the patch seems not to contain the additional/new files, like 
database.hrl.

Original comment by schin...@gmail.com on 29 Jul 2008 at 10:06

GoogleCodeExporter commented 8 years ago
Sorry about the incomplete patch. This one includes database.hrl (I forgot to 
svn add
it before generating the last patch).

Original comment by jpelle...@gmail.com on 29 Jul 2008 at 2:07

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks Jason, I applied your patch in revision #17

Original comment by schu...@gmail.com on 29 Jul 2008 at 2:26