| Commit message (Expand) | Author | Age | Files | Lines |
* | add unit tests for access 97 text indexesa97_indexes | James Ahlborn | 2019-08-19 | 4 | -108/+141 |
* | use new general 97 index support | James Ahlborn | 2019-08-16 | 1 | -50/+51 |
* | Add Database.newTableMetaDataIterable() which enables iterating through table... | James Ahlborn | 2019-02-20 | 1 | -0/+48 |
* | Add ColumnFormatter utility which can apply Column Format property for displa... | James Ahlborn | 2019-02-11 | 3 | -22/+142 |
* | tweak unit tests to allow for slight precision variations in different jvms | James Ahlborn | 2019-02-07 | 1 | -1/+5 |
* | handle number formats with no required digits | James Ahlborn | 2019-02-04 | 1 | -4/+13 |
* | merge trunk changes through r1271 | James Ahlborn | 2019-01-31 | 1 | -7/+8 |
|\ |
|
| * | Use column label from ResultSetMetaData when importing. Fixes #152 | James Ahlborn | 2019-01-29 | 1 | -7/+8 |
| * | Fix parsing of escaped double quotes in expressions | James Ahlborn | 2019-01-29 | 1 | -0/+1 |
* | | more tests and tweaks to custom formatting | James Ahlborn | 2019-01-31 | 1 | -1/+10 |
* | | more tests, more bug fixes for custom formats | James Ahlborn | 2019-01-30 | 1 | -9/+41 |
* | | add unit tests, fix bugs in custom formats | James Ahlborn | 2019-01-29 | 1 | -12/+182 |
* | | implement remaining custom formatting, not tested | James Ahlborn | 2019-01-24 | 1 | -0/+20 |
* | | fix parsing of escaped double quote; implement euro format; implement most cu... | James Ahlborn | 2019-01-19 | 1 | -1/+16 |
* | | fix channel open options for new files | James Ahlborn | 2018-12-31 | 1 | -1/+1 |
* | | cleanup | James Ahlborn | 2018-12-28 | 1 | -15/+0 |
* | | more ldt tests | James Ahlborn | 2018-12-28 | 1 | -0/+62 |
* | | add system prop for date/time type; rework how date/times are written based o... | James Ahlborn | 2018-12-28 | 3 | -1/+93 |
* | | merge trunk changes through r1241 | James Ahlborn | 2018-12-17 | 1 | -2/+4 |
|\| |
|
| * | Ignore column validators for read-only dbs. This will avoid irrelevant failu... | James Ahlborn | 2018-12-17 | 1 | -6/+8 |
* | | add LocalDateTime variants for various public Date based methods | James Ahlborn | 2018-12-17 | 3 | -36/+39 |
* | | use interface to pass zone info into date/time conversion methods | James Ahlborn | 2018-12-15 | 3 | -5/+5 |
* | | switch expression engine to LocalDateTime | James Ahlborn | 2018-12-15 | 4 | -27/+35 |
* | | round LDT date/times to millis; add some initial tests for LDT times | James Ahlborn | 2018-12-13 | 1 | -0/+160 |
* | | initial support for LocalDateTime and Temporal types | James Ahlborn | 2018-12-11 | 2 | -12/+15 |
* | | add support for Path | James Ahlborn | 2018-11-29 | 4 | -52/+54 |
* | | upgrade poi; upgrade various plugins | James Ahlborn | 2018-11-27 | 1 | -21/+21 |
* | | switch to commons lang3 | James Ahlborn | 2018-11-27 | 2 | -35/+33 |
* | | update parent pom; fix test failure | James Ahlborn | 2018-11-27 | 1 | -1/+1 |
|/ |
|
* | implement Format with predefined formats | James Ahlborn | 2018-11-20 | 3 | -3/+62 |
* | currency format uses parens; add bool predefined formats | James Ahlborn | 2018-11-15 | 1 | -2/+2 |
* | cache and reuse DecimalFormat instances | James Ahlborn | 2018-11-13 | 1 | -0/+6 |
* | implement FormatDateTime function | James Ahlborn | 2018-11-13 | 2 | -0/+9 |
* | implement FormatCurrency and FormatPercent | James Ahlborn | 2018-11-08 | 1 | -0/+10 |
* | fill out remaining tests for FormatNumber | James Ahlborn | 2018-11-08 | 1 | -0/+13 |
* | add more numeric config | James Ahlborn | 2018-11-08 | 1 | -450/+407 |
* | implement DateDiff function | James Ahlborn | 2018-11-06 | 1 | -0/+69 |
* | implement replace function | James Ahlborn | 2018-11-03 | 1 | -0/+16 |
* | implement Val function | James Ahlborn | 2018-11-02 | 1 | -0/+10 |
* | finish DateAdd function | James Ahlborn | 2018-10-29 | 1 | -0/+17 |
* | rework string conversion to date; add support for dates with implicit years; ... | James Ahlborn | 2018-10-18 | 2 | -3/+29 |
* | fix broken test | James Ahlborn | 2018-10-10 | 1 | -2/+2 |
* | reimplemnt and test financial functions | James Ahlborn | 2018-10-10 | 1 | -61/+94 |
* | add support for strconv function | James Ahlborn | 2018-10-05 | 2 | -0/+9 |
* | rework public expression api with better locale handling; support parsing of ... | James Ahlborn | 2018-10-04 | 1 | -8/+20 |
* | add support for monthname function; implement better string to date/time conv... | James Ahlborn | 2018-09-29 | 2 | -2/+34 |
* | add support for weekdayname function | James Ahlborn | 2018-09-26 | 1 | -0/+6 |
* | implement IsNumeric; add support for hex/oct integer strings | James Ahlborn | 2018-09-18 | 2 | -0/+18 |
* | refactor support for working with Value instances | James Ahlborn | 2018-09-06 | 2 | -6/+6 |
* | minor refactor of function support; start adding top level docs for evaluatio... | James Ahlborn | 2018-08-24 | 1 | -1/+2 |