13 Révisions (f40b4f0cfd1e36da0f913e16a889d89a2cc8e329)

Auteur SHA1 Message Date
  James Ahlborn f40b4f0cfd set fk type il y a 7 ans
  James Ahlborn 6d1576e9f1 implement adding indexes for integ enforced relationships il y a 7 ans
  James Ahlborn 8d88e1737d implement fkref writing; more error context; make relationship name unique il y a 7 ans
  James Ahlborn 060172ce30 reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator il y a 7 ans
  James Ahlborn 8f482230a1 implement most of the dirty work for adding indexes il y a 8 ans
  James Ahlborn a45ac7fc22 checkpointing some progress on add index il y a 8 ans
  James Ahlborn aa9555c667 add support for sharing backing index data across indexes during table creation il y a 8 ans
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. il y a 8 ans
  James Ahlborn 17908417ae relicense with Apache License il y a 9 ans
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 il y a 9 ans
  James Ahlborn 0f766b14c3 remove unnecessary methods il y a 10 ans
  James Ahlborn 613141a12a revamp tostring output il y a 10 ans
  James Ahlborn 417fb06208 move files into standard maven dir structure il y a 10 ans
  James Ahlborn dccac86c85 expand javadocs for core interfaces il y a 10 ans
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 il y a 11 ans
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability il y a 12 ans
  James Ahlborn 329d12ecc1 refactor table creation il y a 12 ans
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index il y a 13 ans
  James Ahlborn 55ef0b9902 fix writing index type value on index creation il y a 13 ans
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created il y a 13 ans
  James Ahlborn 0f7f2b12b4 more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) il y a 13 ans
  James Ahlborn 6b500b7dbf minor refactor il y a 13 ans
  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) il y a 14 ans
  James Ahlborn 4868f83aa6 merge branch newformats changes through r453 il y a 14 ans
  James Ahlborn d2a4e05eb5 fix some text index edge cases; add some extensive text index unit tests; add some comments il y a 14 ans
  James Ahlborn 5ef7075058 use custom byte stream il y a 14 ans
  James Ahlborn b9f8f8502c initial index support for all characters in BMP 0 il y a 14 ans
  James Ahlborn 8c625cfd2c add support for index owned pages usage maps il y a 14 ans
  James Ahlborn a49de754bc initial update row support il y a 14 ans
  James Ahlborn 03de09743b initial support for guid indexes and guid autonumbers il y a 14 ans
  James Ahlborn f340f01a63 minor code cleanups il y a 16 ans
  James Ahlborn 1069360cde add some documentation on large index support (#1564870) il y a 16 ans
  James Ahlborn a341781aa4 put entry validation inline with entry reading il y a 16 ans
  James Ahlborn 7d405b6f8e tweak tostring il y a 16 ans
  James Ahlborn 6af3a8bd60 tweak tostring il y a 16 ans
  James Ahlborn 181185dd28 minor tweaks il y a 16 ans
  James Ahlborn 4bf77267a5 more minor refactoring il y a 16 ans
  James Ahlborn d52cf53037 move index pagetypes to the public type; some minor cleanup il y a 16 ans
  James Ahlborn 095e6cc549 flesh out some of the index page update operations il y a 16 ans
  James Ahlborn c262ce564f initial code for implementing read/write multi-page index support il y a 16 ans
  James Ahlborn 12d9cde06f refactor Index/SimpleIndex to move most of the add/remove entry handling logic back into Index il y a 16 ans
  James Ahlborn 1e5bdaed82 refactor Index/SimpleIndex to move the Cursor handling back into Index il y a 16 ans
  James Ahlborn a4aaeb3cba refactor Index into abstract base class with SimpleIndex implementation to allow for phased introduction of BigIndex support il y a 16 ans
  James Ahlborn 8c7485a0a1 no need to be inner class il y a 16 ans
  James Ahlborn 5ed6738629 better max size calculation il y a 16 ans
  James Ahlborn d0c37f811d update the bounds before updating the positions il y a 16 ans
  James Ahlborn ca15878cc1 allow for TempBufferHolder which does not maintain reference (cleans up addRows) il y a 16 ans
  James Ahlborn 3a52141904 minor cleanups il y a 16 ans
  James Ahlborn 09ebeb5184 no need to sort entries, should already be sorted (but verify just to be paranoid) il y a 16 ans
  James Ahlborn 404056c33b clean up updating of the index uniqueEntryCount il y a 16 ans