-
Updated
May 31, 2022 - TypeScript
cockroachdb
Here are 244 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
May 31, 2022 - Go
-
Updated
May 15, 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
May 17, 2022 - Go
-
Updated
May 2, 2022 - C#
-
Updated
May 29, 2022 - Go
-
Updated
May 30, 2022 - Go
We already have a fix we tested manually. We need to add JUnit test.
See #1284
-
Updated
Sep 17, 2019 - Go
-
Updated
Jul 15, 2020 - Go
-
Updated
Apr 7, 2022 - Go
-
Updated
May 29, 2022 - Go
-
Updated
May 27, 2022 - Go
-
Updated
May 12, 2022 - Ruby
-
Updated
May 30, 2022 - Go
-
Updated
May 9, 2022 - TypeScript
-
Updated
Dec 8, 2021 - Clojure
-
Updated
Jul 1, 2021 - Shell
-
Updated
Feb 22, 2022 - HCL
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."


There are several optimization the execution engine can perform when evaluating
LIKEpatterns with%, which matches zero or any number of any character. For example, see #80073.Sequential
%s can prevent these optimizations, but they are semantically equivalent to a single%, so the optimizer should normalize them to a single%.For example:
-- The following expressions