-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing a library with an error #1
Comments
Hi Evgeniy, I guess the temperature to insert is 67℃. I tried this too: |
I just thought of something that could be related: maybe the column you are inserting into is not wide enough because of the extra-bytes used by that special character's encoding. This is why Oracle RDBMS allows to specify the character semantics when defining a table's column (cf. NLS_LENGTH_SEMANTICS: either char or byte). |
Greetings, dear. I, like you, adore Gawk. The task is to work with the database (sqlite3). Found you) Compiled without errors, the library appeared. But when importing to Gawk, here is such an error. Can you recommend something? Thanks.
gawk: character search error: /usr/local/lib/gawk/odbc.so: undefined character: SQLAllocHandle
OS Devuan, kernel 6.0.6
GNU Awk 5.1.0, API: 3.0 (GNU MPFR 4.1.0, GNU MP 6.2.1)
The text was updated successfully, but these errors were encountered: