You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added clear: true to each databaes configuration.
When I use gen dao . Only the entity configured at the bottom will be retained, and all previous ones will be cleard.
5. What did you expect to see?
I hope that even if clear: true is configured for each database, the previous entity will not be cleard.
6. What did you see instead?
The text was updated successfully, but these errors were encountered:
b1lz9
changed the title
When multiple databases are configured with clear: true, commond gen dao will overwrite the previous entity.
When multiple databases are configured with clear: true, command gen dao will overwrite the previous entity.
Apr 12, 2023
b1lz9
changed the title
When multiple databases are configured with clear: true, command gen dao will overwrite the previous entity.
When multiple databases are configured with clear: true, command gen dao will cleared the previous entity.
Apr 12, 2023
gqcn
added
the
bug
It is confirmed a bug, but don't worry, we'll handle it.
label
Aug 21, 2023
1. What version of
Go
and system type/arch are you using?go version go1.19.1 darwin/arm64
2. What version of
GoFrame
are you using?3. Can this issue be re-produced with the latest release?
4. What did you do?
This's my config.yaml
I added
clear: true
to each databaes configuration.When I use
gen dao
. Only the entity configured at the bottom will be retained, and all previous ones will be cleard.5. What did you expect to see?
I hope that even if
clear: true
is configured for each database, the previous entity will not be cleard.6. What did you see instead?
The text was updated successfully, but these errors were encountered: