internalfx/rethinkdb-regrid

Delete does not set deletedAt

Closed this issue · 2 comments

The spec mentions a deletedAt field but it's not being set by the delete() function.

@bchavez I have started setting the deletedAt date in master.

Are you currently doing that as well?

Hey @internalfx, thanks for the heads up.

Yeah, I've already been setting the deletedAt date in the C# driver:
https://github.com/bchavez/RethinkDb.Driver/blob/master/Source/RethinkDb.Driver.ReGrid/FileSystemMethods.cs#L186