42 次代码提交 (d231efd46cd5f1e4c5c0fff850e10f860b7fced2)

作者 SHA1 备注 提交日期
  James Ahlborn 9c638f35bf overrides everywhere 5 年前
  James Ahlborn ecccae0407 upgrade poi; upgrade various plugins 5 年前
  James Ahlborn f6315def9c switch to commons lang3 5 年前
  James Ahlborn 2faf773bb9 return all values in map so that default values, calc values, etc get returned to caller 6 年前
  James Ahlborn f5659151a3 Create new usage map correctly when adding an index to an existing table. fixes #147 6 年前
  James Ahlborn 1a8771e555 plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6 年前
  James Ahlborn 5a39a80966 start enforcing the required and no-zero len column properties 6 年前
  James Ahlborn 4feb8fbfd1 Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index. 7 年前
  James Ahlborn a30708e2ce Add support for global usage maps which are reference type maps. fixes issue #138 7 年前
  James Ahlborn 545c026985 more update tests; fix minor bug with allocating new usage maps 7 年前
  James Ahlborn fb78ea1075 remove debug output 7 年前
  James Ahlborn cea1bf2b38 implement logic to determine if relationship is one-to-one 7 年前
  James Ahlborn 060172ce30 reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 年前
  James Ahlborn 4dddf8bcbe populate new index data after creation 8 年前
  James Ahlborn 523a31dad2 get add index def functional 8 年前
  James Ahlborn 01e9427fe9 implement check for determining backing index data 8 年前
  James Ahlborn 8f482230a1 implement most of the dirty work for adding indexes 8 年前
  James Ahlborn a45ac7fc22 checkpointing some progress on add index 8 年前
  James Ahlborn aa9555c667 add support for sharing backing index data across indexes during table creation 8 年前
  James Ahlborn f243a99315 actually write added column usage maps correctly 8 年前
  James Ahlborn b110c2f3ed add usage maps for lval cols 8 年前
  James Ahlborn c1c9b4fec2 begin adding umap support 8 年前
  James Ahlborn 595044d1a5 some initial code for mutation support 8 年前
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. 8 年前
  James Ahlborn 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 8 年前
  James Ahlborn d70251c8fb tweak some docs 9 年前
  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 年前
  James Ahlborn 17908417ae relicense with Apache License 9 年前
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 9 年前
  James Ahlborn b9dcd48b43 some minor cleanups for reading and writing calculated columns (issue #105) 9 年前
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) 9 年前
  James Ahlborn 111f269f83 refactor ColumnImpl into multiple type specific sub-classes 9 年前
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles 10 年前
  James Ahlborn f73e6c33c7 add initial ColumnValidator support 10 年前
  James Ahlborn a3c4f6214b attempt to restore autonumbers on some add row failures 10 年前
  James Ahlborn aa1c80cbff Rework row add/update so that constraint violations do not leave behind partially written rows, fixes issue 99 10 年前
  James Ahlborn 4ecff29629 add public api for modifying properties 10 年前
  James Ahlborn 97eadc5acd minor updates and refactors 10 年前
  James Ahlborn 012c3e7c30 Ignore invalid column usage map definitions, fixes issue 97 10 年前
  James Ahlborn 613141a12a revamp tostring output 10 年前
  James Ahlborn 417fb06208 move files into standard maven dir structure 10 年前
  James Ahlborn c622f4dc2f use ExportUtil to implement display method 10 年前
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 11 年前
  James Ahlborn ad29cca71e implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issue 95 11 年前
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) 11 年前
  James Ahlborn 6f2b4edfeb enhance javadoc 12 年前
  James Ahlborn 0aa749f025 add some more useful byte operations 12 年前
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) 12 年前
  James Ahlborn 401c86401e handle wrong array type passed to addRow 12 年前
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability 12 年前