-
**Issue type:**
[ ] bug report
[ ] feature request
[x] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] `oracle`
[ …
-
### What version of Bun is running?
0.7.3
### What platform is your computer?
Linux 5.15.0-78-generic x86_64 x86_64
### What steps can reproduce the bug?
1. Clone this repo:
```
git…
-
Listing and searching is relatively slow currently, see: https://github.com/bpatrik/pigallery2/blob/master/benchmark/README.md.
Did some minimal local benchmarking and found that Issuing a `SELECT …
-
Now it takes several minutes to load and parse map with words quantity around 100. It looks like word node creation methods not quite optimized for creation of several words, so we need to investigate…
-
## Issue Description
We use luxon as the date library. So we created the following decorator to be used for the updatedAt columns:
```typescript
const baseOpts: ColumnOptions = {
type: Date,
…
-
### What was unclear or otherwise insufficient?
I am getting one error with `typerom` and `postgreesql`- Cannot query across many-to-many for property subject when I try to update my entity. I am n…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
## Issue Description
I am trying to run the typeorm cli using typeorm-ts-node-commonjs to generate migrations and it doesn't work.
### Expected Behavior
It should work.
### Actual Behavior…
-
We can add basic functionality to allow users to create thier own triggers, for example:
```ts
@Trigger({
name: "lalala",
fires: "after",
insert: true,
update: true
})
export…
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …