95 Révisions (99f648a340dd45967550a511f8a27a16c2c5b5f3)

Auteur SHA1 Message Date
  James Ahlborn 99f648a340 add more methods to Database for retrieving Relationships il y a 11 ans
  James Ahlborn 77d30c4fdb use shared Calendar instance to converting Dates il y a 11 ans
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) il y a 11 ans
  James Ahlborn 74b23acf24 Added the MemFileChannel to enable working with dbs completely in memory il y a 11 ans
  James Ahlborn fe78870364 Added DatabaseBuilder in for more convenient and flexible Database open/create il y a 11 ans
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) il y a 12 ans
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability il y a 12 ans
  James Ahlborn 9b5c1cac83 ensure new database is flushed after creation as some users drop the Database returned from create() il y a 12 ans
  James Ahlborn 329d12ecc1 refactor table creation il y a 12 ans
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) il y a 12 ans
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc il y a 13 ans
  James Ahlborn 1dd198ece1 make table loading re-entrant; load ace table on first use il y a 13 ans
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables il y a 13 ans
  James Ahlborn d3ea113a92 try multiple classloaders when trying to load resources il y a 13 ans
  James Ahlborn 5f93a558ae check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index il y a 13 ans
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index il y a 13 ans
  James Ahlborn 955c6654b7 better handling of read-only indexes il y a 13 ans
  James Ahlborn 09a9f38092 require writeable index for system catalog il y a 13 ans
  James Ahlborn 4523f0e909 more tweaks to sort order reading in v1997; read code page info from db def page and v1997 text columns il y a 13 ans
  James Ahlborn 748e2e8212 fix sort order reading in v1997; set col sort order to db default when writing (if unspecified) il y a 13 ans
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly il y a 13 ans
  James Ahlborn ba660e5bcc add empty 2010 db resource il y a 13 ans
  James Ahlborn 72f50d3386 add method to grab default sort order il y a 13 ans
  James Ahlborn e151147474 minor refactor il y a 13 ans
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties il y a 13 ans
  James Ahlborn 32a3d34bd2 add nominal support for access 2010, essentially read-only until the new text index sorting is worked out il y a 13 ans
  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 il y a 13 ans
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created il y a 13 ans
  James Ahlborn a3a009e03d minor refactors il y a 13 ans
  James Ahlborn ab5fead7ce allow column order in tables to be configured (fixes #3097387) il y a 13 ans
  James Ahlborn 1ea9f59bb2 implement some tweaks which allow jackcess to be used on the android platform, thanks to Miha Pirnat) (fixes #3101578) il y a 13 ans
  James Ahlborn f07f81fdfc add FileFormat.MSISAM il y a 13 ans
  James Ahlborn bacd054614 initial support for encoded databases, MSISAM support (issue #3065010) il y a 13 ans
  James Ahlborn b512854062 add support for de-masking database header and reading database password il y a 13 ans
  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) il y a 14 ans
  James Ahlborn 4a0bbd462c Make Database.escapeIdentifier public; add methods to TableBuilder and ColumnBuilder to optionally escape names (#3029500) il y a 14 ans
  James Ahlborn 1d14558bd1 Fix some places where table/column names were not being handled case-insensitively. (fix #3011084) il y a 14 ans
  James Ahlborn 56f5901af8 cleanup stream on database open failure il y a 14 ans
  James Ahlborn e94abeff3a enable big index support by default il y a 14 ans
  James Ahlborn 9081d98806 remove unsupported v1997, minor reformats il y a 14 ans
  James Ahlborn 4868f83aa6 merge branch newformats changes through r453 il y a 14 ans
  James Ahlborn 7556fa9a16 Refactor import/copy methods from Database into ImportUtil. Allow il y a 14 ans
  James Ahlborn 03de09743b initial support for guid indexes and guid autonumbers il y a 14 ans
  James Ahlborn 4471ce1f6f update docs il y a 15 ans
  James Ahlborn 5d7d876aae return ordered set of table names il y a 15 ans
  James Ahlborn 9ee53ade6d add database method to load queries il y a 15 ans
  James Ahlborn 57b7412966 Add ErrorHandler utility for customizing error handling during row il y a 15 ans
  James Ahlborn 130789d1f0 Add Database.getSystemTable method for accessing system tables il y a 15 ans
  James Ahlborn 7094a4d9b6 fix doc issue #2035207 il y a 16 ans
  James Ahlborn 16d611821a Add some more limit checking into table creation based on what access supports (max rows per table, max identifier lengths). il y a 16 ans