orm
Here are 3,771 public repositories matching this topic...
-
Updated
Mar 6, 2022 - TypeScript
-
Updated
Mar 7, 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:

private IQueryable<IDocumentTypePermission> GetDocumentTypePermissionsTest<T>(IQueryable-
Updated
Mar 7, 2022 - PHP
Diesel currently supports the postgres json and jsonb types. We do not provide built-in support for various operators available for these types. This is a tracking issue for adding support for these operators.
The general strategy for adding support for new operators is as following:
- Define the operator via [`infix_operator!(
-
Updated
Mar 7, 2022 - Go
-
Updated
Dec 16, 2021 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Feb 25, 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
Mar 7, 2022 - Go
-
Updated
Mar 7, 2022 - Java
Is your feature request related to a problem? Please describe.
Mikro ORM v5 added the @Check decorator. When adding @Check instances to my app and writing tests, I noticed that when a check is invalid, the lower-level DriverException is being thrown. Given that [Postgres defines checks as a form of constraint](https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAIN
-
Updated
Mar 4, 2022 - Python
-
Updated
Feb 23, 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