Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Row filtering #167

Open
g105b opened this issue Aug 21, 2019 · 0 comments
Open

Automatic Row filtering #167

g105b opened this issue Aug 21, 2019 · 0 comments
Labels

Comments

@g105b
Copy link
Member

g105b commented Aug 21, 2019

On the Row constructor, a set of FILTER_* constants can be passed in. Becauase we never construct a Row object manually ourselves, we can set the default filters on the database object, which can itself have default variables set in the config.default.ini.

This would allow some basic filtering to take place by default, such as removal of null bytes or hidden characters.

An introduction of getRaw() function can be used to retrieve an original column value before filtering.

@g105b g105b added this to the v3 milestone Aug 21, 2019
@g105b g105b added the feature label Aug 21, 2019
@g105b g105b removed this from the v3 milestone Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant