Skip to content

Instantly share code, notes, and snippets.

@murraycs
Created September 29, 2011 22:17
Show Gist options
  • Save murraycs/1252096 to your computer and use it in GitHub Desktop.
Save murraycs/1252096 to your computer and use it in GitHub Desktop.
Rake error
PGError: ERROR: invalid input syntax for type timestamp: "nil"
: INSERT INTO "messages" ("created_at", "body", "updated_at", "subject", "recipient_id", "id", "read_at", "sender_id", "sender_deleted", "recipient_deleted") VALUES (E'2011-09-27 22:17:13', E'Test body', E'2011-09-27 22:17:13', E'Test message', 3, 2, E'nil', 6, 'f', 't')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment