30 Commits (cea1bf2b3852c2a0867650162812ad8cb214cbf3)

Author SHA1 Message Date
  James Ahlborn cea1bf2b38 implement logic to determine if relationship is one-to-one 7 years ago
  James Ahlborn 060172ce30 reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 8 years ago
  James Ahlborn 4dddf8bcbe populate new index data after creation 8 years ago
  James Ahlborn 523a31dad2 get add index def functional 8 years ago
  James Ahlborn 01e9427fe9 implement check for determining backing index data 8 years ago
  James Ahlborn 8f482230a1 implement most of the dirty work for adding indexes 8 years ago
  James Ahlborn a45ac7fc22 checkpointing some progress on add index 8 years ago
  James Ahlborn aa9555c667 add support for sharing backing index data across indexes during table creation 8 years ago
  James Ahlborn f243a99315 actually write added column usage maps correctly 8 years ago
  James Ahlborn b110c2f3ed add usage maps for lval cols 8 years ago
  James Ahlborn c1c9b4fec2 begin adding umap support 8 years ago
  James Ahlborn 595044d1a5 some initial code for mutation support 8 years ago
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. 8 years ago
  James Ahlborn 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 8 years ago
  James Ahlborn d70251c8fb tweak some docs 9 years ago
  James Ahlborn e8616e6476 Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 9 years ago
  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 10 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 11 years ago
  James Ahlborn c622f4dc2f use ExportUtil to implement display method 11 years ago
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 11 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 13 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