berlindb / core

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

Issue/97 - Query: remove stripslashes() in ::validate_item() #99

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This change removes the forced stripping of slashes on string content columns before saving them to the database.

Based on developer feedback, the consensus is that this decision belongs higher up in the application stack, and not in a low-level database API.

Fixes #97.