From 49f1e39c6e55c4a134ce39db87a8b58036b12ca6 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 20 Feb 2022 20:48:02 +0100 Subject: [PATCH] Readme: remove todos --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 348c94b07..279a4fa40 100644 --- a/README.md +++ b/README.md @@ -186,9 +186,3 @@ services: ``` __the callable format is `funtionName#parameterIndex`, while the parameter-index defines the position of the query-string argument.__ - -## Todos - -- support a PDO based `QueryReflector` -- security rule: detect possible sql injections -- performance rule: detect queries not using indexes