Replies: 3 comments 2 replies
-
It seems like this is an issue with SqlAlchemy and stored procedures. |
Beta Was this translation helpful? Give feedback.
-
Actually, disregard that. |
Beta Was this translation helpful? Give feedback.
-
@kiranzo Could you please provide code example so I can reproduce this issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Long story short - I'm getting this when trying to paginate my query
sqlalchemy.exc.NoSuchColumnError: Could not locate column in row for column 'count(*)'
It's a simple query that only has WHERE and ORDER BY, and the query doesn't seem to be paginated, it only throws an error.
Please tell me - does this library support from_statement, or should I do it manually for this particular method?
P.S. The query in question uses a function from Epam Bingo data cartridge, so I'm not sure which library causes this.
UPD: Bingo support says it's likely on pagination part.
Beta Was this translation helpful? Give feedback.
All reactions