The prepareSql function quotes any word not in SQL_KEYWORDS as an identifier. Since AT and ZONE were missing from the set, the expression (NOW() AT TIME ZONE 'UTC') was mangled into (NOW() "AT" TIME "ZONE" 'UTC'), causing INSERT failures on PostgreSQL. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>