orm
Here are 3,505 public repositories matching this topic...
-
Updated
Oct 23, 2021 - TypeScript
-
Updated
Oct 21, 2021 - 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:

);
Versions
- Rust: 1.56.0 nightly
- Diesel: 1.4.7
- Database: Sqlite
- Operating System Linux
Feature Flags
- diesel: sqlite
Problem Description
Sqlite does
-
Updated
Oct 19, 2021 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Oct 22, 2021 - Go
-
Updated
Oct 21, 2021 - 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
Oct 22, 2021 - Java
Is your feature request related to a problem? Please describe.
When using some custom types in mikro-orm, for example EntityClass
(I'm writing a custom repository so these types are needed), in v4 it should be done like this:
import { EntityClass } from '@mikro-orm/core/typings';
While in v5 it's even more inconvinient, and inconsistant:
`import { EntityClass } from '@mikro-orm/core/di
-
Updated
Oct 17, 2021 - Python
-
Updated
Oct 8, 2021 - 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 Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk