277 Révisions (1ff24f80a1308c43bba7a6035b6d1d830c141545)

Auteur SHA1 Message Date
  James Ahlborn 1ff24f80a1 tighten up readonly handling for external channels; minor test code refactor il y a 3 ans
  James Ahlborn 9706c1f1e5 Add support for extended date/time type in access 2019+ dbs il y a 3 ans
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. il y a 3 ans
  James Ahlborn 253e37fa2d ignore trailing spaces when creating text index entries il y a 3 ans
  James Ahlborn 65d69efe9f no longer need to use initCause il y a 3 ans
  James Ahlborn 23f397f625 isolate java.sql usage so that the module is not required for core jackcess usage il y a 3 ans
  James Ahlborn e358751fe0 make some useful things public; add auto module name to manifest il y a 3 ans
  James Ahlborn 9e0b807683 Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes il y a 4 ans
  James Ahlborn 450ef90a1c change the default DateTimeType to LOCAL_DATE_TIME il y a 4 ans
  James Ahlborn 42c8f108f9 enable expression evaluation by default il y a 4 ans
  James Ahlborn bd9509e682 use default remove impl il y a 4 ans
  James Ahlborn f9202b4fab use new general 97 index support il y a 4 ans
  James Ahlborn 48170577dd fix handling of descending indexes il y a 4 ans
  James Ahlborn aaf7449a84 reword extra code handling for gen 97 indexes il y a 4 ans
  James Ahlborn e47aa25994 initial support for writing access 97 indexes il y a 4 ans
  James Ahlborn 4de2801130 add new sort order for legacy 97 collation order il y a 4 ans
  James Ahlborn b1d6172512 use StandardCharset il y a 4 ans
  James Ahlborn 5329ce1529 add separate method for reading root db page il y a 4 ans
  James Ahlborn 6a189ba076 initial index codes for access97 general collation order il y a 4 ans
  James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once il y a 5 ans
  James Ahlborn 831d8c0b1d Add ColumnFormatter utility which can apply Column Format property for display of column values il y a 5 ans
  James Ahlborn 92caa33ac2 minor cleanups il y a 5 ans
  James Ahlborn 7e01bae3cd handle number formats with no required digits il y a 5 ans
  James Ahlborn b2bb4fcdba more tests and tweaks to custom formatting il y a 5 ans
  James Ahlborn 229464aff2 more tests, more bug fixes for custom formats il y a 5 ans
  James Ahlborn f3c8bb34a4 add unit tests, fix bugs in custom formats il y a 5 ans
  James Ahlborn cb9ed9bd0b Fix parsing of escaped double quotes in expressions il y a 5 ans
  James Ahlborn ded1c6e0a1 implement remaining custom formatting, not tested il y a 5 ans
  James Ahlborn 85c0657595 fix parsing of escaped double quote; implement euro format; implement most custom formatting il y a 5 ans
  James Ahlborn c25109f673 Fix length in units calculation for Access 97 text fields. Fixes #151 il y a 5 ans
  James Ahlborn 55531bcd05 fix channel open options for new files il y a 5 ans
  James Ahlborn 0f568a4620 add system prop for date/time type; rework how date/times are written based on date/time type il y a 5 ans
  James Ahlborn 9c638f35bf overrides everywhere il y a 5 ans
  James Ahlborn df615627c3 get javadocs displaying correctly il y a 5 ans
  James Ahlborn c1aa151cd4 add LocalDateTime variants for various public Date based methods il y a 5 ans
  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 il y a 5 ans
  James Ahlborn 21fe1417bb use interface to pass zone info into date/time conversion methods il y a 5 ans
  James Ahlborn 843a44dfe0 switch expression engine to LocalDateTime il y a 5 ans
  James Ahlborn 99af2bc3a6 round LDT date/times to millis; add some initial tests for LDT times il y a 5 ans
  James Ahlborn abf32c90b1 initial support for LocalDateTime and Temporal types il y a 5 ans
  James Ahlborn cd6d6e622c minor tweaks to date handling; clear caches when config updated; ensure date formats have correct symbols il y a 5 ans
  James Ahlborn 6626d6b28f add support for Path il y a 5 ans
  James Ahlborn ecccae0407 upgrade poi; upgrade various plugins il y a 5 ans
  James Ahlborn f6315def9c switch to commons lang3 il y a 5 ans
  James Ahlborn d209a57058 implement Format with predefined formats il y a 5 ans
  James Ahlborn 8c64c96af6 currency format uses parens; add bool predefined formats il y a 5 ans
  James Ahlborn dad3be567a beginnings of general format support il y a 5 ans
  James Ahlborn ea8a75596c share nchars impl il y a 5 ans
  James Ahlborn 276ed56910 cache and reuse DecimalFormat instances il y a 5 ans
  James Ahlborn ac6811e50d implement FormatDateTime function il y a 5 ans