You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pytho...@googlegroups.com
I like your library so for. Is very low level which is what I was looking for. However I ran into a problem. I want to construct a update query where I am setting the selected values to the SQL command "CURRENT_TIMESTAMP" and I can't seem to get it to work. I poke around in the source a little and tried the Literal class but none of those seemed to work. I was hoping you could tell me what I am missing. The query below is an example of what I am trying to create. I am using the library in the qmark mode as at the moment all my queries are feeding to the python sqlite3 module.
update main set test_column = CURRENT_TIMESTAMP
Cédric Krier
unread,
Aug 17, 2014, 1:01:56 PM8/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message