From 951e11182d326acaf03f50361719579414fda0bc Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 20 Feb 2022 20:49:37 +0100 Subject: [PATCH] Readme: remove todos (#317) --- 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