-
Updated
Apr 11, 2022 - TypeScript
mariadb
Here are 2,502 public repositories matching this topic...
-
Updated
Apr 11, 2022 - TypeScript
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:
 -> Result<Self, BoxDynError> {
// because this is private
match value.format() {
PgValueFormat::Binary => todo!(),
PgValueFormat::Text => todo!(),
}
}
}
-
Updated
Apr 10, 2022 - Objective-C
-
Updated
Apr 8, 2022 - PHP
For 2 reasons:
- It doesn't exist on postgres
- since innodb is the default this key shouldn't appear in doctype schema files
😄
Probable change in this function:
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.
public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c
-
Updated
Mar 27, 2022 - Shell
-
Updated
Feb 22, 2022 - C#
Unlike all the existing charts that graph a string (most likely) against a number, this graphs numbers on both axises. So in addition to the configuration changes needed for passing the right field to chartjs, the PR for this should also change the "preferred type" to "number" for the x axis when the chart type is scatter plot.
-
Updated
Apr 9, 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."
Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read: