Skip to content

Commit

Permalink
Add Sqlite blind fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
ron190 committed Jul 15, 2024
1 parent 6911976 commit 1c5491d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions model/src/main/resources/vendor/sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ strategy:
- SQLite
orderByErrorMessage:
- ORDER BY term out of range - should be between
vendorSpecific: case when ${test} then 'a' else 'b' end=printf('a')

normal:
indices: union select ${indices}
Expand Down
2 changes: 1 addition & 1 deletion model/src/main/resources/vendor/sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ strategy:
- SQL Server
orderByErrorMessage:
- The ORDER BY position number 1337 is out of range of the number of items in the select list
vendorSpecific: iif(${test}, 'a', 'b')='a'
vendorSpecific: iif(${test}, @@version, 'b')=@@version

normal:
indices: union select ${indices}
Expand Down

0 comments on commit 1c5491d

Please sign in to comment.