-
Upgrading to ORM 2.10 requires changes to the codebase. Some of those changes have been captured here: https://github.com/gregcorbett/gocdb/commit/18349e22b12309008dc0a91808bdf90d1b3eb8c4.
However,…
-
Why are you defining a new Entity Manager here?
https://github.com/pimcore/generic-data-index-bundle/blob/1.x/config/doctrine.yaml#L4
Another Question: Why are you not using the Entity Manager t…
-
node: v22.5.1
"dependencies": {
"@medusajs/admin-sdk": "latest",
"@medusajs/cli": "latest",
"@medusajs/framework": "latest",
"@medusajs/js-sdk": "^2.0.2",
"@medusajs/medusa"…
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keyword…
-
### Describe the bug
I have a statement like the following, which works on SQLAlchemy 1.4 but not on 2.0
```python
delete(Author).where(Author.id == Book.author_id).returning(Book.title)
```
…
-
## Proposal
In-order to cut down on development time, a lot of developers are leveraging powerful ORMs which allow for quick migrations and type-safety. Prisma being one of the popular ORMs can be …
-
ORM/Models
```go
package models
import (
"time"
)
type Vnf struct {
Id int64 `orm:"auto;pk" form:"-"`
ServiceId string `orm:"unique;index"…
-
### Describe the bug
While migrating from version 5.9.8 to version 6.4.0, a query on a jsonb field using $in operator that used to work properly now fails:
```
import { MikroORM } from '@mikro-…
-
It would be great to add support for TypeScript ORMs like Prisma, Drizzle, and Kysely. This would involve generating schema definitions and migration files directly compatible with these ORMs from the…
-
## Feature Request Type
- [x] Core functionality
- [ ] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
I am trying to transit from graphene to strawbe…
vt-rc updated
2 weeks ago