mariadb
Here are 2,676 public repositories matching this topic...
-
Updated
Jul 18, 2022 - TypeScript
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:
` 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
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:
- Go to for latest demo server https://www.phpmyadmin.net/try/ and use MariaDB
- Click on SQL
- Enter
SELECT 1 -- foobar
- Press Run
- Press "Edit" then "Run" again
- SQL is now
-
Updated
Jul 15, 2022 - Objective-C
These files when added magically but not part of git tracked files causes update failure.
reference: frappe/bench#1225
related: frappe/frappe#16616 (you'll find which function create this file in this PR)
-
Updated
Jun 20, 2022 - PHP
Issue to track new features for upcoming SQL Server 2022 release.
Currently there is no much new features we can support, mostly infrastructure tasks to support and test new dialect
- add new dialect and provider classes, enable testing
- add CI support (https://hub.docker.com/_/microsoft-mssql-server,
2022-latest
tag, linux image, https://hub.docker.com/r/cagrin/mssql-server-ltsc
-
Updated
Jun 30, 2022 - Shell
-
Updated
Jul 16, 2022 - C#
-
Updated
Jul 15, 2022 - Go
-
Updated
Jul 18, 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."
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