14 коммитов (9706c1f1e579844f89bc39d979851ee0065096b0)

Автор SHA1 Сообщение Дата
  James Ahlborn 9706c1f1e5 Add support for extended date/time type in access 2019+ dbs 2 лет назад
  James Ahlborn 3ff4ae6d67 Add basic support for access 2019+ dbs. 3 лет назад
  James Ahlborn e358751fe0 make some useful things public; add auto module name to manifest 3 лет назад
  James Ahlborn 4de2801130 add new sort order for legacy 97 collation order 4 лет назад
  James Ahlborn c25109f673 Fix length in units calculation for Access 97 text fields. Fixes #151 5 лет назад
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 лет назад
  James Ahlborn 595044d1a5 some initial code for mutation support 8 лет назад
  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 8 лет назад
  James Ahlborn 17908417ae relicense with Apache License 9 лет назад
  James Ahlborn d327ceb55e Better validation of identifier names (disallow invalid characters according to access naming rules) 9 лет назад
  James Ahlborn 2e8ed25916 Add the ability to create tables with calculated fields 9 лет назад
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) 9 лет назад
  James Ahlborn bcbcda7563 Add support for modifying properties 10 лет назад
  James Ahlborn 417fb06208 move files into standard maven dir structure 10 лет назад
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 10 лет назад
  James Ahlborn 7811de23a2 do not unicode compress strings which are longer than 1024 chars 11 лет назад
  James Ahlborn 0d7390cc78 add codec type for access 2007+ encoding 12 лет назад
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 лет назад
  James Ahlborn 4523f0e909 more tweaks to sort order reading in v1997; read code page info from db def page and v1997 text columns 13 лет назад
  James Ahlborn 748e2e8212 fix sort order reading in v1997; set col sort order to db default when writing (if unspecified) 13 лет назад
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly 13 лет назад
  James Ahlborn d4c3d92452 add mostly functional support for access 2010 new general text sort order 13 лет назад
  James Ahlborn 72f50d3386 add method to grab default sort order 13 лет назад
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties 13 лет назад
  James Ahlborn 32a3d34bd2 add nominal support for access 2010, essentially read-only until the new text index sorting is worked out 13 лет назад
  James Ahlborn 334c5ff3e7 add support for creating indexes (except foreign key indexes) on a table when a table is created 13 лет назад
  James Ahlborn e07250ace1 enabled experimental MSISAM write support 13 лет назад
  James Ahlborn a3a009e03d minor refactors 13 лет назад
  James Ahlborn 1ea9f59bb2 implement some tweaks which allow jackcess to be used on the android platform, thanks to Miha Pirnat) (fixes #3101578) 13 лет назад
  James Ahlborn f07f81fdfc add FileFormat.MSISAM 13 лет назад
  James Ahlborn 5afccb9943 minor refactor 13 лет назад
  James Ahlborn bacd054614 initial support for encoded databases, MSISAM support (issue #3065010) 13 лет назад
  James Ahlborn b512854062 add support for de-masking database header and reading database password 13 лет назад
  James Ahlborn 4aae259be1 add more jet3 tests, disable index lookups for jet3 14 лет назад
  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 лет назад
  James Ahlborn 9081d98806 remove unsupported v1997, minor reformats 14 лет назад
  James Ahlborn 4868f83aa6 merge branch newformats changes through r453 14 лет назад
  James Ahlborn 16d611821a Add some more limit checking into table creation based on what access supports (max rows per table, max identifier lengths). 16 лет назад
  James Ahlborn f6d431d8d2 Reduce maximum row size to what Access considers valid. 16 лет назад
  James Ahlborn 0ec5b19a9f Fix writing of large memo/ole fields. Apparently Access does not like 16 лет назад
  James Ahlborn 6845efc53c tweak max size 16 лет назад
  James Ahlborn 55592e3b49 fix access compatibility issue with writing small rows, limit data pages to 256 rows (#1942330) 16 лет назад
  James Ahlborn a4aaeb3cba refactor Index into abstract base class with SimpleIndex implementation to allow for phased introduction of BigIndex support 16 лет назад
  James Ahlborn 8abce36d4f cleanup variety of compiler warnings 16 лет назад
  James Ahlborn a680b8e336 do not inline memo/ole fields longer than 64 bytes (fix #1899076) 16 лет назад
  James Ahlborn 683c1d5d47 check for max database size when adding pages 16 лет назад
  James Ahlborn 9ba0e78522 Add experimental support for auto-number columns, feature request 16 лет назад
  James Ahlborn c06862149b add support for writing large table definitions; move table definition code into Table (out of Database) 17 лет назад
  James Ahlborn a97ce25f57 rework inline usage map handling to handle out-of-range cases better and with more clarity 17 лет назад
  James Ahlborn c10d010cde move usagemap implementations into UsageMap in prep for future changes; clean up initial setup of new table 17 лет назад