summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* prep for releaseJames Ahlborn2011-05-141-2/+2
* add Index.getReferencedIndex for retrieving the referenced index of a foreign...James Ahlborn2011-04-183-0/+76
* 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-162-28/+39
* 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-052-1/+1
* add mostly functional support for access 2010 new general text sort orderJames Ahlborn2011-04-049-39/+63637
* slightly more compressed index codes file formatJames Ahlborn2011-04-033-44630/+44634
* 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-207-86/+781
* minor cleanupJames Ahlborn2011-03-201-3/+1
* fix writing index type value on index creationJames Ahlborn2011-03-181-1/+1
* remove title/author/companyJames Ahlborn2011-03-183-0/+0
* 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
* remove extraneous compact error tableJames Ahlborn2011-03-091-0/+0
* prep for releaseJames Ahlborn2011-03-051-1/+1
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-0410-207/+803
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-279-2337/+2629
* update changesJames Ahlborn2011-02-151-0/+9