376 Commits (0f29696f8db3fc38076a03d228006ad8d4a970df)

Author SHA1 Message Date
  James Ahlborn 32a3d34bd2 add nominal support for access 2010, essentially read-only until the new text index sorting is worked out 13 years ago
  James Ahlborn 48e87a4564 general revamp of table finding using index backed cursors; use object flags to determine system/hidden objects; read/write text column sort order 13 years ago
  James Ahlborn 9239baa9fd minor updates 13 years ago
  James Ahlborn 642a1a7c17 minor updates 13 years ago
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created 13 years ago
  James Ahlborn 0f7f2b12b4 more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 years ago
  James Ahlborn 7e141dd810 add support for writing all the fixed types into variable length fields (fixes #3181334) 13 years ago
  James Ahlborn e07250ace1 enabled experimental MSISAM write support 13 years ago
  James Ahlborn 124bbae9d3 oops, fix copyright 13 years ago
  James Ahlborn a3a009e03d minor refactors 13 years ago
  James Ahlborn 7bd23681d1 ignore usagemap inconsistencies in certain situations 13 years ago
  James Ahlborn daa13d12fe add ability to customize column value matching in cursor findRow (fixes #3105829) 13 years ago
  James Ahlborn ab5fead7ce allow column order in tables to be configured (fixes #3097387) 13 years ago
  James Ahlborn 1ea9f59bb2 implement some tweaks which allow jackcess to be used on the android platform, thanks to Miha Pirnat) (fixes #3101578) 13 years ago
  James Ahlborn f07f81fdfc add FileFormat.MSISAM 13 years ago
  James Ahlborn f51db57df9 some tweaks to codec support 13 years ago
  James Ahlborn a311b66878 do not rewrap CharBuffer 13 years ago
  James Ahlborn 3afa433121 doc/license updates 13 years ago
  James Ahlborn b9cb058b5a add support for specifying a quote character on import 13 years ago
  James Ahlborn 5afccb9943 minor refactor 13 years ago
  James Ahlborn bacd054614 initial support for encoded databases, MSISAM support (issue #3065010) 13 years ago
  James Ahlborn b512854062 add support for de-masking database header and reading database password 13 years ago
  James Ahlborn 6b500b7dbf minor refactor 13 years ago
  James Ahlborn 4aae259be1 add more jet3 tests, disable index lookups for jet3 14 years ago
  James Ahlborn 13e81be7d5 add (initial) read-only support for Access 97 (jet format 3) databases (#3003375); add various ways to override charset and timezone (#2997751) 14 years ago
  James Ahlborn 4a0bbd462c Make Database.escapeIdentifier public; add methods to TableBuilder and ColumnBuilder to optionally escape names (#3029500) 14 years ago
  James Ahlborn 1d14558bd1 Fix some places where table/column names were not being handled case-insensitively. (fix #3011084) 14 years ago
  James Ahlborn 3e17a0a56a Add ExportUtil and associated utilities for exporting tables to flat files (thanks to F. Gerbig), patch #3005272 14 years ago
  James Ahlborn 1b59ad9bfc tweak byte formatting logic 14 years ago
  James Ahlborn 56f5901af8 cleanup stream on database open failure 14 years ago
  James Ahlborn e94abeff3a enable big index support by default 14 years ago
  James Ahlborn 9081d98806 remove unsupported v1997, minor reformats 14 years ago
  James Ahlborn 4868f83aa6 merge branch newformats changes through r453 14 years ago
  James Ahlborn b771eb7fa4 minor tweak 14 years ago
  James Ahlborn d2a4e05eb5 fix some text index edge cases; add some extensive text index unit tests; add some comments 14 years ago
  James Ahlborn 5ef7075058 use custom byte stream 14 years ago
  James Ahlborn b9f8f8502c initial index support for all characters in BMP 0 14 years ago
  James Ahlborn 350e547443 Set overflow info in header row, not in last data row. (fixes #2919216) 14 years ago
  James Ahlborn d590fa696b minor refactor 14 years ago
  James Ahlborn 8c625cfd2c add support for index owned pages usage maps 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 eb6a8d6e05 minor refactor to fixed length handling of text fields, add simple binary fields to fixed length handling 14 years ago
  James Ahlborn 9c3b8da7e7 minor cleanup 14 years ago
  James Ahlborn c190f7216c support reading/writing fixed length text columns (fixe #2886370) 14 years ago
  James Ahlborn efca0b593b add some more tests/utility code for row updates 14 years ago
  James Ahlborn a49de754bc initial update row support 14 years ago
  James Ahlborn 03de09743b initial support for guid indexes and guid autonumbers 14 years ago
  James Ahlborn cc98d27ddb minor tweaks 15 years ago
  James Ahlborn 4471ce1f6f update docs 15 years ago