194 Commits (c42fa0595943dd9056709cb9f7b7ae98d22223f4)

Author SHA1 Message Date
  James Ahlborn 09c42b87bb Load linked table info from system table when reading databases with unsupported sort orders. Fixes issue #123 9 years ago
  James Ahlborn 17908417ae relicense with Apache License 9 years ago
  James Ahlborn 2702b79151 prep for release 9 years ago
  James Ahlborn f97595dea9 cleanup some ColumnBuilder stuff around copying existing columns, remove useless warning; fixes #120 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 babfdb1947 add some convenience methods for new TableIterableBuilder; add change notes for linked table updates 9 years ago
  James Ahlborn 8a22b4e252 handle input String boolean values 9 years ago
  James Ahlborn 95d0db424e Make ColumnBuilder.setMaxLength do the right thing regardless of column type. Add setMaxScale and setMaxPrecision helpers. Make default length for TEXT columns the max length 9 years ago
  James Ahlborn 5d07437b86 prep for release 9 years ago
  James Ahlborn d327ceb55e Better validation of identifier names (disallow invalid characters according to access naming rules) 9 years ago
  James Ahlborn e6e0208c97 Don't double quote already quoted identifiers. fixes patch 18 9 years ago
  James Ahlborn 2e461c270a Fix table name quoting for append and make table queries. fixes patch #17 9 years ago
  James Ahlborn bae32bb3b1 Add newer sql type to access type mappings if the jvm supports them. fixes #113 9 years ago
  James Ahlborn a9a5aeaeb4 prep for release 9 years ago
  James Ahlborn 45d9cf846b make money columns report accurate scale/precision, fixes #112 9 years ago
  James Ahlborn a0c7c8dc68 rework unicode compression support, fixes issue 111 9 years ago
  James Ahlborn 2aff8dc9da prep for release 9 years ago
  James Ahlborn f17433f2de fix regression where empty memo values are returned as null (issue 110) 9 years ago
  James Ahlborn 94148f092f IndexCursor can early exit when searching based on indexed values, fixes 109 9 years ago
  James Ahlborn 5aaf048fe7 prepare for release 9 years ago
  James Ahlborn 2e8ed25916 Add the ability to create tables with calculated fields 9 years ago
  James Ahlborn d608f41a7a add ability to set properties in the various Bulders 9 years ago
  James Ahlborn b9dcd48b43 some minor cleanups for reading and writing calculated columns (issue #105) 9 years ago
  James Ahlborn 7049764860 Add Cursor.findRow(RowId) for moving to a specific Table row using only the RowId 10 years ago
  James Ahlborn 174b3ed65d prep for release 10 years ago
  James Ahlborn f73e6c33c7 add initial ColumnValidator support 10 years ago
  James Ahlborn 13f155cde7 prep for release 10 years ago
  James Ahlborn a478c716e0 Fix NullPointerException in RowImpl.toString when value is null. 10 years ago
  James Ahlborn 3aee5bb91b prep for release 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 e1ef52cc0b add feature number to changes 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 1df57e1e7e prep for release 10 years ago
  James Ahlborn 278325116e prep for release 10 years ago
  James Ahlborn b8bc76a82e clarify changes 10 years ago
  James Ahlborn bcbcda7563 Add support for modifying properties 10 years ago
  James Ahlborn 1adb6ea69d Make reading long value columns more lenient (MEMO/OLE) 10 years ago
  James Ahlborn 012c3e7c30 Ignore invalid column usage map definitions, fixes issue 97 10 years ago
  James Ahlborn 966b10b933 initial support for blob creation/parsing 10 years ago
  James Ahlborn a1940946b9 add changelog info for 2.0.0 release 10 years ago
  James Ahlborn b06edcdf8b add branch release info 10 years ago
  James Ahlborn 790b943d77 Fix reading of Properties with multiple value blocks (issue 96) 11 years ago
  James Ahlborn 494c81267e updates from 1.x branch 11 years ago
  James Ahlborn 84b1d9da4b merge branch jackcess-1.2.14 changes through r764 11 years ago
  James Ahlborn 637e821bdd prep for release 11 years ago
  James Ahlborn ad29cca71e implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issue 95 11 years ago
  James Ahlborn 931a69262c prep for release 11 years ago
  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