41 Commits (19ee157d4a7f8f26ed4950eb18d14721c54bb1a5)

Author SHA1 Message Date
  James Ahlborn 19ee157d4a ensure unit tests run reliably in different locales 4 months ago
  James Ahlborn b02d1df66c Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fixes #46 1 year ago
  James Ahlborn b5aa0575e5 Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1 year ago
  James Ahlborn a61e2da7fe Add Table methods to access the creation and last modified dates 2 years ago
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. 3 years ago
  James Ahlborn 43d6d9b38f Add more static utility methods to DatabaseBuilder to enable more succinct object construction code using static imports 3 years ago
  James Ahlborn 450ef90a1c change the default DateTimeType to LOCAL_DATE_TIME 4 years ago
  James Ahlborn 11bf84249c add stream support to Iterable classes; add some unit tests with streaming 4 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 0f568a4620 add system prop for date/time type; rework how date/times are written based on date/time type 5 years ago
  James Ahlborn c1aa151cd4 add LocalDateTime variants for various public Date based methods 5 years ago
  James Ahlborn 21fe1417bb use interface to pass zone info into date/time conversion methods 5 years ago
  James Ahlborn abf32c90b1 initial support for LocalDateTime and Temporal types 5 years ago
  James Ahlborn 6626d6b28f add support for Path 5 years ago
  James Ahlborn 54972c4de5 Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson 7 years ago
  James Ahlborn 4de28cb4f6 update javadocs, minor cleanups 7 years ago
  James Ahlborn 4e5fe7ec04 Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 8 years ago
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 years ago
  James Ahlborn e8616e6476 Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 9 years ago
  James Ahlborn ee49db8317 more unit test speedups using in mem dbs 9 years ago
  James Ahlborn 0e1f59df4d refactor DatabaseTest into more test classes 9 years ago
  James Ahlborn fcf9ef1843 reorg a bunch of utility code into the TestUtil class 9 years ago
  James Ahlborn 4920d75eee use inmem dbs to speed up slow unit tests 9 years ago
  James Ahlborn 17908417ae relicense with Apache License 9 years ago
  James Ahlborn babfdb1947 add some convenience methods for new TableIterableBuilder; add change notes for linked table updates 9 years ago
  James Ahlborn 4ffcf30a2a fix linked table test; add unit tests for new table iteration methods 9 years ago
  James Ahlborn 535c89ba66 test isLinkedTable method, feature #28 9 years ago
  James Ahlborn d50370e04a more unit tests for unicode compression 9 years ago
  James Ahlborn a0c7c8dc68 rework unicode compression support, fixes issue 111 9 years ago
  James Ahlborn f17433f2de fix regression where empty memo values are returned as null (issue 110) 9 years ago
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) 9 years ago
  James Ahlborn 5ab3c60555 more test speedups 9 years ago
  James Ahlborn 31ade43566 speed up unit tests by delaying disk syncs 9 years ago
  James Ahlborn 840ccbde0f add convenience methods to Row for getting values cast to specific types 10 years ago
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles 10 years ago
  James Ahlborn a478c716e0 Fix NullPointerException in RowImpl.toString when value is null. 10 years ago
  James Ahlborn 34eea4b0f7 tweak oleblob tests 10 years ago
  James Ahlborn 14afae193e add some oleblob unit tests 10 years ago
  James Ahlborn 4b0ba583ec fix rawstring tostring tests 10 years ago
  James Ahlborn e7409f5aa2 fix unit test broken by tostring changes 10 years ago
  James Ahlborn 417fb06208 move files into standard maven dir structure 10 years ago
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 11 years ago
  James Ahlborn 77d30c4fdb use shared Calendar instance to converting Dates 11 years ago
  James Ahlborn bc30f4c165 Fix some more edge cases in date/time conversions (fixes issue 92) 11 years ago
  James Ahlborn 74b23acf24 Added the MemFileChannel to enable working with dbs completely in memory 11 years ago
  James Ahlborn fe78870364 Added DatabaseBuilder in for more convenient and flexible Database open/create 11 years ago
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) 12 years ago
  James Ahlborn 2bee7a4b46 add some cleanup code to unit tests 12 years ago
  James Ahlborn aafaa8f127 some tweaks, fixes, and tests for unsupported values 12 years ago
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 years ago