You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Ahlborn 112cb827e9 Ignore column validators for read-only dbs. This will avoid irrelevant failures when reading databases which have invalid column properties. Fixes #150 5 years ago
..
EvalConfig.java rework public expression api with better locale handling; support parsing of number strings with grouping separators 5 years ago
EvalContext.java add support for monthname function; implement better string to date/time conversions 5 years ago
EvalException.java use specific exceptions for expr eval 6 years ago
Expression.java rework public expression api with better locale handling; support parsing of number strings with grouping separators 5 years ago
Function.java add a bunch of javadocs for expr classes 5 years ago
FunctionLookup.java add a bunch of javadocs for expr classes 5 years ago
Identifier.java add a bunch of javadocs for expr classes 5 years ago
LocaleContext.java cache and reuse DecimalFormat instances 5 years ago
NumericConfig.java implement Format with predefined formats 5 years ago
ParseException.java use specific exceptions for expr eval 6 years ago
TemporalConfig.java implement FormatDateTime function 5 years ago
Value.java implement Format with predefined formats 5 years ago
package-info.java Ignore column validators for read-only dbs. This will avoid irrelevant failures when reading databases which have invalid column properties. Fixes #150 5 years ago