You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: