chore: add a TODO reminder for possible SQL injection!
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
use crate::*;
|
use crate::*;
|
||||||
|
|
||||||
|
// TODO: possible sql injection for attribute_id!!!
|
||||||
|
|
||||||
const BASE_SELECT: &str = r#"SELECT * FROM entity"#;
|
const BASE_SELECT: &str = r#"SELECT * FROM entity"#;
|
||||||
const INNER_JOIN_FRAGMENT: &str = r#"
|
const INNER_JOIN_FRAGMENT: &str = r#"
|
||||||
INNER JOIN attribute as attribute_{index}
|
INNER JOIN attribute as attribute_{index}
|
||||||
|
|||||||
Reference in New Issue
Block a user