postgresql - Programming error while saving json data to django model using amazon redshift -


got following error while inserting data django model. storing json data after converting data string in amazon redshift postgresql

db.utils.programmingerror: syntax error @ or near "returning". 

i getting error because id primary key , autofield (created default django if don't specify primary key) , amazon redshift doesn't support it. still working on it. update answer once solved.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -