berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Query: add copy_item() method. #89

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This change introduces a way to allow for copying an existing item/Row in the database, with the option to override that data via the $data parameter.

The goal of including this method as a low-level API is to reduce the amount of code necessary to support this action higher up in the application layer (global functions, etc...)

Fixes #88