846 Commits (060172ce30489655622702db9f3c6ce119636735)
 

Author SHA1 Message Date
  James Ahlborn 060172ce30 reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 8 years ago
  James Ahlborn f2578a5a48 few minor cleanups 8 years ago
  James Ahlborn 7e0838c282 rework public api for adding index/column, ditch TableModBuilder 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 627e22dee7 merge trunk changes through r992 8 years ago
  James Ahlborn a13844dd37 [maven-release-plugin] prepare for next development iteration 8 years ago
  James Ahlborn a364d7389e [maven-release-plugin] prepare release jackcess-2.1.4 8 years ago
  James Ahlborn a3f847cf1f prep for release 8 years ago
  James Ahlborn 47a9886af5 primary key indexes should also have required flag 8 years ago
  James Ahlborn 0236f5a65c primary key indexes should also have required flag 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 631d2c1901 create branch for mutation operations 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 914e5af35c Allow null values in foreign key fields when enforcing referential integrity. Fixes issue #136 8 years ago
  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 years ago
  James Ahlborn afdc6f96fe updates 8 years ago
  James Ahlborn 69b84ac737 Fix missing column names in AppendQuery SQL strings. Fixes #131 8 years ago
  James Ahlborn fb33e1e13f typo 8 years ago
  James Ahlborn c6b441a04e [maven-release-plugin] prepare for next development iteration 8 years ago
  James Ahlborn 08407992ba [maven-release-plugin] prepare release jackcess-2.1.3 8 years ago
  James Ahlborn 6ad52937db prep for release 8 years ago
  James Ahlborn 791bd255a5 move some common site config to parent pom 8 years ago
  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 years ago
  James Ahlborn 0d5f1566e0 more site cleanup 8 years ago
  James Ahlborn be27c7174c minor tweak to iterator 8 years ago
  James Ahlborn beda429085 some aq updates 8 years ago
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 years ago
  James Ahlborn 6f8cb2c027 suppress some useless warnings 8 years ago
  James Ahlborn 904f4ffa9d suppress some useless warnings 8 years ago
  James Ahlborn c114faa659 throw better exception when attempting to create file which does not support creation 8 years ago
  James Ahlborn 86b2f3a983 update parent pom 8 years ago
  James Ahlborn cfb34746c8 cleanup findbugs report 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 beb77e7da5 pretty up the site 8 years ago
  James Ahlborn f98954ce8f add github mirror link to site 8 years ago
  James Ahlborn 1809de489c undo accidental commit 8 years ago
  James Ahlborn 04dcb1fffa add readme 8 years ago
  James Ahlborn 76c4ed7838 fix borked javadoc tag 9 years ago
  James Ahlborn 25a0db6384 [maven-release-plugin] prepare for next development iteration 9 years ago
  James Ahlborn 392643beb4 [maven-release-plugin] prepare release jackcess-2.1.2 9 years ago
  James Ahlborn d46178daed prep for release 9 years ago
  James Ahlborn be706546be Fix handling of dateTimes before the access epoch. fixes issue #126 9 years ago