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
Hi i'm have some issue with this adapter. Have you any idea what can cause this issues
I'm using the DSN to connect to Exasol and it successfully connected
in the rails console i can call my Company.count and i get the number of rows in the database but when i Company.where(company_id: 2222) i get this error
info:
rails 5
ruby 2.4.1
i'm user docker for development
ActiveRecord::StatementInvalid: ODBC::Error: S1000 (1) [EXASOL][EXASolution driver]Character set conversion error or output buffer to small: Invalid or incomplete multibyte or wide character column 5, cursor position 1, codepage ANSI_X3.4-1968.:
The text was updated successfully, but these errors were encountered:
Some ODBC drivers are dependent on the system's configured locale. When it's not configured, your system locale probably looks like this (use the locale command to check):
Hi i'm have some issue with this adapter. Have you any idea what can cause this issues
I'm using the DSN to connect to Exasol and it successfully connected
in the rails console i can call my Company.count and i get the number of rows in the database but when i Company.where(company_id: 2222) i get this error
info:
rails 5
ruby 2.4.1
i'm user docker for development
The text was updated successfully, but these errors were encountered: