854 Commits (jackcess-3.0.1)

Author SHA1 Message Date
  James Ahlborn 39acf990a5 prep for release 5 years ago
  James Ahlborn 1fb85bd37a Add Database.newTableMetaDataIterable() which enables iterating through table names without loading the entire collection into memory at once 5 years ago
  James Ahlborn b0e3df6561 minor site docs tweak 5 years ago
  James Ahlborn 77b63ca0d1 add migration guide for 3.x 5 years ago
  James Ahlborn 831d8c0b1d Add ColumnFormatter utility which can apply Column Format property for display of column values 5 years ago
  James Ahlborn 4d6305152e tweak site description some more 5 years ago
  James Ahlborn 095a2b0d09 tweak site description 5 years ago
  James Ahlborn c1f8e64f33 prep for release 5 years ago
  James Ahlborn 79310a16fc tweak unit tests to allow for slight precision variations in different jvms 5 years ago
  James Ahlborn 92caa33ac2 minor cleanups 5 years ago
  James Ahlborn cce4895ee8 update site docs 5 years ago
  James Ahlborn 116fad0ad4 update site docs for 3.0.0 release 5 years ago
  James Ahlborn e0132fec88 prep for release 5 years ago
  James Ahlborn 7e01bae3cd handle number formats with no required digits 5 years ago
  James Ahlborn b2bb4fcdba more tests and tweaks to custom formatting 5 years ago
  James Ahlborn 229464aff2 more tests, more bug fixes for custom formats 5 years ago
  James Ahlborn f3c8bb34a4 add unit tests, fix bugs in custom formats 5 years ago
  James Ahlborn a06385c7c9 Use column label from ResultSetMetaData when importing. Fixes #152 5 years ago
  James Ahlborn cb9ed9bd0b Fix parsing of escaped double quotes in expressions 5 years ago
  James Ahlborn ded1c6e0a1 implement remaining custom formatting, not tested 5 years ago
  James Ahlborn 85c0657595 fix parsing of escaped double quote; implement euro format; implement most custom formatting 5 years ago
  James Ahlborn dc97692504 fix changelog for 151 bug fix 5 years ago
  James Ahlborn c25109f673 Fix length in units calculation for Access 97 text fields. Fixes #151 5 years ago
  James Ahlborn 55531bcd05 fix channel open options for new files 5 years ago
  James Ahlborn f3a4168bd5 use fromUnitSize 5 years ago
  James Ahlborn 4b11b375e8 cleanup 5 years ago
  James Ahlborn 8dae0688da more ldt tests 5 years ago
  James Ahlborn 0f568a4620 add system prop for date/time type; rework how date/times are written based on date/time type 5 years ago
  James Ahlborn e7cab49a2f prep for release 5 years ago
  James Ahlborn 9c638f35bf overrides everywhere 5 years ago
  James Ahlborn a92bc3439f more javadoc fixes 5 years ago
  James Ahlborn bd34641972 more javadocs tweaks; update changes for java 8 5 years ago
  James Ahlborn df615627c3 get javadocs displaying correctly 5 years ago
  James Ahlborn c1aa151cd4 add LocalDateTime variants for various public Date based methods 5 years ago
  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 5 years ago
  James Ahlborn 21fe1417bb use interface to pass zone info into date/time conversion methods 5 years ago
  James Ahlborn 843a44dfe0 switch expression engine to LocalDateTime 5 years ago
  James Ahlborn 99af2bc3a6 round LDT date/times to millis; add some initial tests for LDT times 5 years ago
  James Ahlborn abf32c90b1 initial support for LocalDateTime and Temporal types 5 years ago
  James Ahlborn cd6d6e622c minor tweaks to date handling; clear caches when config updated; ensure date formats have correct symbols 5 years ago
  James Ahlborn 6626d6b28f add support for Path 5 years ago
  James Ahlborn 322126f37d ditch log4j 5 years ago
  James Ahlborn ecccae0407 upgrade poi; upgrade various plugins 5 years ago
  James Ahlborn f6315def9c switch to commons lang3 5 years ago
  James Ahlborn 985b867496 update parent pom; fix test failure 5 years ago
  James Ahlborn d209a57058 implement Format with predefined formats 5 years ago
  James Ahlborn 8c64c96af6 currency format uses parens; add bool predefined formats 5 years ago
  James Ahlborn dad3be567a beginnings of general format support 5 years ago
  James Ahlborn ea8a75596c share nchars impl 5 years ago
  James Ahlborn 276ed56910 cache and reuse DecimalFormat instances 5 years ago