-
Updated
Aug 23, 2021 - TypeScript
mariadb
Here are 2,054 public repositories matching this topic...
-
Updated
Aug 23, 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
Aug 21, 2021 - Go
-
Updated
Aug 19, 2021 - Java
Describe the bug
in a database, clicking on SQL , there is no ability to right click copy/paste clipboard stuff
To Reproduce
Steps to reproduce the behavior:
- Go to '...' any database
- Click on '....' SQL
- try paste into or copy content from right click
Expected behavior
copy to and paste from
Server configuration
- Operating system: linux slackware 14
Not a big deal since I usually have DATABASE_URL
in .env
anyways, but I just noticed in a new project before creating .env
that sqlx mig add init
failed with
error: The DATABASE_URL environment variable must be set
Which there doesn't seem to be a good reason for.
-
Updated
Aug 23, 2021 - Python
-
Updated
Jul 13, 2021 - PHP
Environment
Liquibase Version:
4.1.0
Also latest master
Liquibase Integration & Version:
gradle, unknown version
Liquibase Extension(s) & 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
Aug 23, 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
Aug 21, 2021 - C#
-
Updated
Aug 16, 2021 - Python
-
Updated
Jul 20, 2021 - Go
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 13, 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