-
Updated
Apr 13, 2022 - TypeScript
cockroachdb
Here are 234 public repositories matching this topic...
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:
 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 11, 2022 - Go
-
Updated
Apr 8, 2022 - TypeScript
Hey,
I see awesome MySQL preset but at case in my company there are still missing some features. We need three things:
- Run in root mode.
- Don't choose database at start because we have multiple db's in single MySQL instance.
- Mount Docker volumes. We use internal cache for seeds and it's saved in Docker volume.
Here's a quick sneak peek what I'm talking about in code:
https://g
-
Updated
Feb 14, 2022 - C#
-
Updated
Apr 8, 2022 - Go
-
Updated
Nov 8, 2021 - Go
-
Updated
Sep 17, 2019 - Go
-
Updated
Jul 15, 2020 - Go
-
Updated
Apr 7, 2022 - Go
-
Updated
Apr 8, 2022 - Go
-
Updated
May 10, 2021 - Go
-
Updated
Mar 14, 2022 - Ruby
-
Updated
Apr 12, 2022 - Go
-
Updated
Dec 8, 2021 - Clojure
-
Updated
Jul 1, 2021 - Shell
-
Updated
Feb 22, 2022 - HCL
-
Updated
Jun 21, 2021 - Go
-
Updated
Feb 8, 2022 - Python
-
Updated
Apr 29, 2019 - Java
Improve this page
Add a description, image, and links to the cockroachdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cockroachdb topic, visit your repo's landing page and select "manage topics."


Status Server API for
ListSessionsuggests that a session can have more than one active queries.According to @itsbilal , this stems from back in the days where we allowed for parallel query execution. This has since been removed. We should clean up the API payload.