126 Commits (0f29696f8db3fc38076a03d228006ad8d4a970df)

Author SHA1 Message Date
  James Ahlborn 5c26bddb64 prepare for release 12 years ago
  James Ahlborn 1eda5c96a8 Fix issue with reading Access 97 database with large number of fields 12 years ago
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables 13 years ago
  James Ahlborn 599d2da23e add some methods to approximate table size 13 years ago
  James Ahlborn deb9e04ba9 Enable basic handling of unsupported data types as binary content. 13 years ago
  James Ahlborn 69f4ea2454 Add the Joiner utility and some new methods to IndexCursor to make it easier to join tables using pre-defined (index backed) relationships. 13 years ago
  James Ahlborn d3ea113a92 try multiple classloaders when trying to load resources 13 years ago
  James Ahlborn 58497c428c prep for release 13 years ago
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index 13 years ago
  James Ahlborn 36003393bd Access expects a row to be at least big enough to hold all fixed values, even if they are null. (fixes #3181334) 13 years ago
  James Ahlborn d4c3d92452 add mostly functional support for access 2010 new general text sort order 13 years ago
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties 13 years ago
  James Ahlborn 8b2565deb2 prep for release 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 5d7c0470e0 update changes 13 years ago
  James Ahlborn 80d1900c94 fix links 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 3afa433121 doc/license updates 13 years ago
  James Ahlborn 3852710a8f prep for release 14 years ago
  James Ahlborn 4f65084532 update changes 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 33165ebc3a update comment 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 3c7754ba7d prep for release 14 years ago
  James Ahlborn dba18793aa update changelog 14 years ago
  James Ahlborn f38949bb91 bump version for next release 14 years ago
  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