1229 Commits (master)
 

Author SHA1 Message Date
  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
  James Ahlborn 251d74f03f add dump to file utility method 17 years ago
  James Ahlborn 2cc11038b9 do not ask me why, but numeric columns are considered variable length, even though they are always the same size 17 years ago
  James Ahlborn fb03eb44f4 rework current row page tracking with RowState 17 years ago
  James Ahlborn 21f83e85b4 implement overflow row reading 17 years ago
  James Ahlborn 4aab96f721 refactor index entries to allow for fixing textual entries (not finished yet) 17 years ago
  James Ahlborn fa601c1c2f fix row usage and free space calculations 17 years ago
  James Ahlborn abd574dd1a clean up lots of cruft around datatypes; add more sanity checking on table creation; fix free space calculations 17 years ago
  James Ahlborn d89f63cae7 added some more debug info 17 years ago
  James Ahlborn 3b3e5da9d3 added info about password protection 17 years ago
  James Ahlborn 2af41c1457 make read-only logic slightly cleaner 17 years ago
  James Ahlborn 144550dd0d add support for opening files read-only (#1545857) 17 years ago
  James Ahlborn b49706433d more tweaks to index reading/writing 17 years ago
  James Ahlborn 9607492825 further cleanup on row reading; fix recent issue of reading var len data twice 17 years ago
  James Ahlborn 8d3f85d572 allow reading multi-page memos 17 years ago
  James Ahlborn 29f8172132 inc version post release 18 years ago
  James Ahlborn 968ff8b44f prep for release 18 years ago
  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) 18 years ago
  James Ahlborn 7c1c301b79 reduce usage of SQLException 18 years ago
  James Ahlborn 479c633c30 make database and table iterable; slight rearrangement of logic in getNextRow 18 years ago
  James Ahlborn 8b19c8540b treat table names as case insensitive; use stored table names when instantiating tables 18 years ago
  James Ahlborn 611acdcf16 set table name earlier in constructor 18 years ago
  James Ahlborn 7bb505d7ea add table debug methods 18 years ago
  James Ahlborn cb2610ae74 write tdef page free space 18 years ago