126 Commits (0f29696f8db3fc38076a03d228006ad8d4a970df)

Author SHA1 Message Date
  James Ahlborn 0f29696f8d make attachment decoding the default 11 years ago
  James Ahlborn 52df2373c7 add methods to get the actual attachment content 11 years ago
  James Ahlborn 99f648a340 add more methods to Database for retrieving Relationships 11 years ago
  James Ahlborn 403148760b Fix partial page updates when using CodecHandlers which can only do full page encoding 11 years ago
  James Ahlborn a306bd91f6 retry release 11 years ago
  James Ahlborn 5b59ca91f5 prep for release 11 years ago
  James Ahlborn 7811de23a2 do not unicode compress strings which are longer than 1024 chars 11 years ago
  James Ahlborn 841a96e1a5 prepare for release 11 years ago
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) 11 years ago
  James Ahlborn c0d41579f0 add support for hyperlink columns 11 years ago
  James Ahlborn ec386dda87 fix typo 11 years ago
  James Ahlborn ce06d6ffdd plugin updates, sf updates 11 years ago
  James Ahlborn 212316ae96 prep for release 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 3e547e1d59 Add some more functionality to Joiner to facilitate integrity enforcement (hasRows and deleteRows) 11 years ago
  James Ahlborn fb1dd83fc4 prep for release 12 years ago
  James Ahlborn fb3533f162 rework partial page writing and interacting with CodecHandlers (issue #3532250) 12 years ago
  James Ahlborn 4fd4eb6ea2 Add ImportUtil.toColumns to enable more advanced Table creation implementations (fixes issue 3523181) 12 years ago
  James Ahlborn 782e617538 Fix NPE when running unit tests with db format MSISAM (fixes issue 3529534) 12 years ago
  James Ahlborn 2012b9931d add osgi header information to the jar manifest (fixes issue 3523179) 12 years ago
  James Ahlborn 499897124c doc updates 12 years ago
  James Ahlborn 642ebcb312 prep for release 12 years ago
  James Ahlborn e2c2b16bdd add initial support for linked tables (fixes issue 3479560) 12 years ago
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) 12 years ago
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability 12 years ago
  James Ahlborn 6ef9364e2d prep for release 12 years ago
  James Ahlborn 67560e68f2 Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations 12 years ago
  James Ahlborn 2661755b79 Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. 12 years ago
  James Ahlborn ede3f48641 Reuse previously written memo/ole values when updating other values in a row in order to reduce unnecessary data duplication 12 years ago
  James Ahlborn 84f12a0fbe Fix problem with reading row from table with deleted/added columns. (fixes 3435774) 12 years ago
  James Ahlborn b3c0419b7e add issueid to changelog 12 years ago
  James Ahlborn 6986ee24dc Fix problem with creating tables with indexes where ms access could not open the created table 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 5c26bddb64 prepare for release 12 years ago
  James Ahlborn 1eda5c96a8 Fix issue with reading Access 97 database with large number of fields 12 years ago
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables 13 years ago
  James Ahlborn 599d2da23e add some methods to approximate table size 13 years ago
  James Ahlborn deb9e04ba9 Enable basic handling of unsupported data types as binary content. 13 years ago
  James Ahlborn 69f4ea2454 Add the Joiner utility and some new methods to IndexCursor to make it easier to join tables using pre-defined (index backed) relationships. 13 years ago
  James Ahlborn d3ea113a92 try multiple classloaders when trying to load resources 13 years ago
  James Ahlborn 58497c428c prep for release 13 years ago
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index 13 years ago
  James Ahlborn 36003393bd Access expects a row to be at least big enough to hold all fixed values, even if they are null. (fixes #3181334) 13 years ago
  James Ahlborn d4c3d92452 add mostly functional support for access 2010 new general text sort order 13 years ago
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties 13 years ago
  James Ahlborn 8b2565deb2 prep for release 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