Skip to content
#

mariadb

Here are 2,148 public repositories matching this topic...

prisma
binary64
binary64 commented Aug 2, 2021

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

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

liviuconcioiu
liviuconcioiu commented Oct 30, 2021

Describe the bug

Unwanted text is visible on data dictionary page. This text is also visible when trying to print the page. Only master branch is affected, QA_5_1 is not.

To Reproduce

Steps to reproduce the behavior:

  1. Go to [https://demo.phpmyadmin.net/master-config/index.php?route=/database/data-dictionary&db=mysql&goto=index.php?route=/database/structure](https://demo.phpmyad
philippeitis
philippeitis commented Oct 20, 2021

sqlx provides functionality for setting the persistence of Query, but not QueryAs, QueryScalar.

In my case, I'm using caching to store parsed data from SQLite, and I only load data which is not in the cache, using WHERE ... IN (uncached_ids). 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

jods4
jods4 commented Oct 26, 2021

In .NET Trim, TrimEnd, TrimStart all can take an optional array of characters that sould be trimmed.

With current 3.x release, we observed that when we use this optional parameter:

  1. "abc".Trim('c') throws a LinqException saying it can't be translated.
  2. "abc".TrimEnd('c') actually runs without exception, but silently drops the 'c' parameter!!

It would be nice if 2. would

Improve this page

Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."

Learn more