The Wayback Machine - https://web.archive.org/web/20211018100957/https://github.com/topics/mariadb
Skip to content
#

mariadb

Here are 2,131 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

ZoranPandovski
ZoranPandovski commented Oct 16, 2021

When users create a connection to the MySQL database it will be useful to show them tips with a list of tables. To be able to do this we need a new method get_tables_list implemented in the MySQL integration class.

Steps 🕵️‍♂️ 🕵️‍♀️

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