The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jackcess-2.2.1.jar | 2018-12-22 | 1.2 MB | |
| jackcess-2.2.1-sources.jar | 2018-12-22 | 733.7 kB | |
| README.txt | 2018-12-22 | 1.0 kB | |
| Totals: 3 Items | 1.9 MB | 0 | |
Jackcess 2.2.1 Release ====================== - Implement the majority of the missing standard functions: FormatCurrency, FormatDateTime, FormatNumber, FormatPercent, Val, DateAdd, DateDiff, DatePart, MonthName, WeekdayName, DDB, IPmt, PPmt, Rate, SLN, SYD, Format, Replace, StrConv. (Note that the internal API for the expr package has changed in an incompatible way. However, since the API is still experimental, this was deemed acceptable for a minor version.). Note that many of the financial functions were copied and adapated from the Apache POI and UCanAccess projects (which are both under the Apache License 2.0) - Implement more type coercion methods for expressions. Add support for hex/oct integer strings. Add support for number strings with commas. Add support for coercing numeric String to a date/time value. Add support for date/time values with implicit (current) year - Ignore column validators for read-only dbs. This will avoid irrelevant failures when reading databases which have invalid column properties