324 Commits (1ff24f80a1308c43bba7a6035b6d1d830c141545)

Autor SHA1 Mensaje Fecha
  James Ahlborn 1ff24f80a1 tighten up readonly handling for external channels; minor test code refactor hace 3 años
  James Ahlborn 331e72a262 add unit tests for extended date/time type hace 3 años
  James Ahlborn 9706c1f1e5 Add support for extended date/time type in access 2019+ dbs hace 3 años
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. hace 3 años
  James Ahlborn 253e37fa2d ignore trailing spaces when creating text index entries hace 3 años
  James Ahlborn 65d69efe9f no longer need to use initCause hace 3 años
  James Ahlborn 23f397f625 isolate java.sql usage so that the module is not required for core jackcess usage hace 3 años
  James Ahlborn e358751fe0 make some useful things public; add auto module name to manifest hace 3 años
  James Ahlborn 2ff5115b9f minor code cleanup hace 3 años
  James Ahlborn 43d6d9b38f Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports hace 3 años
  James Ahlborn 3f75e95a21 add details about 3.5 upgrade hace 4 años
  James Ahlborn 9e0b807683 Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes hace 4 años
  James Ahlborn 450ef90a1c change the default DateTimeType to LOCAL_DATE_TIME hace 4 años
  James Ahlborn 42c8f108f9 enable expression evaluation by default hace 4 años
  James Ahlborn 400f6cf962 tag functional interfaces; use lambda syntax hace 4 años
  James Ahlborn 11bf84249c add stream support to Iterable classes; add some unit tests with streaming hace 4 años
  James Ahlborn bd9509e682 use default remove impl hace 4 años
  James Ahlborn f9202b4fab use new general 97 index support hace 4 años
  James Ahlborn 48170577dd fix handling of descending indexes hace 4 años
  James Ahlborn aaf7449a84 reword extra code handling for gen 97 indexes hace 4 años
  James Ahlborn e47aa25994 initial support for writing access 97 indexes hace 4 años
  James Ahlborn 4de2801130 add new sort order for legacy 97 collation order hace 4 años
  James Ahlborn b1d6172512 use StandardCharset hace 4 años
  James Ahlborn 5329ce1529 add separate method for reading root db page hace 4 años
  James Ahlborn ff9e16462e convenience method for using case insensitive matcher hace 4 años
  James Ahlborn 6a189ba076 initial index codes for access97 general collation order hace 4 años
  James Ahlborn 6460b47598 add convenience method for opening with Path hace 5 años
  James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once hace 5 años
  James Ahlborn 831d8c0b1d Add ColumnFormatter utility which can apply Column Format property for display of column values hace 5 años
  James Ahlborn 92caa33ac2 minor cleanups hace 5 años
  James Ahlborn 7e01bae3cd handle number formats with no required digits hace 5 años
  James Ahlborn b2bb4fcdba more tests and tweaks to custom formatting hace 5 años
  James Ahlborn 229464aff2 more tests, more bug fixes for custom formats hace 5 años
  James Ahlborn f3c8bb34a4 add unit tests, fix bugs in custom formats hace 5 años
  James Ahlborn a06385c7c9 Use column label from ResultSetMetaData when importing. Fixes #152 hace 5 años
  James Ahlborn cb9ed9bd0b Fix parsing of escaped double quotes in expressions hace 5 años
  James Ahlborn ded1c6e0a1 implement remaining custom formatting, not tested hace 5 años
  James Ahlborn 85c0657595 fix parsing of escaped double quote; implement euro format; implement most custom formatting hace 5 años
  James Ahlborn c25109f673 Fix length in units calculation for Access 97 text fields. Fixes #151 hace 5 años
  James Ahlborn 55531bcd05 fix channel open options for new files hace 5 años
  James Ahlborn f3a4168bd5 use fromUnitSize hace 5 años
  James Ahlborn 0f568a4620 add system prop for date/time type; rework how date/times are written based on date/time type hace 5 años
  James Ahlborn 9c638f35bf overrides everywhere hace 5 años
  James Ahlborn a92bc3439f more javadoc fixes hace 5 años
  James Ahlborn df615627c3 get javadocs displaying correctly hace 5 años
  James Ahlborn c1aa151cd4 add LocalDateTime variants for various public Date based methods hace 5 años
  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 hace 5 años
  James Ahlborn 21fe1417bb use interface to pass zone info into date/time conversion methods hace 5 años
  James Ahlborn 843a44dfe0 switch expression engine to LocalDateTime hace 5 años
  James Ahlborn 99af2bc3a6 round LDT date/times to millis; add some initial tests for LDT times hace 5 años