aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com
Commit message (Expand)AuthorAgeFilesLines
* add convenience method for debuggingJames Ahlborn2011-04-061-0/+12
* fix sort order reading in v1997; set col sort order to db default when writin...James Ahlborn2011-04-053-3/+28
* handle different versions of general sort order correctlyJames Ahlborn2011-04-054-37/+130
* add empty 2010 db resourceJames Ahlborn2011-04-051-1/+1
* add mostly functional support for access 2010 new general text sort orderJames Ahlborn2011-04-044-39/+145
* slightly more compressed index codes file formatJames Ahlborn2011-04-031-3/+7
* some index data handling refactoring for future support of the new text index...James Ahlborn2011-04-013-759/+828
* add method to grab default sort orderJames Ahlborn2011-03-312-0/+22
* more comment updatesJames Ahlborn2011-03-291-0/+8
* add some method use clarifaction docs.James Ahlborn2011-03-291-0/+5
* minor refactorJames Ahlborn2011-03-231-42/+32
* add support for reading properties blobs; add accessors to various database o...James Ahlborn2011-03-206-86/+770
* minor cleanupJames Ahlborn2011-03-201-3/+1
* fix writing index type value on index creationJames Ahlborn2011-03-181-1/+1
* add additional (unknown) flag when writing indexesJames Ahlborn2011-03-182-2/+5
* make iterator work a little better, allow removeJames Ahlborn2011-03-181-16/+23
* increase max size of memo/ole columnsJames Ahlborn2011-03-142-12/+19
* add nominal support for access 2010, essentially read-only until the new text...James Ahlborn2011-03-143-17/+52
* general revamp of table finding using index backed cursors; use object flags ...James Ahlborn2011-03-098-344/+941
* minor updatesJames Ahlborn2011-03-091-2/+2
* minor updatesJames Ahlborn2011-03-092-0/+8
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-049-207/+797
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-278-2337/+2625
* add support for writing all the fixed types into variable length fields (fixe...James Ahlborn2011-02-151-1/+1
* enabled experimental MSISAM write supportJames Ahlborn2011-02-131-5/+0
* oops, fix copyrightJames Ahlborn2010-11-291-1/+26
* minor refactorsJames Ahlborn2010-11-272-27/+36
* ignore usagemap inconsistencies in certain situationsJames Ahlborn2010-11-182-12/+55
* add ability to customize column value matching in cursor findRow (fixes #3105...James Ahlborn2010-11-125-3/+204
* allow column order in tables to be configured (fixes #3097387)James Ahlborn2010-11-033-3/+88
* implement some tweaks which allow jackcess to be used on the android platform...James Ahlborn2010-11-033-15/+70
* add FileFormat.MSISAMJames Ahlborn2010-11-032-1/+11
* some tweaks to codec supportJames Ahlborn2010-11-033-5/+9
* do not rewrap CharBufferJames Ahlborn2010-10-301-2/+4
* doc/license updatesJames Ahlborn2010-10-283-27/+3
* add support for specifying a quote character on importJames Ahlborn2010-10-281-17/+158
* minor refactorJames Ahlborn2010-10-274-10/+24
* initial support for encoded databases, MSISAM support (issue #3065010)James Ahlborn2010-10-226-17/+366
* add support for de-masking database header and reading database passwordJames Ahlborn2010-10-163-8/+162
* minor refactorJames Ahlborn2010-10-142-12/+15
* add more jet3 tests, disable index lookups for jet3James Ahlborn2010-07-312-0/+18
* add (initial) read-only support for Access 97 (jet format 3) databases (#3003...James Ahlborn2010-07-236-61/+603
* Make Database.escapeIdentifier public; add methods to TableBuilder and Column...James Ahlborn2010-07-164-7/+55
* Fix some places where table/column names were not being handled case-insensit...James Ahlborn2010-06-062-5/+5
* Add ExportUtil and associated utilities for exporting tables to flat files (t...James Ahlborn2010-05-313-0/+505
* tweak byte formatting logicJames Ahlborn2010-05-261-6/+14
* cleanup stream on database open failureJames Ahlborn2010-04-071-9/+24
* enable big index support by defaultJames Ahlborn2010-04-072-14/+21
* remove unsupported v1997, minor reformatsJames Ahlborn2010-04-072-21/+4
* merge branch newformats changes through r453James Ahlborn2010-03-266-29/+295