You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database I'm working with has several columns set as number in Oracle. This utility creates the fields as integer in sqlite. It works if I remove the two fields that are number fields from my query. Otherwise it runs up until it encounters a noninteger number and then errors out with "Error binding parameter 64 - probably unsupported type"
Additionally, I'm currently only including 6 fields in my select query, I don't know why it has 64 or more parameters.
The text was updated successfully, but these errors were encountered:
I don't have access to Oracle for testing I'm afraid - leaving this open in the hope that an Oracle/SQLAlchemy expert can figure out what's going on here.
The database I'm working with has several columns set as number in Oracle. This utility creates the fields as integer in sqlite. It works if I remove the two fields that are number fields from my query. Otherwise it runs up until it encounters a noninteger number and then errors out with "Error binding parameter 64 - probably unsupported type"
Additionally, I'm currently only including 6 fields in my select query, I don't know why it has 64 or more parameters.
The text was updated successfully, but these errors were encountered: