14 Révisions (9706c1f1e579844f89bc39d979851ee0065096b0)

Auteur SHA1 Message Date
  James Ahlborn 9706c1f1e5 Add support for extended date/time type in access 2019+ dbs il y a 3 ans
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. il y a 3 ans
  James Ahlborn e358751fe0 make some useful things public; add auto module name to manifest il y a 3 ans
  James Ahlborn 4de2801130 add new sort order for legacy 97 collation order il y a 4 ans
  James Ahlborn c25109f673 Fix length in units calculation for Access 97 text fields. Fixes #151 il y a 5 ans
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 il y a 6 ans
  James Ahlborn 595044d1a5 some initial code for mutation support il y a 8 ans
  James Ahlborn 6deaa095c7 Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129 il y a 8 ans
  James Ahlborn 17908417ae relicense with Apache License il y a 9 ans
  James Ahlborn d327ceb55e Better validation of identifier names (disallow invalid characters according to access naming rules) il y a 9 ans
  James Ahlborn 2e8ed25916 Add the ability to create tables with calculated fields il y a 9 ans
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) il y a 9 ans
  James Ahlborn bcbcda7563 Add support for modifying properties il y a 10 ans
  James Ahlborn 417fb06208 move files into standard maven dir structure il y a 10 ans
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 il y a 11 ans
  James Ahlborn 7811de23a2 do not unicode compress strings which are longer than 1024 chars il y a 11 ans
  James Ahlborn 0d7390cc78 add codec type for access 2007+ encoding 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 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 d4c3d92452 add mostly functional support for access 2010 new general text sort order il y a 13 ans
  James Ahlborn 72f50d3386 add method to grab default sort order 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 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 e07250ace1 enabled experimental MSISAM write support il y a 13 ans
  James Ahlborn a3a009e03d minor refactors 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 5afccb9943 minor refactor 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 4aae259be1 add more jet3 tests, disable index lookups for jet3 il y a 14 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 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 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
  James Ahlborn f6d431d8d2 Reduce maximum row size to what Access considers valid. il y a 16 ans
  James Ahlborn 0ec5b19a9f Fix writing of large memo/ole fields. Apparently Access does not like il y a 16 ans
  James Ahlborn 6845efc53c tweak max size il y a 16 ans
  James Ahlborn 55592e3b49 fix access compatibility issue with writing small rows, limit data pages to 256 rows (#1942330) il y a 16 ans
  James Ahlborn a4aaeb3cba refactor Index into abstract base class with SimpleIndex implementation to allow for phased introduction of BigIndex support il y a 16 ans
  James Ahlborn 8abce36d4f cleanup variety of compiler warnings il y a 16 ans
  James Ahlborn a680b8e336 do not inline memo/ole fields longer than 64 bytes (fix #1899076) il y a 16 ans
  James Ahlborn 683c1d5d47 check for max database size when adding pages il y a 16 ans
  James Ahlborn 9ba0e78522 Add experimental support for auto-number columns, feature request il y a 16 ans
  James Ahlborn c06862149b add support for writing large table definitions; move table definition code into Table (out of Database) il y a 17 ans
  James Ahlborn a97ce25f57 rework inline usage map handling to handle out-of-range cases better and with more clarity il y a 17 ans
  James Ahlborn c10d010cde move usagemap implementations into UsageMap in prep for future changes; clean up initial setup of new table il y a 17 ans