mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-19 21:18:39 +00:00
Binding implemented in query builder
This commit is contained in:
parent
af85dc8531
commit
a3e1dc068c
|
|
@ -278,9 +278,6 @@ class Grammar extends GrammarAbstract
|
|||
return $value;
|
||||
}
|
||||
|
||||
// todo: fix for injection
|
||||
// todo: implement binding
|
||||
|
||||
return $this->valueQuotes . $value . $this->valueQuotes;
|
||||
} elseif (is_int($value)) {
|
||||
return (string) $value;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user