aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* better exception message for decimal conversion failuresJames Ahlborn2012-02-061-2/+8
* add initial support for linked tables (fixes issue 3479560)James Ahlborn2012-02-016-37/+304
* 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-2711-67/+355
* 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-252-4/+282
* Allow ImportFilter and ExportFilter to return null from filterRow() to indica...James Ahlborn2011-11-254-4/+17
* refactor table creationJames Ahlborn2011-11-178-225/+356
* Reuse previously written memo/ole values when updating other values in a row ...James Ahlborn2011-11-151-22/+53
* 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-101-8/+17
* 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-291-1/+1
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-2622-45/+1858
* Fix issue with reading Access 97 database with large number of fieldsJames Ahlborn2011-10-191-1/+1
* start adding some usage information in javadocJames Ahlborn2011-08-213-51/+405
* 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-291-4/+19
* add some methods to approximate table sizeJames Ahlborn2011-07-163-0/+34
* 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-112-24/+99
* 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-154-60/+380
* try multiple classloaders when trying to load resourcesJames Ahlborn2011-06-102-4/+21
* check for too many pk indexes on a table; add convenience method to TableBuil...James Ahlborn2011-05-152-0/+18
* add Index.getReferencedIndex for retrieving the referenced index of a foreign...James Ahlborn2011-04-182-0/+72
* add description prop nameJames Ahlborn2011-04-171-0/+1
* Access expects a row to be at least big enough to hold all fixed values, even...James Ahlborn2011-04-161-28/+35
* better handling of read-only indexesJames Ahlborn2011-04-163-3/+9
* require writeable index for system catalogJames Ahlborn2011-04-162-0/+7
* more tweaks to sort order reading in v1997; read code page info from db def p...James Ahlborn2011-04-063-5/+62
* 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