The following is the exception
Caused by: org.skife.jdbi.v2.exceptions.CallbackFailedException: org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: java.sql.SQLException: [Amazon](500310) Invalid operation: syntax error at or near ":"; [statement:"UNLOAD ('select CreditCardCity from PaymentMethod paymentmethod where paymentmethod.UPDATEDDATE < :p0') to 's3://location/test/' WITH credentials AS 'aws_access_key_id=XXXX;aws_secret_access_key=XXXX' manifest gzip ESCAPE ALLOWOVERWRITE parallel off ", located:"UNLOAD ('select CreditCardCity from PaymentMethod paymentmethod where paymentmethod.UPDATEDDATE < :p0') to 's3://location/test/' WITH credentials AS 'aws_access_key_id=XXXX;aws_secret_access_key=XXXX' manifest gzip ESCAPE ALLOWOVERWRITE parallel off ", rewritten:"UNLOAD ('select CreditCardCity from PaymentMethod paymentmethod where paymentmethod.UPDATEDDATE < :p0') to 's3://location/test/' WITH credentials AS 'aws_access_key_id=XXXX;aws_secret_access_key=XXXX' manifest gzip ESCAPE ALLOWOVERWRITE parallel off ", arguments:{ positional:{}, named:{p0:2015-12-24 15:29:15.0}, finder:[]}]
at org.skife.jdbi.v2.DBI.withHandle(DBI.java:284)
... 20 more
Caused by: org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: java.sql.SQLException: [Amazon](500310) Invalid operation: syntax error at or near ":"; [statement:"UNLOAD ('select CreditCardCity from PaymentMethod paymentmethod where paymentmethod.UPDATEDDATE < :p0') to 's3://location/test/' WITH credentials AS 'aws_access_key_id=XXXX;aws_secret_access_key=XXXX' manifest gzip ESCAPE ALLOWOVERWRITE parallel off ", located:"UNLOAD ('select CreditCardCity from PaymentMethod paymentmethod where paymentmethod.UPDATEDDATE < :p0') to 's3://location/test/' WITH credentials AS 'aws_access_key_id=XXXX;aws_secret_access_key=XXXX' manifest gzip ESCAPE ALLOWOVERWRITE parallel off ", rewritten:"UNLOAD ('select CreditCardCity from PaymentMethod paymentmethod where paymentmethod.UPDATEDDATE < :p0') to 's3://location/test/' WITH credentials AS 'aws_access_key_id=XXXX;aws_secret_access_key=XXXX' manifest gzip ESCAPE ALLOWOVERWRITE parallel off ", arguments:{ positional:{}, named:{p0:2015-12-24 15:29:15.0}, finder:[]}]
at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1334)
at org.skife.jdbi.v2.Query.fold(Query.java:173)
at org.skife.jdbi.v2.Query.list(Query.java:82)
at org.skife.jdbi.v2.Query.list(Query.java:75)
You received this message because you are subscribed to a topic in the Google Groups "jDBI" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jdbi/MSNk8Km7pho/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jdbi+uns...@googlegroups.com.