orm
Here are 3,689 public repositories matching this topic...
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Jan 24, 2022 - Go
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:
;
后来我在源码中定位到了以下位置,这就有点不合适了吧
-
Updated
Jan 27, 2022 - PHP
Consider the following code (using AsChangeset instead / in addition to Insertable produces the same error message):
#[derive(Insertable)]
struct Foo {
#[column_name = "type"]
ty: String
}This code is wrong because eventhough the table has a column called type, the auto-generated schema.rs file renames that to type_ to avoid using a keyword as an
-
Updated
Dec 16, 2021 - Python
-
Updated
Jan 26, 2022 - Go
-
Updated
Apr 3, 2020 - Go
-
Updated
Jan 21, 2022 - JavaScript
-
Updated
Jan 26, 2022 - Rust
Hello,
I use postgres 12 with “MATERIALIZED” statement,
and I once asked on Discord how to use the “MATERIALIZED” statement in go-pg,
and get that is not support now.
Expected Behavior
WITH AS MATERIALIZED (...)
-
Updated
Jan 26, 2022 - Java
-
Updated
Jan 26, 2022 - Go
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Jan 24, 2022 - Python
-
Updated
Jan 20, 2022 - C#
Improve this page
Add a description, image, and links to the orm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orm topic, visit your repo's landing page and select "manage topics."


Issue Creation Checklist
Feature Description
When SQL errors occur, make the 'mes