Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API methods for getting FTLDB version. #9

Closed
voidunit opened this issue Apr 22, 2015 · 2 comments
Closed

Add API methods for getting FTLDB version. #9

voidunit opened this issue Apr 22, 2015 · 2 comments
Assignees
Milestone

Comments

@voidunit
Copy link
Contributor

Add methods to Java and PL/SQL for getting FTLDB version:

  1. as a string in X.Y.Z format;
  2. as a comparable integer.

The version must be set from the ${project.version} POM attribute during the project assemblying.

@sns777
Copy link
Member

sns777 commented Apr 22, 2015

Not sure about comparable integer. May be as comparable string containing three integers with leading zeros delimited by dots?

@sns777
Copy link
Member

sns777 commented Apr 22, 2015

I.e. stiring with any previous version must be less than string with current version.

@voidunit voidunit added this to the v1.3.0 milestone Jun 14, 2015
@voidunit voidunit self-assigned this Jun 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants