25 Commits (dfaab620c5d44a7682ff392dbc4cf36b8a50164d)

Author SHA1 Message Date
  James Ahlborn dfaab620c5 do not increment unique entry count when replacing an existing entry 9 months ago
  James Ahlborn b02d1df66c Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fixes #46 1 year ago
  James Ahlborn 9706c1f1e5 Add support for extended date/time type in access 2019+ dbs 3 years ago
  James Ahlborn f9202b4fab use new general 97 index support 4 years ago
  James Ahlborn 9c638f35bf overrides everywhere 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 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 years ago
  James Ahlborn 4feb8fbfd1 Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index. 7 years ago
  James Ahlborn a30708e2ce Add support for global usage maps which are reference type maps. fixes issue #138 7 years ago
  James Ahlborn 060172ce30 reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 8 years ago
  James Ahlborn 523a31dad2 get add index def functional 8 years ago
  James Ahlborn 8f482230a1 implement most of the dirty work for adding indexes 8 years ago
  James Ahlborn a45ac7fc22 checkpointing some progress on add index 8 years ago
  James Ahlborn aa9555c667 add support for sharing backing index data across indexes during table creation 8 years ago
  James Ahlborn c1c9b4fec2 begin adding umap support 8 years ago
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. 8 years ago
  James Ahlborn 17908417ae relicense with Apache License 9 years ago
  James Ahlborn fad035e0b9 Implement support for indexes on BINARY fields 9 years ago
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 9 years ago
  James Ahlborn 6058071abd fix log message 10 years ago
  James Ahlborn aa1c80cbff Rework row add/update so that constraint violations do not leave behind partially written rows, fixes issue 99 10 years ago
  James Ahlborn 1b850aa21f Add ConstraintViolationException to distinguish exceptions due to violating database constraints from other random errors. 10 years ago
  James Ahlborn 613141a12a revamp tostring output 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 ad29cca71e implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issue 95 11 years ago
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) 11 years ago
  James Ahlborn 0aa749f025 add some more useful byte operations 12 years ago
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability 12 years ago
  James Ahlborn 329d12ecc1 refactor table creation 12 years ago
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 years ago
  James Ahlborn 599d2da23e add some methods to approximate table size 13 years ago
  James Ahlborn 955c6654b7 better handling of read-only indexes 13 years ago
  James Ahlborn 09a9f38092 require writeable index for system catalog 13 years ago
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly 13 years ago
  James Ahlborn d4c3d92452 add mostly functional support for access 2010 new general text sort order 13 years ago
  James Ahlborn 68da7f6fc2 some index data handling refactoring for future support of the new text index encodding in 2010 13 years ago
  James Ahlborn 797c0a377d add additional (unknown) flag when writing indexes 13 years ago
  James Ahlborn 48e87a4564 general revamp of table finding using index backed cursors; use object flags to determine system/hidden objects; read/write text column sort order 13 years ago
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created 13 years ago
  James Ahlborn 0f7f2b12b4 more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 years ago
  James Ahlborn 6b500b7dbf minor refactor 13 years ago
  James Ahlborn 13e81be7d5 add (initial) read-only support for Access 97 (jet format 3) databases (#3003375); add various ways to override charset and timezone (#2997751) 14 years ago
  James Ahlborn 4868f83aa6 merge branch newformats changes through r453 14 years ago
  James Ahlborn d2a4e05eb5 fix some text index edge cases; add some extensive text index unit tests; add some comments 14 years ago
  James Ahlborn 5ef7075058 use custom byte stream 14 years ago
  James Ahlborn b9f8f8502c initial index support for all characters in BMP 0 14 years ago
  James Ahlborn 8c625cfd2c add support for index owned pages usage maps 14 years ago
  James Ahlborn a49de754bc initial update row support 14 years ago