-
Updated
Jun 4, 2022 - TypeScript
mariadb
Here are 2,584 public repositories matching this topic...
If I create any model with
charset: 'utf8mb4', collate: 'utf8mb4_general_ci'
sequelize translates it to this for mysql
CREATE TABLE IF NOT EXISTS
tablename ... ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE utf8mb4_general_ci;
On stepping through the code, it seems that the issu
Bug description
On windows, I run prisma format
and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:

-
Updated
Jun 2, 2022 - PHP
Filtering using name + schema
or regex + schema
option currently fails with 'name' or 'regex' property required
error.
As workaround remove schema filter.
E.g. failing filter:
{
"schema": {
"exclude-tables": [
{
"regex": "temp_table_.*",
"schema": "dbo"
}
]
}
}
Workaround:
`
-
Updated
Jun 1, 2022 - Shell
-
Updated
Jun 3, 2022 - C#
I currently need to connect to a Cloudera Impala instance in order to make queries and analyses.
It would be nice to be able to integrate this type of connection in DataStation.
I think it might require some sort of use of the Impala ODBC Connector / Driver.
Thanks!
-
Updated
May 29, 2022 - Go
-
Updated
Jun 4, 2022 - Go
Improve this page
Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."
NocoDB used as docker: true
NocoDB version: 0.84.15
Database used in NC_DB URL: mysql
Project was created by clicking : New Project by connecting to external database
Database on which spreadsheet is created : mysql
OS on which NocoDB is running: linux (using the official NocoDB image)
Node.js version if running as node: v12.22.10 (from official image)
Database version : *bo