338 Commits (jackcess-3.5.1)
 

Autor SHA1 Nachricht Datum
  James Ahlborn eacfe9059e prep for release vor 17 Jahren
  James Ahlborn b9378914c8 implement multi-page long value writing vor 17 Jahren
  James Ahlborn 584802a0b8 read index entries on demand vor 17 Jahren
  James Ahlborn 0346306296 fail more gracefully if writing large index vor 17 Jahren
  James Ahlborn 0fbd0d45ec support reading 'compressed' indexes (fix 1563654) vor 17 Jahren
  James Ahlborn c68aa36c48 add support for get/put int of different byteorder vor 17 Jahren
  James Ahlborn 439d158a97 add offset for next leaf page number vor 17 Jahren
  James Ahlborn 71e5528cb0 save set of lookup columns vor 17 Jahren
  James Ahlborn 23423a0a36 fix ordering of byte code comparator vor 17 Jahren
  James Ahlborn 78c26cb7fe create method for interpreting boolean values vor 17 Jahren
  James Ahlborn 7808136ebc make byte[] printable when dumping table vor 17 Jahren
  James Ahlborn 35772d7e98 add ability to dump to writer vor 17 Jahren
  James Ahlborn aa7e5d1985 further refactor or row parsing logic vor 17 Jahren
  James Ahlborn 7e61560f9a change numeric negate flag vor 17 Jahren
  James Ahlborn ae862b628d clean up index reading/writing of text columns, add support for more characters vor 17 Jahren
  James Ahlborn bf29d93ef7 remove debug printlns vor 17 Jahren
  James Ahlborn 8a086d64b7 honor endianness when reading currency values vor 17 Jahren
  James Ahlborn 251d74f03f add dump to file utility method vor 17 Jahren
  James Ahlborn 2cc11038b9 do not ask me why, but numeric columns are considered variable length, even though they are always the same size vor 17 Jahren
  James Ahlborn fb03eb44f4 rework current row page tracking with RowState vor 17 Jahren
  James Ahlborn 21f83e85b4 implement overflow row reading vor 17 Jahren
  James Ahlborn 4aab96f721 refactor index entries to allow for fixing textual entries (not finished yet) vor 17 Jahren
  James Ahlborn fa601c1c2f fix row usage and free space calculations vor 17 Jahren
  James Ahlborn abd574dd1a clean up lots of cruft around datatypes; add more sanity checking on table creation; fix free space calculations vor 17 Jahren
  James Ahlborn d89f63cae7 added some more debug info vor 18 Jahren
  James Ahlborn 3b3e5da9d3 added info about password protection vor 18 Jahren
  James Ahlborn 2af41c1457 make read-only logic slightly cleaner vor 18 Jahren
  James Ahlborn 144550dd0d add support for opening files read-only (#1545857) vor 18 Jahren
  James Ahlborn b49706433d more tweaks to index reading/writing vor 18 Jahren
  James Ahlborn 9607492825 further cleanup on row reading; fix recent issue of reading var len data twice vor 18 Jahren
  James Ahlborn 8d3f85d572 allow reading multi-page memos vor 18 Jahren
  James Ahlborn 29f8172132 inc version post release vor 18 Jahren
  James Ahlborn 968ff8b44f prep for release vor 18 Jahren
  James Ahlborn e14758ca3e use uppercase names when adding text columns to indexes, which fixes long standing problem with table names starting with lowercase characters (and other situations where tables could not be opened in access) vor 18 Jahren
  James Ahlborn 7c1c301b79 reduce usage of SQLException vor 18 Jahren
  James Ahlborn 479c633c30 make database and table iterable; slight rearrangement of logic in getNextRow vor 18 Jahren
  James Ahlborn 8b19c8540b treat table names as case insensitive; use stored table names when instantiating tables vor 18 Jahren
  James Ahlborn 611acdcf16 set table name earlier in constructor vor 18 Jahren
  James Ahlborn 7bb505d7ea add table debug methods vor 18 Jahren
  James Ahlborn cb2610ae74 write tdef page free space vor 18 Jahren
  James Ahlborn 9839781fec add unit test for multi-page table defs vor 18 Jahren
  James Ahlborn 468745c864 implement reading multi-page long binary values vor 18 Jahren
  James Ahlborn 5b33b5da6f when reading multi-page table def, flip buffer before parsing (fix bug 1306970) vor 18 Jahren
  James Ahlborn 20dcf1313f use common row start/end reading methods vor 18 Jahren
  James Ahlborn 9726035fbe fix handling of skipped rows vor 18 Jahren
  James Ahlborn b624ca971b add toCharSequence method vor 18 Jahren
  James Ahlborn eba7b7286c swap overflow/deleted flag logic vor 18 Jahren
  James Ahlborn c7ab219cf3 add contributed patches which port version 1.1.5 to jdk 1.4 vor 18 Jahren
  James Ahlborn c32f22b235 clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1449812) vor 18 Jahren
  James Ahlborn 805cc8cf03 handle more tables with more idnex slots than actual indexes (fix bug 1530312) vor 18 Jahren