192 Commits (b1c757729dd04d81457f62eb70f58d835a2aee58)
 

Autor SHA1 Mensaje Fecha
  James Ahlborn dce6d6569a initial implementation of support for promoting nline to reference usage map hace 17 años
  James Ahlborn c10d010cde move usagemap implementations into UsageMap in prep for future changes; clean up initial setup of new table hace 17 años
  James Ahlborn 57e9dc1f1c use TempPageHolder in reference usage map hace 17 años
  James Ahlborn 931b696348 switch from Integer list to BitSet in UsageMap hace 17 años
  James Ahlborn aa2834f4ef add Index.getName hace 17 años
  James Ahlborn b0bc33f822 handle reading/writing numeric values which thing that they are fixed length fields (fix #1672071) hace 17 años
  James Ahlborn 5de2b053b8 include format in validation hace 17 años
  James Ahlborn 98e48307a5 do not use hard coded unit size hace 17 años
  James Ahlborn c21b6dc939 tweak input row handling at beginning of createRow hace 17 años
  James Ahlborn 1890ff2fe0 fill in offsets for trailing deleted var len columns hace 17 años
  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 hace 17 años
  James Ahlborn 0df6bc796d add faq entry for new autoSync option hace 17 años
  James Ahlborn 369bac8704 add autosync option hace 17 años
  James Ahlborn 5ed321fc05 prep for release hace 17 años
  Tim McCune bd77b4bbc8 Fixed typo hace 17 años
  James Ahlborn d4ba27d7aa tweak example hace 17 años
  James Ahlborn c1f7c9fdc1 add unit test for new copyTable behavior hace 17 años
  James Ahlborn aca6f8632e better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) hace 17 años
  James Ahlborn 13c39138cf better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) hace 17 años
  James Ahlborn 8e21d64746 better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) hace 17 años
  James Ahlborn eda39fe8e6 remove invalid character hace 17 años
  James Ahlborn 3a00f9ed8c remove broken dev link hace 17 años
  James Ahlborn 9bbdbbc407 inc version post release hace 17 años
  James Ahlborn eacfe9059e prep for release hace 17 años
  James Ahlborn b9378914c8 implement multi-page long value writing hace 17 años
  James Ahlborn 584802a0b8 read index entries on demand hace 17 años
  James Ahlborn 0346306296 fail more gracefully if writing large index hace 17 años
  James Ahlborn 0fbd0d45ec support reading 'compressed' indexes (fix 1563654) hace 17 años
  James Ahlborn c68aa36c48 add support for get/put int of different byteorder hace 17 años
  James Ahlborn 439d158a97 add offset for next leaf page number hace 17 años
  James Ahlborn 71e5528cb0 save set of lookup columns hace 17 años
  James Ahlborn 23423a0a36 fix ordering of byte code comparator hace 17 años
  James Ahlborn 78c26cb7fe create method for interpreting boolean values hace 17 años
  James Ahlborn 7808136ebc make byte[] printable when dumping table hace 17 años
  James Ahlborn 35772d7e98 add ability to dump to writer hace 17 años
  James Ahlborn aa7e5d1985 further refactor or row parsing logic hace 17 años
  James Ahlborn 7e61560f9a change numeric negate flag hace 17 años
  James Ahlborn ae862b628d clean up index reading/writing of text columns, add support for more characters hace 17 años
  James Ahlborn bf29d93ef7 remove debug printlns hace 17 años
  James Ahlborn 8a086d64b7 honor endianness when reading currency values hace 17 años
  James Ahlborn 251d74f03f add dump to file utility method hace 17 años
  James Ahlborn 2cc11038b9 do not ask me why, but numeric columns are considered variable length, even though they are always the same size hace 17 años
  James Ahlborn fb03eb44f4 rework current row page tracking with RowState hace 17 años
  James Ahlborn 21f83e85b4 implement overflow row reading hace 18 años
  James Ahlborn 4aab96f721 refactor index entries to allow for fixing textual entries (not finished yet) hace 18 años
  James Ahlborn fa601c1c2f fix row usage and free space calculations hace 18 años
  James Ahlborn abd574dd1a clean up lots of cruft around datatypes; add more sanity checking on table creation; fix free space calculations hace 18 años
  James Ahlborn d89f63cae7 added some more debug info hace 18 años
  James Ahlborn 3b3e5da9d3 added info about password protection hace 18 años
  James Ahlborn 2af41c1457 make read-only logic slightly cleaner hace 18 años