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
..
BaseDelayedValue.java rework string conversion to date; add support for dates with implicit years; implement DatePart function 5 years ago
BaseNumericValue.java rework string conversion to date; add support for dates with implicit years; implement DatePart function 5 years ago
BaseValue.java implement Format with predefined formats 5 years ago
BigDecimalValue.java implement Format with predefined formats 5 years ago
BuiltinOperators.java implement Format with predefined formats 5 years ago
DateTimeValue.java rework string conversion to date; add support for dates with implicit years; implement DatePart function 5 years ago
DefaultDateFunctions.java beginnings of general format support 5 years ago
DefaultFinancialFunctions.java reimplemnt and test financial functions 5 years ago
DefaultFunctions.java implement Format with predefined formats 5 years ago
DefaultNumberFunctions.java implement Format with predefined formats 5 years ago
DefaultTextFunctions.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
DoubleValue.java implement Format with predefined formats 5 years ago
ExpressionTokenizer.java initial work for DateAdd function 5 years ago
Expressionator.java rework public expression api with better locale handling; support parsing of number strings with grouping separators 5 years ago
FormatUtil.java implement Format with predefined formats 5 years ago
FunctionSupport.java implement replace function 5 years ago
LongValue.java rework public expression api with better locale handling; support parsing of number strings with grouping separators 5 years ago
NumberFormatter.java implement Format with predefined formats 5 years ago
RandomContext.java knock out some fixmes; add support for custom function lookup and custom bindings passed into expression evaluation 6 years ago
StringValue.java finish DateAdd function 5 years ago
ValueSupport.java implement FormatDateTime function 5 years ago