aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/JetFormat.java
Commit message (Expand)AuthorAgeFilesLines
* remove unsupported v1997, minor reformatsJames Ahlborn2010-04-071-20/+4
* merge branch newformats changes through r453James Ahlborn2010-03-261-5/+92
* Add some more limit checking into table creation based on what access support...James Ahlborn2008-07-191-1/+29
* Reduce maximum row size to what Access considers valid.James Ahlborn2008-06-241-1/+6
* Fix writing of large memo/ole fields. Apparently Access does not likeJames Ahlborn2008-06-211-0/+5
* tweak max sizeJames Ahlborn2008-04-171-1/+1
* fix access compatibility issue with writing small rows, limit data pages to 2...James Ahlborn2008-04-161-10/+5
* refactor Index into abstract base class with SimpleIndex implementation to al...James Ahlborn2008-04-011-4/+14
* cleanup variety of compiler warningsJames Ahlborn2008-03-031-2/+1
* do not inline memo/ole fields longer than 64 bytes (fix #1899076)James Ahlborn2008-02-211-0/+5
* check for max database size when adding pagesJames Ahlborn2008-01-141-0/+8
* Add experimental support for auto-number columns, feature requestJames Ahlborn2007-11-161-4/+9
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-131-21/+58
* rework inline usage map handling to handle out-of-range cases better and with...James Ahlborn2007-07-101-4/+0
* move usagemap implementations into UsageMap in prep for future changes; clean...James Ahlborn2007-07-091-2/+4
* include format in validationJames Ahlborn2007-06-051-1/+14
* better import/copy column setup; added ability for users to further customize...James Ahlborn2006-11-121-2/+4
* implement multi-page long value writingJames Ahlborn2006-10-021-8/+0
* support reading 'compressed' indexes (fix 1563654)James Ahlborn2006-09-261-1/+5
* add offset for next leaf page numberJames Ahlborn2006-09-251-0/+4
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-081-5/+1
* handle more tables with more idnex slots than actual indexes (fix bug 1530312)James Ahlborn2006-07-301-0/+4
* first attempt at reading with deleted columnsJames Ahlborn2006-07-241-1/+9
* add index primary key info; possibly fix some bugs around reading indexes (or...James Ahlborn2006-07-241-0/+16
* more tweaking to invalid file handlingJames Ahlborn2006-06-131-10/+3
* better handling of non-existent files in open methodJames Ahlborn2006-06-121-1/+13
* Fixed bug 1261536.Tim McCune2005-08-201-1/+1
* This commit was generated by cvs2svn to compensate for changes in r2,Tim McCune2005-04-071-0/+302