14 Commits (17908417ae79b7272f6ae05aa28ea3554a2761b5)

Autor SHA1 Nachricht Datum
  James Ahlborn 17908417ae relicense with Apache License vor 9 Jahren
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 vor 9 Jahren
  James Ahlborn b9dcd48b43 some minor cleanups for reading and writing calculated columns (issue #105) vor 9 Jahren
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) vor 9 Jahren
  James Ahlborn 111f269f83 refactor ColumnImpl into multiple type specific sub-classes vor 9 Jahren
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles vor 10 Jahren
  James Ahlborn f73e6c33c7 add initial ColumnValidator support vor 10 Jahren
  James Ahlborn a3c4f6214b attempt to restore autonumbers on some add row failures vor 10 Jahren
  James Ahlborn aa1c80cbff Rework row add/update so that constraint violations do not leave behind partially written rows, fixes issue 99 vor 10 Jahren
  James Ahlborn 4ecff29629 add public api for modifying properties vor 10 Jahren
  James Ahlborn 97eadc5acd minor updates and refactors vor 10 Jahren
  James Ahlborn 012c3e7c30 Ignore invalid column usage map definitions, fixes issue 97 vor 10 Jahren
  James Ahlborn 613141a12a revamp tostring output vor 10 Jahren
  James Ahlborn 417fb06208 move files into standard maven dir structure vor 10 Jahren
  James Ahlborn c622f4dc2f use ExportUtil to implement display method vor 11 Jahren
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 vor 11 Jahren
  James Ahlborn ad29cca71e implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issue 95 vor 11 Jahren
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) vor 11 Jahren
  James Ahlborn 6f2b4edfeb enhance javadoc vor 12 Jahren
  James Ahlborn 0aa749f025 add some more useful byte operations vor 12 Jahren
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) vor 12 Jahren
  James Ahlborn 401c86401e handle wrong array type passed to addRow vor 12 Jahren
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability vor 12 Jahren
  James Ahlborn 329d12ecc1 refactor table creation vor 12 Jahren
  James Ahlborn ede3f48641 Reuse previously written memo/ole values when updating other values in a row in order to reduce unnecessary data duplication vor 12 Jahren
  James Ahlborn 8953c5364d stash nullmask in rowstate vor 12 Jahren
  James Ahlborn 6986ee24dc Fix problem with creating tables with indexes where ms access could not open the created table vor 12 Jahren
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) vor 12 Jahren
  James Ahlborn 1eda5c96a8 Fix issue with reading Access 97 database with large number of fields vor 12 Jahren
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc vor 12 Jahren
  James Ahlborn 599d2da23e add some methods to approximate table size vor 13 Jahren
  James Ahlborn 82caf7c825 add a few util methods related to indexes and joins vor 13 Jahren
  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. vor 13 Jahren
  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) vor 13 Jahren
  James Ahlborn f96ce156f9 more comment updates vor 13 Jahren
  James Ahlborn 6bd4a16a65 add some method use clarifaction docs. vor 13 Jahren
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties vor 13 Jahren
  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 vor 13 Jahren
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created vor 13 Jahren
  James Ahlborn 0f7f2b12b4 more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) vor 13 Jahren
  James Ahlborn ab5fead7ce allow column order in tables to be configured (fixes #3097387) vor 13 Jahren
  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) vor 14 Jahren
  James Ahlborn 1d14558bd1 Fix some places where table/column names were not being handled case-insensitively. (fix #3011084) vor 14 Jahren
  James Ahlborn e94abeff3a enable big index support by default vor 14 Jahren
  James Ahlborn 350e547443 Set overflow info in header row, not in last data row. (fixes #2919216) vor 14 Jahren
  James Ahlborn d590fa696b minor refactor vor 14 Jahren
  James Ahlborn c190f7216c support reading/writing fixed length text columns (fixe #2886370) vor 14 Jahren
  James Ahlborn efca0b593b add some more tests/utility code for row updates vor 14 Jahren
  James Ahlborn a49de754bc initial update row support vor 14 Jahren
  James Ahlborn 03de09743b initial support for guid indexes and guid autonumbers vor 14 Jahren