170 Revize (df11087a5e84d19d629f6c05156542f1eb18fce0)

Autor SHA1 Zpráva Datum
  James Ahlborn 0f29696f8d make attachment decoding the default před 11 roky
  James Ahlborn 741093e3a2 add attachment encoding support před 11 roky
  James Ahlborn 52df2373c7 add methods to get the actual attachment content před 11 roky
  James Ahlborn 99f648a340 add more methods to Database for retrieving Relationships před 11 roky
  James Ahlborn be3cd1952c fix unit test on windows před 11 roky
  James Ahlborn 77d30c4fdb use shared Calendar instance to converting Dates před 11 roky
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) před 11 roky
  James Ahlborn bc30f4c165 Fix some more edge cases in date/time conversions (fixes issue 92) před 11 roky
  James Ahlborn 7d20c4cee1 expand test coverage, minor tweaks před 11 roky
  James Ahlborn 74b23acf24 Added the MemFileChannel to enable working with dbs completely in memory před 11 roky
  James Ahlborn fe78870364 Added DatabaseBuilder in for more convenient and flexible Database open/create před 11 roky
  James Ahlborn 3e547e1d59 Add some more functionality to Joiner to facilitate integrity enforcement (hasRows and deleteRows) před 11 roky
  James Ahlborn ecb46de7fd reset position/limit after encoding page před 12 roky
  James Ahlborn acdd431dcf add codechandler unit test před 12 roky
  James Ahlborn 782e617538 Fix NPE when running unit tests with db format MSISAM (fixes issue 3529534) před 12 roky
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) před 12 roky
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability před 12 roky
  James Ahlborn 67560e68f2 Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations před 12 roky
  James Ahlborn 54e66161e1 Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. před 12 roky
  James Ahlborn ede3f48641 Reuse previously written memo/ole values when updating other values in a row in order to reduce unnecessary data duplication před 12 roky
  James Ahlborn 2bee7a4b46 add some cleanup code to unit tests před 12 roky
  James Ahlborn aafaa8f127 some tweaks, fixes, and tests for unsupported values před 12 roky
  James Ahlborn eaccccc135 implement complex value deletion před 12 roky
  James Ahlborn 651986878e implement unsupported complex value support; add some javadocs před 12 roky
  James Ahlborn 5f22dff2bb add 2010 complex test db před 12 roky
  James Ahlborn cb3b8085cc add 2007 complex test db před 12 roky
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) před 12 roky
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables před 13 roky
  James Ahlborn 82caf7c825 add a few util methods related to indexes and joins před 13 roky
  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. před 13 roky
  James Ahlborn a2a38a7c28 cleanup properties před 13 roky
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index před 13 roky
  James Ahlborn c10c32949f add 2010 unit tests před 13 roky
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly před 13 roky
  James Ahlborn d4c3d92452 add mostly functional support for access 2010 new general text sort order před 13 roky
  James Ahlborn 72f50d3386 add method to grab default sort order před 13 roky
  James Ahlborn 4423e6d443 fix usage map promotion test před 13 roky
  James Ahlborn 78f474c594 remove exec prop před 13 roky
  James Ahlborn 57b0b6c06a update usage map test před 13 roky
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties před 13 roky
  James Ahlborn b45b32f4a3 fix test info před 13 roky
  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 před 13 roky
  James Ahlborn 0d110601e7 remove extraneous compact error table před 13 roky
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created před 13 roky
  James Ahlborn f32d67c432 really fix timezone issue in ExportTest (fixes #3194251) před 13 roky
  James Ahlborn 0f7f2b12b4 more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) před 13 roky
  James Ahlborn c838485b70 specify timezone in export test (fixes #3179802) před 13 roky
  James Ahlborn 278e24c401 no write tests for MSISAM currently před 13 roky
  James Ahlborn daa13d12fe add ability to customize column value matching in cursor findRow (fixes #3105829) před 13 roky
  James Ahlborn b9cb058b5a add support for specifying a quote character on import před 13 roky