Skip to content
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

Instabilities with MonetDBe #10

Open
gdegentile opened this issue Feb 26, 2023 · 0 comments
Open

Instabilities with MonetDBe #10

gdegentile opened this issue Feb 26, 2023 · 0 comments

Comments

@gdegentile
Copy link

Hello Bernardo,

On a regular basis I try to evaluate MonetDBe, but unfortunately there hasn't been many activities on this lib.
(MonetDB Lite for Java is still more stable than MonetDBe)

I am using SQL Workbench to test the lib monetdbe-java-1.11-SNAPSHOT-windows.jar

-- step 1: OK
create table table3 (m_col1 STRING, m_col2 STRING)

-- step 2: OK
select * from table3

-- step 3: crash
COPY OFFSET 2 INTO table3 FROM 'D:/Temp/data3.csv' DELIMITERS ';','\n','"'

Hope this test could help to improve this lib.

Best regards,
Guillaume

data3.csv
hs_err_pid15844.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant