59 Commits (ade82911c7fcb2761f9d22353c2acd09c8186423)

Author SHA1 Message Date
  James Ahlborn ade82911c7 Fix BigIndexTest to work in IDEs w/out sys.prop 14 years ago
  James Ahlborn e2a6a36d77 prep for release 14 years ago
  James Ahlborn 5cd96f02bf update changelog 14 years ago
  James Ahlborn 350e547443 Set overflow info in header row, not in last data row. (fixes #2919216) 14 years ago
  James Ahlborn 7556fa9a16 Refactor import/copy methods from Database into ImportUtil. Allow 14 years ago
  James Ahlborn 1302a37c91 improve date handling, handle more binary/character input types 14 years ago
  James Ahlborn 169b978584 prep for release 14 years ago
  James Ahlborn c190f7216c support reading/writing fixed length text columns (fixe #2886370) 14 years ago
  James Ahlborn 03de09743b initial support for guid indexes and guid autonumbers 14 years ago
  James Ahlborn 24b20e6d8c doc updates 14 years ago
  James Ahlborn 09af14d9f4 update release date 15 years ago
  James Ahlborn fe704cc133 Be more forgiving for input column length. #2788029 15 years ago
  James Ahlborn b0e9d0a4dc initial work towards supporting reading/formatting access queries 15 years ago
  James Ahlborn 8069aca5f0 prep for release 15 years ago
  James Ahlborn 57b7412966 Add ErrorHandler utility for customizing error handling during row 15 years ago
  James Ahlborn 130789d1f0 Add Database.getSystemTable method for accessing system tables 15 years ago
  James Ahlborn a71be1bae3 Add RowFilter contributed by Patricia Donaldson 15 years ago
  James Ahlborn 324e51c4af prep for release 15 years ago
  James Ahlborn 4ee04fea44 Fix simple index handling of tail index pages (2043499) 16 years ago
  James Ahlborn 76d89cc4fc prep for release 16 years ago
  James Ahlborn 4af4fe4451 Add compression code for possible future use; add compression unit 16 years ago
  James Ahlborn d1359adfbf Add primitive support for writing unicode compressed text columns. 16 years ago
  James Ahlborn 7afa998954 Share out-of-line long value pages in order to generate more compact database files 16 years ago
  James Ahlborn 16d611821a Add some more limit checking into table creation based on what access supports (max rows per table, max identifier lengths). 16 years ago
  James Ahlborn 030b110901 Better column type translation for very large MEMO/OLE types in the Database.copyTable logic 16 years ago
  James Ahlborn 48404ab2d6 Reserve minimum space for memo/ole fields so that greedy inline row usage does not cause spurious write failures for wide tables. 16 years ago
  James Ahlborn 3fa38f75cc prep for release 16 years ago
  James Ahlborn f6d431d8d2 Reduce maximum row size to what Access considers valid. 16 years ago
  James Ahlborn 0ec5b19a9f Fix writing of large memo/ole fields. Apparently Access does not like 16 years ago
  James Ahlborn f139d35a9c prep for release 16 years ago
  James Ahlborn d2d14fe7ee update unit tests to cover more of big index code; fix tail promotion/demotion 16 years ago
  James Ahlborn 1069360cde add some documentation on large index support (#1564870) 16 years ago
  James Ahlborn 55592e3b49 fix access compatibility issue with writing small rows, limit data pages to 256 rows (#1942330) 16 years ago
  James Ahlborn fc589ceff5 add issue number 16 years ago
  James Ahlborn fefc08596f Need to store auto-number values back into row so that indexes can be 16 years ago
  James Ahlborn 5293a761c4 prep for release 16 years ago
  James Ahlborn fbe33559bd add TableBuilder utility 16 years ago
  James Ahlborn 774f1c4cfe completely fix problems with sporadic usage map corruption; add some soft buffer caching in various places 16 years ago
  James Ahlborn 975ae3f8bb fix creation of tables with auto-number columns 16 years ago
  James Ahlborn 379669147b add support for reading table relationships; minor refactor of table creation; minor features added to cursorbuilder 16 years ago
  James Ahlborn b72b6e9336 modify Index update support so that it honors the unique and ignoreNulls properties for the Index 16 years ago
  James Ahlborn 44b2ba7fdb Fix bug caused by sign extension when reading single-byte row numbers; fix some bugs in new text index generation code 16 years ago
  James Ahlborn c9d3003b9e Simplify comparison algorithms for RowId and Index.Entry using type attributes; Expand the characters supported in index updates to all of the ISO-8859-1 character set. 16 years ago
  James Ahlborn 3bbc8a0eef More fixes for index parsing. Believe index names are now correctly 16 years ago
  James Ahlborn 4105244524 prep for release 16 years ago
  James Ahlborn 01b6cf1835 user userIds from the file if possible when generating new table access control entries (fix #1898793) 16 years ago
  James Ahlborn a680b8e336 do not inline memo/ole fields longer than 64 bytes (fix #1899076) 16 years ago
  James Ahlborn f96fd8b8dc Resolve more edge cases around date handling 16 years ago
  James Ahlborn ec207ca23e prep for release 16 years ago
  James Ahlborn 94aa5f0252 support reading inline usage maps with more than 512 pages 16 years ago