-
Updated
Oct 22, 2021 - TypeScript
mariadb
Here are 2,139 public repositories matching this topic...
-
Updated
Oct 23, 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:

. However, each of these statements is very likely to be unique, which causes sqlx to cache a lot of similar statements and bloat memory usage in my appl
We need to increase the number of datasources that MindsDB supports. This task should add a new datasource for connecting to TimeScale DB. You can get more info on TimeScale docs. Since TimeScale is PostgreSQL extension you can reuse/extend the PostgreSQL datasour
-
Updated
Oct 22, 2021 - Objective-C
-
Updated
Oct 15, 2021 - PHP
Description of the issue
When number of backups limits exceed, only old sql.gz files are removed not .json files.
Output of bench version
ERPNext: v13.4.1 (version-13)
Frappe Framework: v13.4.1 (version-13)
Expected result
It should also delete the old .json files
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
This is not a bug, everything works fine. It's a small SQL codegen improvement.
linq2db uses nvl
to translate ??
, which is nice because it's shorter than SQL standard coalesce
.
The trick with nvl
is that it only accepts 2 parameters, whereas coalesce
accepts many.
In our codebase, we have a query that computes an error message based on a list of checks, it looks like this:
![im
-
Updated
Jul 6, 2021 - Shell
-
Updated
Oct 23, 2021 - C#
-
Updated
Oct 21, 2021 - Python
-
Updated
Oct 22, 2021 - Go
-
Updated
Oct 23, 2021 - Go
-
Updated
Oct 23, 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
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk