dreamfactorysoftware / df-aws

The DreamFactory AWS services and resources package.
Apache License 2.0
2 stars 5 forks source link

Invalid argument supplied for foreach() #2

Open railscard opened 6 years ago

railscard commented 6 years ago

Hi! I have a problem with simple redshift query with Dreamfactory. The error is:

{
  "error": {
    "code": 500,
    "context": null,
    "message": "Failed to retrieve records from 'user'.\nInvalid argument supplied for foreach()",
    "status_code": 500
  }
}

It appears only with Amazon Redshift driver, a query with the similar table in Postgres works fine. Although the problem was solved after switching to the postgresql driver, I think it is necessary to open an issue :)

repjere commented 10 months ago

Any updates on this? Just hit it with dreamfactory and redshift again.