Commit d69d0185d147a435e2851b1d9f38dddc838959f9

Vicent Marti 2011-04-04T13:05:20

Add a fake wstream to the ODB Streaming writes will no longer fail when writing to a backend that doesn't support streaming writes but supports direct ones. Now we create a fake stream on memory and then write it as a single block using the backend `write` callback.