645 Commits (df11087a5e84d19d629f6c05156542f1eb18fce0)
 

Author SHA1 Message Date
  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 18 years ago
  James Ahlborn 144550dd0d add support for opening files read-only (#1545857) 18 years ago
  James Ahlborn b49706433d more tweaks to index reading/writing 18 years ago
  James Ahlborn 9607492825 further cleanup on row reading; fix recent issue of reading var len data twice 18 years ago
  James Ahlborn 8d3f85d572 allow reading multi-page memos 18 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
  James Ahlborn 9839781fec add unit test for multi-page table defs 18 years ago
  James Ahlborn 468745c864 implement reading multi-page long binary values 18 years ago
  James Ahlborn 5b33b5da6f when reading multi-page table def, flip buffer before parsing (fix bug 1306970) 18 years ago
  James Ahlborn 20dcf1313f use common row start/end reading methods 18 years ago
  James Ahlborn 9726035fbe fix handling of skipped rows 18 years ago
  James Ahlborn b624ca971b add toCharSequence method 18 years ago
  James Ahlborn eba7b7286c swap overflow/deleted flag logic 18 years ago
  James Ahlborn c7ab219cf3 add contributed patches which port version 1.1.5 to jdk 1.4 18 years ago
  James Ahlborn c32f22b235 clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1449812) 18 years ago
  James Ahlborn 805cc8cf03 handle more tables with more idnex slots than actual indexes (fix bug 1530312) 18 years ago
  James Ahlborn 3029cbdcc9 fix pom for ibiblio upload 18 years ago
  James Ahlborn 14673aaa59 reset Expander between usages 18 years ago
  James Ahlborn c0de8d7d28 include sourceforge logo 18 years ago
  James Ahlborn 8ac2bfbce9 fix compressed text handling; wrap arithmetic exceptions with ioexceptions 18 years ago
  James Ahlborn a2d427b84c read variable length column data on demand 18 years ago
  James Ahlborn cd57452399 inc version post release 18 years ago
  James Ahlborn a2398e354a prep for release 18 years ago
  James Ahlborn 0bca2b8a4d add write support for numeric/guid 18 years ago
  James Ahlborn 78739630bd add currency support 18 years ago
  James Ahlborn f495acf153 first attempt at reading with deleted columns 18 years ago
  James Ahlborn 2097e47024 add index primary key info; possibly fix some bugs around reading indexes (or possibly introduce) 18 years ago
  Tim McCune cea5a6b715 Added getRowCount 18 years ago
  Tim McCune dda5517898 Added table name to toString 18 years ago
  Tim McCune e6c3f4ad8e Added getName() to Table 18 years ago
  James Ahlborn ccd9cc964a add link to sourforge project page 18 years ago
  James Ahlborn d582a43022 tweak sourceforge goal props; add default build goal and sfRelease goal 18 years ago
  James Ahlborn 8963b06251 remove bogus line 18 years ago
  James Ahlborn 4415e01593 inc version post release 18 years ago
  James Ahlborn da6715828a prep for release 18 years ago
  James Ahlborn 148263e480 more fixes for writing MEMO/OLE 18 years ago
  James Ahlborn ae48569aa0 added tests for reading memos and missing files 18 years ago
  James Ahlborn fdf3ba30e1 fix encoding memo fields (1356745), refactor the long value handling code and the string handling code 18 years ago
  James Ahlborn 1ed487c080 more tweaking to invalid file handling 18 years ago
  James Ahlborn 58240cf42a share common functionality for reading long values 18 years ago