mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48:41 +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;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo: fix for injection
|
|
||||||
// todo: implement binding
|
|
||||||
|
|
||||||
return $this->valueQuotes . $value . $this->valueQuotes;
|
return $this->valueQuotes . $value . $this->valueQuotes;
|
||||||
} elseif (is_int($value)) {
|
} elseif (is_int($value)) {
|
||||||
return (string) $value;
|
return (string) $value;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user