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 sqlalchemy
much thanks, Audrius
i ended up doing the following (last night) before i read this in the
morning.
1. s/sqlalchemy\.func\.current_timestamp/sql_now/g
2. def sql_now(): return sqlalchemy.sql.text("(CURRENT_TIMESTAMP AT
TIME ZONE 'UTC')")
i'm working on implementing your more-proper method now. i figured by
creating the sql_now function, i could quickly limit the amount of
future edits. it thankfully worked!