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
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
when I execute monetdblite.sql(“copy into tablename from
'filename.bat.bz2' using delimiters '\x03' ”),got an error :
SQL Query Failed: IOException:sql.copy_from:42000!Cannot open file 'filename.bat.bz2':No such file or directory
But with flat text filename.bat,it worked quiet right.
The text was updated successfully, but these errors were encountered:
I can confirm the issue you are reporting here for GNU/Linux as well. I am not sure what the correct behavior should be. In MonetDB Aug2018, which is the version the upstream is based on, this works correctly. I will investigate further and get back to you.
when I execute monetdblite.sql(“copy into tablename from
'filename.bat.bz2' using delimiters '\x03' ”),got an error :
SQL Query Failed: IOException:sql.copy_from:42000!Cannot open file 'filename.bat.bz2':No such file or directory
But with flat text filename.bat,it worked quiet right.
The text was updated successfully, but these errors were encountered: