Update sqlitemixedcase

This commit is contained in:
Alexandre ZANNI 2018-11-22 04:24:40 +01:00 committed by GitHub
parent c88288cb6f
commit 7e7b6c37af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ def tamper(payload, **kwargs):
"""
Replaces each SQLite keyword and core functions character with mixed case value (e.g. SELECT -> SeLeCt)
Requirement:
* SQLite
Tested against:
* SQLite 3