-
Hi team,
I have installed Dremio version 24.3.2. While attempting to connect to my SingleStore DB using the SingleStore Data source, I am encountering a "500 - Request failed" error. However, I am…
-
## What you are doing?
The table schema for the SequelizeMeta table is in conflict with the memsql/SingleStore dbms. The problematic query is the following table create:
```sql
CREATE TABLE IF N…
-
Although advertised as MySql compatible, there are several gotchas and missing features from the typical Eloquent + MySql experience. These should be outlined in the docs somewhere.
An obvious one…
-
It would be nice to have SingleStore added as a supported database. (Free range - not as a Docker image.)
-
## General Question
-
Inserting emojis becomes ������ in JSON columns.
```sql
CREATE TABLE `test` (
`a` JSON COLLATE utf8mb4_unicode_ci,
`b` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
);
```
```ph…
-
Error in hub logs:
```
File "/home/setup/nearai/.venv/lib/python3.10/site-packages/pymysql/err.py", line 150, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.DataError: …
-
Hello,
In `singlestore.php` https://github.com/beaulebens/keyring/blob/master/includes/stores/singlestore.php#L5 it says to look at `multistore.php` for multisite install. However, I can't find that …
-
### Description
Expanding Users Tab in Dbeaver is throwing an unknown database `mysql` when connected to SingleStoreDB.
The issue is present on all the SingleStore JDBC Driver v1.1.6, 1.1.7, and 1…
-
Create a pipeline that integrates Retrieval-Augmented Generation (RAG) based on the LPI dataset, a vector database, and a Large Language Model (LLM).
- [ ] Use the vector database to provide the LLM …