-
Updated
Nov 28, 2021 - TypeScript
mariadb
Here are 2,198 public repositories matching this topic...
-
Updated
Nov 28, 2021 - Vue
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:
 unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
# create anI have trouble using (or understanding how to use) sqlx::Type. I have derived it for a wrapper around a String.
As far as I understand, this should implement Encode and Decode traits for the wrapper type and as a consequence I should be able to pass an instance of the wrapper type to query! macro, but I get an error stating that the drivers expects an &str instead of the wrapper type.
-
Updated
Nov 27, 2021 - Objective-C
-
Updated
Nov 7, 2021 - PHP
when u click on the notification bell icon ,, u can see all notifications in a list and when u click any notication the notificaiton list doesnt auto disappear then we have to manually click anywhere else on the screen for it to go away..
this gets worst when in mobile view.... as the notification pop up when clicked on bell icon take all space and one doesnt realise clicking the notifcaiotn h
Environment
Liquibase Version: 4.4.3
Liquibase Integration & Version: quarkus 2.3.0.Final
Liquibase Extension(s) & Version: liquibase-core only
Database Vendor & Version: MariaDB 10.6.4
Operating System Type & Version: Windows
-
Updated
Nov 2, 2021 - Shell
-
Updated
Nov 27, 2021 - C#
-
Updated
Nov 22, 2021 - Python
-
Updated
Nov 16, 2021 - Go
-
Updated
Nov 28, 2021 - Go
-
Updated
Nov 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."


Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read: