Skip to content

Commit

Permalink
Missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
tophitter committed Jul 31, 2023
1 parent a2e3569 commit 940feb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Database Helper",
"minimum-stability": "stable",
"license": "MIT",
"version": "1.0.9",
"version": "1.0.10",
"authors": [
{
"name": "jason",
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Builder/SQL_DuplicateValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct($name = '', $CustomContent = null, $_sqlFunc = null)
/** @return string */
public function Output()
{
$out[] = "{$this->getName()} = ";
$out[] = "`{$this->getName()}` = ";
if($this->SqlFunction != null){
if($this->SqlFunction->is(SQL_FUNCTION::DATE_NOW)){
$func = 'Get' . SQL_FUNCTION::get($this->SqlFunction)->getName();
Expand Down

0 comments on commit 940feb1

Please sign in to comment.