-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
## Issue Description
### Expected Behavior
When defining a one-to-many relationship with `eager: true` in the "many" property within the "one" side (in other words, many-side eager loading) and …
-
**Issue type:**
[ ] bug report
[x] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] `oracle`
[x] …
shiro updated
3 months ago
-
## Issue Description
When you specify `relationLoadStrategy: 'query'` in DataSource:
```ts
export const dataSource = new DataSource({
relationLoadStrategy: 'query',
...
});
```
A…
-
Add support for oracle in module/apmsql. This would help the teams using oracle database connections with Go-lang.
-
```
Set up demo server running on Oracle database
```
Original issue reported on code.google.com by `ntanh...@gmail.com` on 11 Aug 2014 at 10:44
-
### Describe the bug
The Oracle JDBC driver performs a commit when a connection is closed without an explicit commit or rollback.
When Quarkus is shut down gracefully, connections are closed properl…
-
### Description
Hi,
we have a very large schema with over 2500 Tables. DBeaver takes around 2-4 Minutes to render the ER diagram. Which is fine because it's very large. However what bothers me is…
-
# Environment
Knex version: 0.21.5
Database + version: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64 bit Production
OS: CentOS 7.8
Select applicable template from below.
If i…
-
### Feature Description
Why can't TypeORM automatically migrate schema when data models (entities) changed?
I am moving from [GORM](https://gorm.io/docs/migration.html), which has really nice feat…