-
Updated
Sep 6, 2021 - TypeScript
mariadb
Here are 2,077 public repositories matching this topic...
-
Updated
Sep 6, 2021 - Vue
Bug description
When you run npx prisma init
everything executes without problems but the .gitignore
file is being overwritten with the following content mentioned in Issue #3400
How to reproduce
- Create an empty
npm
project - Create and add some contents to
.gitignore
- Run
npx prisma init
- Open the
.gitignore
file and notice it was overwritten
Expected beha
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
-
Updated
Sep 6, 2021 - Go
-
Updated
Sep 6, 2021 - Java
Copy table name
Hi,
It used to be easy to copy the table name, by selecting the name from here:
However, now every time I attempt to select the table name there, it does reverse selection, or copies the whole line:
 & Version:
Database Vendor & Version:
PostgreSQL: 12.X (occurs on all supported versions)
Operating System Type & Version:
MacOS 11.4 (20F71), but will occur on all supported OSs
Description
A clear and concis
-
Updated
Sep 6, 2021 - Python
During migration of old sync code to async discovered that we don't have async versions of some API.
-
Updated
Jul 6, 2021 - Shell
-
Updated
Sep 6, 2021 - C#
-
Updated
Sep 6, 2021 - Python
-
Updated
Sep 5, 2021 - Go
-
Updated
Sep 6, 2021 - Go
-
Updated
Aug 25, 2021 - C#
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."
Issue Description
What are you doing?
I am trying to strongly type my application using Typescript and Sequelize. I have noticed th