Skip to content
#

mariadb

Here are 2,584 public repositories matching this topic...

nocodb
stantonius
stantonius commented Apr 2, 2022

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

Good First Issue For: Community
rohitsud
rohitsud commented May 18, 2020

https://github.com/sequelize/sequelize/blob/8a1429d6044123bba3a3f312b2e0c74b0c829990/lib/model.js#L1271

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

type: bug good first issue
prisma
binary64
binary64 commented Aug 2, 2021

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

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

bug/1-unconfirmed kind/bug topic: windows tech/typescript
ZoranPandovski
ZoranPandovski commented Jun 3, 2022

The images for the Determining Body Fat Percentage tutorial are not loaded correctly. The correct path should be added.

Steps 🕵️‍♂️ 🕵️‍♀️

![uploadfile](/assets/tutorials/bodyfat/upload_f
Bug help wanted good first issue documentation
Kruptein
Kruptein commented Feb 6, 2021

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
good first issue db:postgres macros E-easy
liviuconcioiu
liviuconcioiu commented Jun 1, 2022

Describe the bug

Monitor charts are bigger on rtl than on ltr

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://demo.phpmyadmin.net/QA_5_2/index.php?route=/
  2. Select a language with rtl writing
  3. Go to [https://demo.phpmyadmin.net/QA_5_2/index.php?route=/server/status/monitor](https://demo.phpmyadmin.net/QA_
bug ui good first issue has-pr
shoyip
shoyip commented Jun 1, 2022

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!

good first issue

Improve this page

Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."

Learn more