-
Updated
Jul 31, 2021 - TypeScript
mariadb
Here are 2,030 public repositories matching this topic...
-
Updated
Aug 1, 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
Jul 31, 2021 - Go
-
Updated
Jul 30, 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
Is it possible for sqlx to have an impl of Decode
for Cow<'_, str>
(with implementation delegation to str
, similar to what String
is doing)?
-
Updated
Jul 31, 2021 - Python
-
Updated
Jul 13, 2021 - PHP
Liquibase updateSQL command doesn't generate query for DropAllForeignKeyConstraints change type
Environment
Liquibase Version: 4.3.5
Liquibase Integration & Version: CLI, Liquibase test-harness v1.0.1
Liquibase Extension(s) & Version: na
Database Vendor & Version: any
Operating System Type & Version: Windows 10
Description
Liqu
-
Updated
Aug 1, 2021 - Python
Currently SAP HANA provider not configured to support CTE.
We should enable it for SAP HANA provider (including enabling of existing CTE tests for sap hana. also makes sense to check if tests enabled for informix)
-
Updated
Jul 6, 2021 - Shell
-
Updated
Jul 25, 2021 - C#
-
Updated
Jul 26, 2021 - Python
-
Updated
Jul 20, 2021 - Go
-
Updated
Aug 1, 2021 - Go
-
Updated
Jul 28, 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