Closed (fixed)
Project:
Node access product
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 19:27 UTC
Updated:
24 Jun 2012 at 05:49 UTC
There is an SQL error contained on line 993 when using the NOW() call.
VALUES (:nid, :vid, NOW(), :categories, :nodes, :view, :view_args)",
Comments
Comment #1
danielb commentedWhat is the SQL error? I don't see a problem. What kind of database are you running?
Comment #2
danielb commentedI suppose we could use REQUEST_TIME instead of NOW() anyway, if that's causing issues
Comment #3
danielb commentedI changed it to REQUEST_TIME
See how that goes for you. It's committed and will appear in the next dev snapshot.
If you're happy with that, I will make another release.
Comment #4
jasonkryst commentedI've been using SQLite as a database, I will test out your latest dev snapshot and let you know.
Comment #5
jasonkryst commentedThis issue is resolved. Thank you very much for your support!
Comment #6
danielb commentedsweet
Comment #7
danielb commentedIt seems making this change breaks the query for others.
Were you using sqlite or something?
Comment #8
danielb commented#1648668: PDOExeception : SQLSTATE[22007]