ariga / entimport

A tool for generating Ent schema from SQL schema
Apache License 2.0
174 stars 49 forks source link

wrong import package #46

Open thorn-jmh opened 1 year ago

thorn-jmh commented 1 year ago

I am new in ent and entimport.

I used to use gen and gorm as orm.

I find that entimport will generate wrong import package in schema file. It uses gorm.io/gen/field instead of subpackage of ent:

image-20230705151834383

Then I tried to remove gen package (using go get gorm.io/gen@none and go clean -cache -modcache) and re-generated code, everything goes well:

image-20230705151159413

And after I get gen again in my another project which need it, entimport will generate wrong import again.

It really bothers me for I am maintain some proj. using gen now, I need both of gen and ent work well.

athenakia commented 1 year ago

Same bug here. :)

ga845937 commented 1 month ago

Same bug here. :)