Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFixed: column names in INSERT statement should be simple, not FQN. #589
Conversation
| * @return | ||
| */ | ||
| public String getName(boolean aliases) { | ||
| public String getFullyQualifiedName(boolean aliases) { |
AnEmortalKid
Apr 6, 2018
Contributor
I believe this would force us to do a major version bump right?
| * Get name. | ||
| * @return | ||
| */ | ||
| public String getName() { |
AnEmortalKid
Apr 6, 2018
Contributor
Maybe update doc with “@return the simple name of the column. “
|
I will not merge this, due to injecting a guava dependency for it. @AnEmortalKid Why do you think we should make a main version update? The renaming looks reasonable and for this minimal change it would be to much I think to introduce version 2. |
|
@wumpz the method with signature From semver.org Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes, |
|
@AnEmortalKid wenn already had this discussion some time ago. |
No description provided.