Skip to content
#

mariadb

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

nocodb
WeT-Klb
WeT-Klb commented Jun 16, 2022

Node: v12.22.12
Arch: x64
Platform: linux (QNAP TS-251)
Docker: true
Database: mysql2
ProjectOnRootDB: false
RootDB: mysql2
PackageVersion: 0.91.10
DataBase Version: MariaDB 10.5.8

Steps To Reproduce

  1. In table "Arztadressen" set pictures of doctors
  2. Create link from "Impfbuch Werner" to "Arztadressen"
  3. Set column in table "Impfbuch Wern
Good First Issue
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
chandrevdw31
chandrevdw31 commented Jun 6, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Local Databases require to run a Ngrok tunnel to establish a connection when integrating databases to MindsDB

Describe the solution you'd like.

Include a description of using Ngrok Tunnel for local databases in the SQL API/CREATE/DATABASE do

help wanted good first issue documentation
basbossink-ds
basbossink-ds commented Jun 30, 2022

While network maintenance was being performed the following error popped-up:

 thread 'main' panicked at 
'called `Option::unwrap()` on a `None` value': 
...../sqlx-core-0.5.13/src/postgres/listener.rs:165

Unfortunately I was unable to reproduce this issue in a lab environment. Looking at the code however, I would imagine the culprit is:
https://github.com/launchbadge/sqlx/blob/bd40c

bug good first issue db:postgres E-easy
Draghmar
Draghmar commented Jun 27, 2022

Describe the bug

After updating to 5.2 I've noticed that phpMyAdmin stopped remembering how tables were sorted when navigating. I didn't find any other report about that so I'm guessing it's something related to my setup somehow. I tested this on two different setups and two different browsers. I don't get any errors in UI and in browser's console.
What can possibly produce this issue? Som

bug help wanted good first issue
MaceWindu
MaceWindu commented May 31, 2022

QueryProc case is more tricky. It calls ExecuteReader[Async] and main issue here is that output parameters (at least for SQL Server, cannot tell about other providers right now, but probably the same) available only after all data consumed from reader. E.g. this is the reason why we generate ToList calls in scaffolded context for procedures with output parameters.

I don't see currently ho

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