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
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
I expect that the package will be imported in the generated scala code even if the package is different.
Actual behavior
If I prepare an xml containing the Relationship of different packages attribute, a class of the Relationship is not imported in the generated scala code.
As you mentioned, reladomo-scala doesn't allow having multiple packages so far. It won't take long to implement the feature (just modifying the scala code generator should be enough).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
JdbcDriver:
org.mariadb.jdbc.Driver
2.0.3Database: mariadb 10.1.22
reladomo-scala-twitter-6.43-common: 16.5.4
reladomo-scala-common: 16.5.4
Expected behavior
I expect that the package will be imported in the generated scala code even if the package is different.
Actual behavior
If I prepare an xml containing the
Relationship
of different packages attribute, a class of theRelationship
is not imported in the generated scala code.Steps to reproduce the behavior
Workaround
Specify the same package to
PackageName
with xml.The text was updated successfully, but these errors were encountered: