I am trying to save an array of dates. I am providing a list of date objects, yet psycopg2 is throwing the above error.
Any thoughts on how I can work around this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a PostgreSQL error: you need an explicit cast. Add
::date[]after the value or the placeholder.