Skip to content
#

mariadb

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

nocodb
systemctls
systemctls commented Jul 18, 2022

Please enter the following details

Node: v12.22.12
Arch: x64
Platform: linux
Docker: true
Database: mysql2
ProjectOnRootDB: false
RootDB: mysql2
PackageVersion: 0.92.4

Steps To Reproduce

  1. Go to tables
  2. Click on right button ‘Get API Snippet’
  3. URL in the generated fragment (url or baseURL or CURLOPT_URL)is http,but my website is https
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
EZFRICA
EZFRICA commented Jul 1, 2022

Is there an existing integration?

  • I have searched the existing integrations.

Use Case

This will allow to host the software on a serverless and stateless service. This will facilitate scaling because no critical data will be on the disk of the system running the application.

Motivation

Allow users to save resources and money.

Implementation

No response

Anything e

enhancement help wanted good first issue integration
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
ChrisHSandN
ChrisHSandN commented Jul 11, 2022

Describe the bug

If the end of an SQL statement is a comment, PHPMyAdmin will repeatedly inject a semicolon onto the end each time it is edited.

To Reproduce

Steps to reproduce the behavior:

  1. Go to for latest demo server https://www.phpmyadmin.net/try/ and use MariaDB
  2. Click on SQL
  3. Enter SELECT 1 -- foobar
  4. Press Run
  5. Press "Edit" then "Run" again
  6. SQL is now
enhancement 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