-
Updated
Jun 11, 2022 - TypeScript
cockroachdb
Here are 248 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:
![image](https://user-images.g
-
Updated
Jun 6, 2022 - JavaScript
-
Updated
Jun 3, 2022 - Python
I currently need to connect to a Cloudera Impala instance in order to make queries and analyses.
It would be nice to be able to integrate this type of connection in DataStation.
I think it might require some sort of use of the Impala ODBC Connector / Driver.
Thanks!
-
Updated
Jun 8, 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
Jun 6, 2022 - Go
-
Updated
May 2, 2022 - C#
-
Updated
Jun 2, 2022 - Go
-
Updated
Jun 7, 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
Jun 8, 2022 - Go
-
Updated
May 27, 2022 - Go
-
Updated
Jun 2, 2022 - Ruby
-
Updated
Jun 8, 2022 - Go
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 2, 2022 - Shell
-
Updated
Dec 8, 2021 - Clojure
-
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