152 Commits (f5d549d07781fd10bb5e94c810b57a6d61a9c01b)
 

Author SHA1 Message Date
  James Ahlborn f5d549d077 prep for dev 17 years ago
  James Ahlborn f6a233212f added todo list 17 years ago
  James Ahlborn 12e4a8cd29 set release date 17 years ago
  James Ahlborn 0dd1e088ec update changelogs 17 years ago
  James Ahlborn c06862149b add support for writing large table definitions; move table definition code into Table (out of Database) 17 years ago
  James Ahlborn d7d03c513c oops next version 17 years ago
  James Ahlborn a05f660f7b add flush method to Database; add unit test for new usage map functionality 17 years ago
  James Ahlborn a97ce25f57 rework inline usage map handling to handle out-of-range cases better and with more clarity 17 years ago
  James Ahlborn 0e545e6c73 only write the row for the usage map table when updating 17 years ago
  James Ahlborn a1a8b571b7 make pageiterators work even as usagemap bits are shifted around 17 years ago
  James Ahlborn dce6d6569a initial implementation of support for promoting nline to reference usage map 17 years ago
  James Ahlborn c10d010cde move usagemap implementations into UsageMap in prep for future changes; clean up initial setup of new table 17 years ago
  James Ahlborn 57e9dc1f1c use TempPageHolder in reference usage map 17 years ago
  James Ahlborn 931b696348 switch from Integer list to BitSet in UsageMap 17 years ago
  James Ahlborn aa2834f4ef add Index.getName 17 years ago
  James Ahlborn b0bc33f822 handle reading/writing numeric values which thing that they are fixed length fields (fix #1672071) 17 years ago
  James Ahlborn 5de2b053b8 include format in validation 17 years ago
  James Ahlborn 98e48307a5 do not use hard coded unit size 17 years ago
  James Ahlborn c21b6dc939 tweak input row handling at beginning of createRow 17 years ago
  James Ahlborn 1890ff2fe0 fill in offsets for trailing deleted var len columns 17 years ago
  James Ahlborn ed6ff8410b when writing table definition, set things up so long variable length columns are written after normal variable length columns. this makes it more likely that all the data can be written sucessfully because long var columns can be written in separate data pages (fix bug [1675522]); tweak row writing to account for deleted columns 17 years ago
  James Ahlborn 0df6bc796d add faq entry for new autoSync option 17 years ago
  James Ahlborn 369bac8704 add autosync option 17 years ago
  James Ahlborn 5ed321fc05 prep for release 17 years ago
  Tim McCune bd77b4bbc8 Fixed typo 17 years ago
  James Ahlborn d4ba27d7aa tweak example 17 years ago
  James Ahlborn c1f7c9fdc1 add unit test for new copyTable behavior 17 years ago
  James Ahlborn aca6f8632e better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) 17 years ago
  James Ahlborn 13c39138cf better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) 17 years ago
  James Ahlborn 8e21d64746 better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) 17 years ago
  James Ahlborn eda39fe8e6 remove invalid character 17 years ago
  James Ahlborn 3a00f9ed8c remove broken dev link 17 years ago
  James Ahlborn 9bbdbbc407 inc version post release 17 years ago
  James Ahlborn eacfe9059e prep for release 17 years ago
  James Ahlborn b9378914c8 implement multi-page long value writing 17 years ago
  James Ahlborn 584802a0b8 read index entries on demand 17 years ago
  James Ahlborn 0346306296 fail more gracefully if writing large index 17 years ago
  James Ahlborn 0fbd0d45ec support reading 'compressed' indexes (fix 1563654) 17 years ago
  James Ahlborn c68aa36c48 add support for get/put int of different byteorder 17 years ago
  James Ahlborn 439d158a97 add offset for next leaf page number 17 years ago
  James Ahlborn 71e5528cb0 save set of lookup columns 17 years ago
  James Ahlborn 23423a0a36 fix ordering of byte code comparator 17 years ago
  James Ahlborn 78c26cb7fe create method for interpreting boolean values 17 years ago
  James Ahlborn 7808136ebc make byte[] printable when dumping table 17 years ago
  James Ahlborn 35772d7e98 add ability to dump to writer 17 years ago
  James Ahlborn aa7e5d1985 further refactor or row parsing logic 17 years ago
  James Ahlborn 7e61560f9a change numeric negate flag 17 years ago
  James Ahlborn ae862b628d clean up index reading/writing of text columns, add support for more characters 17 years ago
  James Ahlborn bf29d93ef7 remove debug printlns 17 years ago
  James Ahlborn 8a086d64b7 honor endianness when reading currency values 17 years ago