-
Hi there! This library is awesome. It's working great for most use cases I've encountered. However, I'm getting a weird error from the internals of the library occasionally when querying against test …
-
Seems that I can't use such definition:
```yaml
entity: Ring
items:
ring{0..10}:
date: '{{date.past(5, '2018-01-01')}}'
```
because this method gets only one param which is:
`5, '2…
-
When I do `seed:run` in my NestJS app I get the following error:
```
� TypeORM Seeding v1.6.1
- Loading ormconfig
✔ ORM Config loaded
- Import Factories
✖ Could not import factories!
Error: Ca…
-
## Env
Node 16.19.0
TypeORM 0.2.37
Fixture builder 2.2.3
## Setup
I have a table and it has a many to many join via a join table. I have created the fixtures for the main table, and other fixtu…
-
If you have relations defined as lazy, i.e. like:
```
@Entity()
class User {
@OneToOne('Profile', 'user')
profile: Promise
}
```
Then when you run fixtures - all relation fields are nulls.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When run `nest build` with "@nestjs/axios": "^2.0.0" in package.json, I get this Types…
-
| Software | Version(s) |
| ---------------- | ---------- |
| typeorm-fixtures | 3.0.0
| Node | v16.14.2
| npm/Yarn | yarn 1.22.15
| Operating System | Windows 11
T…
-
## Problem
Hey, I am having problems loading fixtures from a folder.
The folder `./graphql/fixtures/` actually contains `.yml` but never be loaded in both CLI & [Programmatically loading fixtures]…
-
### Describe the bug
When upgrading from 1.2.205 to 1.2.206, SWC changes how it compiles exports.
In version 1.2.205:
In version 1.2.206:
I have a bunch of model classes in my codeba…
-
- [ ] $ref support (fixture scope)
- [ ] config support
- [x] configure faker locale (implemented in 1.8.0)
- [ ] ~~optional data~~
- [ ] reference to property
- [ ] extend fixtures file
…