chore: add a TODO reminder for possible SQL injection!

This commit is contained in:
2026-02-27 16:37:39 +01:00
parent b3ee2da12c
commit 32cf95a837

View File

@@ -1,5 +1,7 @@
use crate::*;
// TODO: possible sql injection for attribute_id!!!
const BASE_SELECT: &str = r#"SELECT * FROM entity"#;
const INNER_JOIN_FRAGMENT: &str = r#"
INNER JOIN attribute as attribute_{index}