14 Commits (17908417ae79b7272f6ae05aa28ea3554a2761b5)

Author SHA1 Message Date
  James Ahlborn 17908417ae relicense with Apache License 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 b9dcd48b43 some minor cleanups for reading and writing calculated columns (issue #105) 9 years ago
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) 9 years ago
  James Ahlborn 111f269f83 refactor ColumnImpl into multiple type specific sub-classes 9 years ago
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles 10 years ago
  James Ahlborn f73e6c33c7 add initial ColumnValidator support 10 years ago
  James Ahlborn a3c4f6214b attempt to restore autonumbers on some add row failures 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 4ecff29629 add public api for modifying properties 10 years ago
  James Ahlborn 97eadc5acd minor updates and refactors 10 years ago
  James Ahlborn 012c3e7c30 Ignore invalid column usage map definitions, fixes issue 97 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 c622f4dc2f use ExportUtil to implement display method 10 years ago
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 10 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 6f2b4edfeb enhance javadoc 12 years ago
  James Ahlborn 0aa749f025 add some more useful byte operations 12 years ago
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) 12 years ago
  James Ahlborn 401c86401e handle wrong array type passed to addRow 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 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 8953c5364d stash nullmask in rowstate 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 1eda5c96a8 Fix issue with reading Access 97 database with large number of fields 12 years ago
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc 12 years ago
  James Ahlborn 599d2da23e add some methods to approximate table size 13 years ago
  James Ahlborn 82caf7c825 add a few util methods related to indexes and joins 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 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 f96ce156f9 more comment updates 13 years ago
  James Ahlborn 6bd4a16a65 add some method use clarifaction docs. 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 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 ab5fead7ce allow column order in tables to be configured (fixes #3097387) 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 1d14558bd1 Fix some places where table/column names were not being handled case-insensitively. (fix #3011084) 14 years ago
  James Ahlborn e94abeff3a enable big index support by default 14 years ago
  James Ahlborn 350e547443 Set overflow info in header row, not in last data row. (fixes #2919216) 14 years ago
  James Ahlborn d590fa696b minor refactor 14 years ago
  James Ahlborn c190f7216c support reading/writing fixed length text columns (fixe #2886370) 14 years ago
  James Ahlborn efca0b593b add some more tests/utility code for row updates 14 years ago
  James Ahlborn a49de754bc initial update row support 14 years ago
  James Ahlborn 03de09743b initial support for guid indexes and guid autonumbers 14 years ago