We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacdecf commit f988acfCopy full SHA for f988acf
1 file changed
tests/system/Database/Live/InsertTest.php
@@ -33,7 +33,7 @@ public function testInsertNoEscape()
33
'name' => '1',
34
'description' => $this->db->DBDriver === 'SQLite3'
35
? "date({$timestamp}, 'unixepoch', 'localtime')"
36
- : 'DATE()',
+ : 'current_date()',
37
];
38
39
$this->db->table('job')->insert($job_data, false);
@@ -78,7 +78,7 @@ public function testInsertBatchNoEscape()
78
79
80
81
82
],
83
84
0 commit comments