-
I recently updated to `R 3.5.1` and when I try to connect to my existing database it causes R to crash.
I can create a new database without a problem:
```
require(DBI)
require(RMySQL)
require…
-
I request a package on termux GitHub, and installed it successfully.
then I followed the steps in https://cloud.tencent.com/developer/article/1054833
and failed at the step of $ monetdb start my-…
-
**Describe the bug**
This happens about 1 in 10 times I use a script that uses
`
COPY {n} OFFSET 2 RECORDS INTO "sys"."{table}" FROM '{absPath}' {using_delimitors}
`
to do a big (10M+ record…
-
An aggregate returns an error: `b with s and g must be aligned`.
**To Reproduce**
Restore the database from the attached [snapshot](https://github.com/MonetDB/MonetDB/files/13126671/mydb3_20231007…
-
### Describe the bug
if a query contains UDFs with large bodies, the result of explain includes the whole UDF source code in a single line, which is truncated after some length. While this is ok, aft…
-
```
What steps will reproduce the problem?
1. in your own plugin director: make && make install
skinkie@nemesis /mnt/dv/adt/handlerosm $ make
gcc -O2 -I/opt/cherokee/include/MonetDB/mapilib -L/opt/ch…
-
Hello,
Since the first version of monetdblite (monetdbe now), passing/fetching the date and time columns (in monetdbe or capi code for instance) is done using intermediary structures, instead of na…
-
**Is your feature request related to a problem? Please describe.**
Hello all,
ADBC is a database connection standard (like ODBC or JDBC) but specifically designed for columnar storage (so databa…
-
**Is your feature request related to a problem? Please describe.**
Given a floating point value range (say, between min(C) and max(C) value of a column C), the IMHO easiest(?) way to divide that rang…
-
MonetDBLite removed from CRAN - do some dependencies have check issues or something?