108 コミット (cea1bf2b3852c2a0867650162812ad8cb214cbf3)

作成者 SHA1 メッセージ 日付
  James Ahlborn cea1bf2b38 implement logic to determine if relationship is one-to-one 7年前
  James Ahlborn 4958d26f36 update comment 7年前
  James Ahlborn c0f012de1f some fixups to get rel insert functional 7年前
  James Ahlborn 75b8acd8a2 updates 7年前
  James Ahlborn 05c3c85cc9 implement method for writing new relationship to db 7年前
  James Ahlborn 7f6559f8f1 add some utility methods for creating relationship indexes 8年前
  James Ahlborn 414bb453e4 begin work on adding relationships 8年前
  James Ahlborn 060172ce30 reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 8年前
  James Ahlborn f2578a5a48 few minor cleanups 8年前
  James Ahlborn 7e0838c282 rework public api for adding index/column, ditch TableModBuilder 8年前
  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 47a9886af5 primary key indexes should also have required flag 8年前
  James Ahlborn 0236f5a65c primary key indexes should also have required flag 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 914e5af35c Allow null values in foreign key fields when enforcing referential integrity. Fixes issue #136 8年前
  James Ahlborn 4e5fe7ec04 Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 8年前
  James Ahlborn 69b84ac737 Fix missing column names in AppendQuery SQL strings. Fixes #131 8年前
  James Ahlborn 6deaa095c7 Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129 8年前
  James Ahlborn be27c7174c minor tweak to iterator 8年前
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8年前
  James Ahlborn c114faa659 throw better exception when attempting to create file which does not support creation 8年前
  James Ahlborn cfb34746c8 cleanup findbugs report 8年前
  James Ahlborn 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 8年前
  James Ahlborn 1809de489c undo accidental commit 8年前
  James Ahlborn 04dcb1fffa add readme 8年前
  James Ahlborn 76c4ed7838 fix borked javadoc tag 9年前
  James Ahlborn be706546be Fix handling of dateTimes before the access epoch. fixes issue #126 9年前
  James Ahlborn b521c2b020 handle reading null calculated values, fixes #125 9年前
  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 0521456553 more user friendly exception message 9年前
  James Ahlborn 09c42b87bb Load linked table info from system table when reading databases with unsupported sort orders. Fixes issue #123 9年前
  James Ahlborn 17908417ae relicense with Apache License 9年前
  James Ahlborn 99fa877f0f remove unused loggers 9年前
  James Ahlborn e4e4ba42f6 need to compare primitive short 9年前
  James Ahlborn f97595dea9 cleanup some ColumnBuilder stuff around copying existing columns, remove useless warning; fixes #120 9年前
  James Ahlborn 535fc3dac5 better index setup call 9年前
  James Ahlborn fad035e0b9 Implement support for indexes on BINARY fields 9年前
  James Ahlborn b60366623e missed a few more error context usages 9年前
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 9年前
  James Ahlborn babfdb1947 add some convenience methods for new TableIterableBuilder; add change notes for linked table updates 9年前