189 Revize (1ff24f80a1308c43bba7a6035b6d1d830c141545)

Autor SHA1 Zpráva Datum
  James Ahlborn 1ff24f80a1 tighten up readonly handling for external channels; minor test code refactor před 3 roky
  James Ahlborn 331e72a262 add unit tests for extended date/time type před 3 roky
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. před 3 roky
  James Ahlborn 23f397f625 isolate java.sql usage so that the module is not required for core jackcess usage před 3 roky
  James Ahlborn e358751fe0 make some useful things public; add auto module name to manifest před 3 roky
  James Ahlborn 43d6d9b38f Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports před 3 roky
  James Ahlborn 56444b2a86 cleanup imports před 4 roky
  James Ahlborn 9e0b807683 Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes před 4 roky
  James Ahlborn 450ef90a1c change the default DateTimeType to LOCAL_DATE_TIME před 4 roky
  James Ahlborn 42c8f108f9 enable expression evaluation by default před 4 roky
  James Ahlborn 400f6cf962 tag functional interfaces; use lambda syntax před 4 roky
  James Ahlborn 11bf84249c add stream support to Iterable classes; add some unit tests with streaming před 4 roky
  James Ahlborn fefce70e97 add unit tests for access 97 text indexes před 4 roky
  James Ahlborn f9202b4fab use new general 97 index support před 4 roky
  James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once před 5 roky
  James Ahlborn 831d8c0b1d Add ColumnFormatter utility which can apply Column Format property for display of column values před 5 roky
  James Ahlborn 79310a16fc tweak unit tests to allow for slight precision variations in different jvms před 5 roky
  James Ahlborn 7e01bae3cd handle number formats with no required digits před 5 roky
  James Ahlborn b2bb4fcdba more tests and tweaks to custom formatting před 5 roky
  James Ahlborn 229464aff2 more tests, more bug fixes for custom formats před 5 roky
  James Ahlborn f3c8bb34a4 add unit tests, fix bugs in custom formats před 5 roky
  James Ahlborn a06385c7c9 Use column label from ResultSetMetaData when importing. Fixes #152 před 5 roky
  James Ahlborn cb9ed9bd0b Fix parsing of escaped double quotes in expressions před 5 roky
  James Ahlborn ded1c6e0a1 implement remaining custom formatting, not tested před 5 roky
  James Ahlborn 85c0657595 fix parsing of escaped double quote; implement euro format; implement most custom formatting před 5 roky
  James Ahlborn 55531bcd05 fix channel open options for new files před 5 roky
  James Ahlborn 4b11b375e8 cleanup před 5 roky
  James Ahlborn 8dae0688da more ldt tests před 5 roky
  James Ahlborn 0f568a4620 add system prop for date/time type; rework how date/times are written based on date/time type před 5 roky
  James Ahlborn c1aa151cd4 add LocalDateTime variants for various public Date based methods před 5 roky
  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 před 5 roky
  James Ahlborn 21fe1417bb use interface to pass zone info into date/time conversion methods před 5 roky
  James Ahlborn 843a44dfe0 switch expression engine to LocalDateTime před 5 roky
  James Ahlborn 99af2bc3a6 round LDT date/times to millis; add some initial tests for LDT times před 5 roky
  James Ahlborn abf32c90b1 initial support for LocalDateTime and Temporal types před 5 roky
  James Ahlborn 6626d6b28f add support for Path před 5 roky
  James Ahlborn ecccae0407 upgrade poi; upgrade various plugins před 5 roky
  James Ahlborn f6315def9c switch to commons lang3 před 5 roky
  James Ahlborn 985b867496 update parent pom; fix test failure před 5 roky
  James Ahlborn d209a57058 implement Format with predefined formats před 5 roky
  James Ahlborn 8c64c96af6 currency format uses parens; add bool predefined formats před 5 roky
  James Ahlborn 276ed56910 cache and reuse DecimalFormat instances před 5 roky
  James Ahlborn ac6811e50d implement FormatDateTime function před 5 roky
  James Ahlborn 25069267eb implement FormatCurrency and FormatPercent před 5 roky
  James Ahlborn fedeb0bc35 fill out remaining tests for FormatNumber před 5 roky
  James Ahlborn a2a57f1c3c add more numeric config před 5 roky
  James Ahlborn b1fa4abea5 implement DateDiff function před 5 roky
  James Ahlborn 45699400f0 implement replace function před 5 roky
  James Ahlborn 504a1d8c0b implement Val function před 5 roky
  James Ahlborn 45f64df5c5 finish DateAdd function před 5 roky