-
Updated
Jun 11, 2022 - TypeScript
mariadb
Here are 2,600 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 9, 2022 - Go
-
Updated
Jun 1, 2022 - Java
Hi, I'm sure this is probably some configuration error on my end, but am not sure what to do.
I have my project compiling perfectly on my local machine with the compile-time query checks, but when I deploy it to my server I start getting these errors:
error: error occurred while decoding column 0: mismatched types; Rust type `sqlx_core::types::json::Json<[sqlx_core::postgres::connection
Describe the bug
To Reproduce
Steps to reproduce the behavior:
- Change the row action link to appear on the right side of the table (from the settings UI)
- Select a table and go to "Browse". For example this one

-
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 9, 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
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