-
Updated
Jul 6, 2022 - TypeScript
mariadb
Here are 2,646 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:
` 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
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
-
Updated
Jul 4, 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
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
-
Updated
Jun 30, 2022 - Shell
-
Updated
Jun 27, 2022 - C#
-
Updated
Jul 4, 2022 - Go
-
Updated
Jul 6, 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."
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