-
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:


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