summaryrefslogtreecommitdiffstats
path: root/src/changes
Commit message (Expand)AuthorAgeFilesLines
...
* Add the Joiner utility and some new methods to IndexCursor to make it easier ...James Ahlborn2011-06-151-0/+4
* try multiple classloaders when trying to load resourcesJames Ahlborn2011-06-101-0/+5
* prep for releaseJames Ahlborn2011-05-141-2/+2
* add Index.getReferencedIndex for retrieving the referenced index of a foreign...James Ahlborn2011-04-181-0/+4
* Access expects a row to be at least big enough to hold all fixed values, even...James Ahlborn2011-04-161-0/+4
* add mostly functional support for access 2010 new general text sort orderJames Ahlborn2011-04-041-0/+4
* add support for reading properties blobs; add accessors to various database o...James Ahlborn2011-03-201-0/+11
* prep for releaseJames Ahlborn2011-03-051-1/+1
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-041-0/+6
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-271-0/+4
* update changesJames Ahlborn2011-02-151-0/+9
* fix linksJames Ahlborn2010-11-291-6/+9
* ignore usagemap inconsistencies in certain situationsJames Ahlborn2010-11-181-0/+3
* add ability to customize column value matching in cursor findRow (fixes #3105...James Ahlborn2010-11-121-0/+4
* allow column order in tables to be configured (fixes #3097387)James Ahlborn2010-11-031-0/+3
* implement some tweaks which allow jackcess to be used on the android platform...James Ahlborn2010-11-031-1/+5
* doc/license updatesJames Ahlborn2010-10-281-0/+13
* prep for releaseJames Ahlborn2010-08-011-1/+1
* update changesJames Ahlborn2010-08-011-1/+2
* add (initial) read-only support for Access 97 (jet format 3) databases (#3003...James Ahlborn2010-07-231-0/+7
* Make Database.escapeIdentifier public; add methods to TableBuilder and Column...James Ahlborn2010-07-161-0/+4
* update commentJames Ahlborn2010-06-061-1/+1
* Fix some places where table/column names were not being handled case-insensit...James Ahlborn2010-06-061-0/+4
* Add ExportUtil and associated utilities for exporting tables to flat files (t...James Ahlborn2010-05-311-0/+6
* prep for releaseJames Ahlborn2010-04-191-1/+1
* update changelogJames Ahlborn2010-04-081-3/+7
* bump version for next releaseJames Ahlborn2010-03-261-1/+4
* Fix BigIndexTest to work in IDEs w/out sys.propJames Ahlborn2010-03-121-0/+5
* prep for releaseJames Ahlborn2010-01-201-1/+1
* update changelogJames Ahlborn2010-01-191-1/+4
* Set overflow info in header row, not in last data row. (fixes #2919216)James Ahlborn2009-12-231-1/+4
* Refactor import/copy methods from Database into ImportUtil. AllowJames Ahlborn2009-12-071-0/+5
* improve date handling, handle more binary/character input typesJames Ahlborn2009-12-051-0/+9
* prep for releaseJames Ahlborn2009-11-191-1/+1
* support reading/writing fixed length text columns (fixe #2886370)James Ahlborn2009-11-171-0/+6
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-0/+6
* doc updatesJames Ahlborn2009-10-111-1/+0
* update release dateJames Ahlborn2009-06-141-1/+1
* Be more forgiving for input column length. #2788029James Ahlborn2009-05-241-0/+3
* initial work towards supporting reading/formatting access queriesJames Ahlborn2008-11-101-0/+5
* prep for releaseJames Ahlborn2008-11-081-1/+1
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-081-0/+4
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-231-0/+3
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-211-0/+5
* prep for releaseJames Ahlborn2008-09-241-1/+1
* Fix simple index handling of tail index pages (2043499)James Ahlborn2008-09-111-0/+5
* prep for releaseJames Ahlborn2008-07-251-1/+1
* Add compression code for possible future use; add compression unitJames Ahlborn2008-07-221-0/+4
* Add primitive support for writing unicode compressed text columns.James Ahlborn2008-07-221-0/+3
* Share out-of-line long value pages in order to generate more compact database...James Ahlborn2008-07-201-0/+4