47 Commits (1ddbb960729ffa5f02eba10c6a309314b69b5863)

Author SHA1 Message Date
  James Ahlborn 0d7390cc78 add codec type for access 2007+ encoding 12 years ago
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 years ago
  James Ahlborn 4523f0e909 more tweaks to sort order reading in v1997; read code page info from db def page and v1997 text columns 13 years ago
  James Ahlborn 748e2e8212 fix sort order reading in v1997; set col sort order to db default when writing (if unspecified) 13 years ago
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly 13 years ago
  James Ahlborn d4c3d92452 add mostly functional support for access 2010 new general text sort order 13 years ago
  James Ahlborn 72f50d3386 add method to grab default 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 32a3d34bd2 add nominal support for access 2010, essentially read-only until the new text index sorting is worked out 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 e07250ace1 enabled experimental MSISAM write support 13 years ago
  James Ahlborn a3a009e03d minor refactors 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 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 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 9081d98806 remove unsupported v1997, minor reformats 14 years ago
  James Ahlborn 4868f83aa6 merge branch newformats changes through r453 14 years ago
  James Ahlborn 16d611821a Add some more limit checking into table creation based on what access supports (max rows per table, max identifier lengths). 16 years ago
  James Ahlborn f6d431d8d2 Reduce maximum row size to what Access considers valid. 16 years ago
  James Ahlborn 0ec5b19a9f Fix writing of large memo/ole fields. Apparently Access does not like 16 years ago
  James Ahlborn 6845efc53c tweak max size 16 years ago
  James Ahlborn 55592e3b49 fix access compatibility issue with writing small rows, limit data pages to 256 rows (#1942330) 16 years ago
  James Ahlborn a4aaeb3cba refactor Index into abstract base class with SimpleIndex implementation to allow for phased introduction of BigIndex support 16 years ago
  James Ahlborn 8abce36d4f cleanup variety of compiler warnings 16 years ago
  James Ahlborn a680b8e336 do not inline memo/ole fields longer than 64 bytes (fix #1899076) 16 years ago
  James Ahlborn 683c1d5d47 check for max database size when adding pages 16 years ago
  James Ahlborn 9ba0e78522 Add experimental support for auto-number columns, feature request 16 years ago
  James Ahlborn c06862149b add support for writing large table definitions; move table definition code into Table (out of Database) 17 years ago
  James Ahlborn a97ce25f57 rework inline usage map handling to handle out-of-range cases better and with more clarity 17 years ago
  James Ahlborn c10d010cde move usagemap implementations into UsageMap in prep for future changes; clean up initial setup of new table 17 years ago
  James Ahlborn 5de2b053b8 include format in validation 17 years ago
  James Ahlborn 13c39138cf better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) 17 years ago
  James Ahlborn b9378914c8 implement multi-page long value writing 17 years ago
  James Ahlborn 0fbd0d45ec support reading 'compressed' indexes (fix 1563654) 18 years ago
  James Ahlborn 439d158a97 add offset for next leaf page number 18 years ago
  James Ahlborn abd574dd1a clean up lots of cruft around datatypes; add more sanity checking on table creation; fix free space calculations 18 years ago
  James Ahlborn 805cc8cf03 handle more tables with more idnex slots than actual indexes (fix bug 1530312) 18 years ago
  James Ahlborn f495acf153 first attempt at reading with deleted columns 18 years ago
  James Ahlborn 2097e47024 add index primary key info; possibly fix some bugs around reading indexes (or possibly introduce) 18 years ago
  James Ahlborn 1ed487c080 more tweaking to invalid file handling 18 years ago
  James Ahlborn f6f6586c4e better handling of non-existent files in open method 18 years ago
  Tim McCune 20d7d78325 Fixed bug 1261536. 19 years ago
  Tim McCune 4f8ce372b4 This commit was generated by cvs2svn to compensate for changes in r2, 19 years ago