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

Arguments evaluation for converters and formatters in databasedefault #67

Open
thiagolvlsantos opened this issue Jan 24, 2017 · 0 comments
Assignees
Labels

Comments

@thiagolvlsantos
Copy link
Owner

Not working:
IFormatter formatter = td.getFormatter(column.getFormatter());
if (formatter != null) {
List args = td.getFormatterArguments(column.getFormatterArguments());
obj = formatter.format(obj, args.isEmpty() ? null : args.toArray());
}

Should consider features for evaluation of parameters (con0,con1..., for0,for1....), and it is not.

@thiagolvlsantos thiagolvlsantos self-assigned this Jan 24, 2017
@thiagolvlsantos thiagolvlsantos added this to the 1.5.08 milestone Jan 27, 2017
@thiagolvlsantos thiagolvlsantos removed this from the 1.5.08 milestone Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant