summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* reset position/limit after encoding pageJames Ahlborn2012-06-141-1/+3
* rework partial page writing and interacting with CodecHandlers (issue #3532250)James Ahlborn2012-06-134-33/+68
* Add ImportUtil.toColumns to enable more advanced Table creation implementatio...James Ahlborn2012-05-252-28/+43
* Fix NPE when running unit tests with db format MSISAM (fixes issue 3529534)James Ahlborn2012-05-251-0/+3
* add osgi header information to the jar manifest (fixes issue 3523179)James Ahlborn2012-05-251-0/+5
* enhance javadocJames Ahlborn2012-05-241-7/+17
* doc updatesJames Ahlborn2012-04-032-8/+20
* prep for releaseJames Ahlborn2012-04-031-1/+1
* add explicit exception for unsupported encodingsJames Ahlborn2012-03-142-3/+51
* add some more useful byte operationsJames Ahlborn2012-03-145-14/+49
* add codec type for access 2007+ encodingJames Ahlborn2012-03-012-1/+7
* add FAQ entry about 'decoding not supported' messageJames Ahlborn2012-02-291-0/+17
* update faqJames Ahlborn2012-02-081-8/+16
* better exception message for decimal conversion failuresJames Ahlborn2012-02-061-2/+8
* add initial support for linked tables (fixes issue 3479560)James Ahlborn2012-02-011-1/+3
* add initial support for linked tables (fixes issue 3479560)James Ahlborn2012-02-017-37/+309
* for consistencyJames Ahlborn2012-01-111-1/+1
* handle wrong array type passed to addRowJames Ahlborn2011-12-301-8/+11
* Rename and refactor the Cursor find methods to improve usabilityJames Ahlborn2011-12-2712-67/+360
* prep for releaseJames Ahlborn2011-12-161-1/+1
* ensure new database is flushed after creation as some users drop the Database...James Ahlborn2011-12-061-0/+1
* always pass Object[] to ImportFilter.filterRowJames Ahlborn2011-11-301-4/+4
* Add option to import file without headers to existing table; Add ImportUtil.B...James Ahlborn2011-11-253-4/+289
* Allow ImportFilter and ExportFilter to return null from filterRow() to indica...James Ahlborn2011-11-255-4/+21
* refactor table creationJames Ahlborn2011-11-178-225/+356
* Reuse previously written memo/ole values when updating other values in a row ...James Ahlborn2011-11-152-22/+57
* stash nullmask in rowstateJames Ahlborn2011-11-121-16/+19
* some tweaks, fixes, and tests for unsupported valuesJames Ahlborn2011-11-122-6/+21
* Fix problem with reading row from table with deleted/added columns. (fixes 34...James Ahlborn2011-11-102-8/+20
* add issueid to changelogJames Ahlborn2011-11-091-1/+1
* implement complex value deletionJames Ahlborn2011-11-087-27/+145
* implement unsupported complex value support; add some javadocsJames Ahlborn2011-11-071-0/+36
* implement unsupported complex value support; add some javadocsJames Ahlborn2011-11-0611-52/+161
* fix copyrightJames Ahlborn2011-11-061-1/+18
* Fix problem with creating tables with indexes where ms access could not open ...James Ahlborn2011-10-292-1/+5
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-2623-45/+1864
* prepare for releaseJames Ahlborn2011-10-201-1/+1
* Fix issue with reading Access 97 database with large number of fieldsJames Ahlborn2011-10-192-1/+4
* start adding some usage information in javadocJames Ahlborn2011-08-215-51/+518
* make table loading re-entrant; load ace table on first useJames Ahlborn2011-08-161-58/+129
* fix svn propsJames Ahlborn2011-08-051-0/+0
* small refactor to move type specific info into nested classesJames Ahlborn2011-07-301-41/+94
* add Database.getSystemTableNames to enable retrieving the list of system/hidd...James Ahlborn2011-07-292-4/+23
* add some methods to approximate table sizeJames Ahlborn2011-07-164-0/+37
* do not allow creation of table with unsupported column typeJames Ahlborn2011-07-121-0/+5
* Enable basic handling of unsupported data types as binary content.James Ahlborn2011-07-113-24/+102
* add a few util methods related to indexes and joinsJames Ahlborn2011-06-172-2/+61
* Add the Joiner utility and some new methods to IndexCursor to make it easier ...James Ahlborn2011-06-155-60/+384
* try multiple classloaders when trying to load resourcesJames Ahlborn2011-06-103-4/+26
* check for too many pk indexes on a table; add convenience method to TableBuil...James Ahlborn2011-05-152-0/+18