nova-blog icon indicating copy to clipboard operation
nova-blog copied to clipboard

DB::raw('NOW()') causes issues with sqlite

Open JJCLane opened this issue 4 years ago • 0 comments
trafficstars

Due to the three uses of DB::raw('NOW()') within helpers.php, the site is unable to run using sqlite. Is there a specific reason these couldn't be replaced with now() instead?

JJCLane avatar Jan 30 '21 02:01 JJCLane