Posts by Erikson Souza • 27 points
5 posts
-
0
votes1
answer45
viewsQ: Updating a JSON-like column in Postgres with Python and Psychopg2
When trying to run an update like the below in postgres via psycopg2 of Python is giving the error: psycopg2.Programmingerror: can’t Adapt type 'Dict' I’m trying to run a code like this:…
-
0
votes2
answers150
viewsQ: Select with IN operator in array column in Postgres
Good evening, everyone! I have a column (ids_authors) which is an array of integers in a Postgres table. I am trying to make a select with the IN operator in this column, but it is giving error. I…
-
1
votes2
answers658
viewsQ: How to insert an array in a column of the Postgres array type with Laravel/Eloquent?
I have a column like Postgres array and I’m trying to insert an array into it with Eloquent, only it’s giving me a wrong saying that the column is badly formed. My model is like this: class Leituras…
-
1
votes1
answer105
viewsQ: Poorly formatted XML
I’m trying to read some XML files with the Element Tree of Python, but one of them, when I will do the parser give me that mistake: xml.etree.Elementtree.Parseerror: not well-Formed (invalid token)…
-
0
votes1
answer133
viewsQ: Navbar stops working when you have an iframe on the page
I’m using Bootstrap 2.3, I have one navbar that always worked well, but after I started using a iframe on one page, my navbar stopped working, it keeps being displayed normally, but its links…
twitter-bootstrapasked Erikson Souza 27