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

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