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
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
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
The text was updated successfully, but these errors were encountered: