| Commit message (Expand) | Author | Age | Files | Lines |
* | move files into standard maven dir structure | James Ahlborn | 2013-08-16 | 23 | -8731/+0 |
* | more javadoc cleanup; minor refactor of Joiner iteration methods | James Ahlborn | 2013-08-11 | 2 | -4/+2 |
* | expand javadocs for core interfaces | James Ahlborn | 2013-08-08 | 5 | -37/+37 |
* | add Query.isHidden method and expose original object flags on Query instances | James Ahlborn | 2013-07-31 | 1 | -1/+2 |
* | merge branch jackcess-2 changes through r759 | James Ahlborn | 2013-07-30 | 23 | -404/+657 |
* | make attachment decoding the default | James Ahlborn | 2013-06-14 | 1 | -16/+22 |
* | add attachment encoding support | James Ahlborn | 2013-06-04 | 1 | -0/+5 |
* | add methods to get the actual attachment content | James Ahlborn | 2013-06-02 | 1 | -2/+27 |
* | add more methods to Database for retrieving Relationships | James Ahlborn | 2013-05-31 | 1 | -8/+52 |
* | fix unit test on windows | James Ahlborn | 2013-05-28 | 1 | -6/+3 |
* | use shared Calendar instance to converting Dates | James Ahlborn | 2013-02-28 | 2 | -4/+5 |
* | initial support for optionally enforcing foreign-key constraints (fixes featu... | James Ahlborn | 2012-11-20 | 1 | -0/+138 |
* | Fix some more edge cases in date/time conversions (fixes issue 92) | James Ahlborn | 2012-10-15 | 1 | -0/+38 |
* | expand test coverage, minor tweaks | James Ahlborn | 2012-09-24 | 1 | -2/+17 |
* | Added the MemFileChannel to enable working with dbs completely in memory | James Ahlborn | 2012-09-24 | 3 | -7/+191 |
* | Added DatabaseBuilder in for more convenient and flexible Database open/create | James Ahlborn | 2012-09-23 | 3 | -7/+10 |
* | Add some more functionality to Joiner to facilitate integrity enforcement (ha... | James Ahlborn | 2012-08-26 | 1 | -3/+25 |
* | reset position/limit after encoding page | James Ahlborn | 2012-06-14 | 1 | -0/+2 |
* | add codechandler unit test | James Ahlborn | 2012-06-14 | 1 | -0/+276 |
* | Fix NPE when running unit tests with db format MSISAM (fixes issue 3529534) | James Ahlborn | 2012-05-25 | 1 | -0/+3 |
* | add initial support for linked tables (fixes issue 3479560) | James Ahlborn | 2012-02-01 | 2 | -1/+58 |
* | Rename and refactor the Cursor find methods to improve usability | James Ahlborn | 2011-12-27 | 3 | -48/+217 |
* | Add option to import file without headers to existing table; Add ImportUtil.B... | James Ahlborn | 2011-11-25 | 2 | -13/+63 |
* | Allow ImportFilter and ExportFilter to return null from filterRow() to indica... | James Ahlborn | 2011-11-25 | 2 | -0/+63 |
* | Reuse previously written memo/ole values when updating other values in a row ... | James Ahlborn | 2011-11-15 | 1 | -2/+1 |
* | add some cleanup code to unit tests | James Ahlborn | 2011-11-15 | 1 | -1/+31 |
* | some tweaks, fixes, and tests for unsupported values | James Ahlborn | 2011-11-12 | 3 | -4/+97 |
* | implement complex value deletion | James Ahlborn | 2011-11-08 | 1 | -0/+58 |
* | implement unsupported complex value support; add some javadocs | James Ahlborn | 2011-11-07 | 1 | -1/+18 |
* | add 2010 complex test db | James Ahlborn | 2011-10-26 | 1 | -5/+3 |
* | add 2007 complex test db | James Ahlborn | 2011-10-26 | 2 | -168/+179 |
* | Add support for reading/writing complex column data (version history, attachm... | James Ahlborn | 2011-10-26 | 4 | -28/+366 |
* | add Database.getSystemTableNames to enable retrieving the list of system/hidd... | James Ahlborn | 2011-07-29 | 1 | -2/+29 |
* | add a few util methods related to indexes and joins | James Ahlborn | 2011-06-17 | 2 | -1/+10 |
* | Add the Joiner utility and some new methods to IndexCursor to make it easier ... | James Ahlborn | 2011-06-15 | 4 | -30/+339 |
* | add Index.getReferencedIndex for retrieving the referenced index of a foreign... | James Ahlborn | 2011-04-18 | 1 | -0/+42 |
* | add 2010 unit tests | James Ahlborn | 2011-04-08 | 3 | -4/+7 |
* | handle different versions of general sort order correctly | James Ahlborn | 2011-04-05 | 1 | -1/+2 |
* | add mostly functional support for access 2010 new general text sort order | James Ahlborn | 2011-04-04 | 1 | -0/+195 |
* | add method to grab default sort order | James Ahlborn | 2011-03-31 | 1 | -0/+10 |
* | fix usage map promotion test | James Ahlborn | 2011-03-23 | 2 | -22/+31 |
* | update usage map test | James Ahlborn | 2011-03-21 | 1 | -1/+1 |
* | add support for reading properties blobs; add accessors to various database o... | James Ahlborn | 2011-03-20 | 3 | -1/+214 |
* | fix test info | James Ahlborn | 2011-03-18 | 2 | -2/+4 |
* | general revamp of table finding using index backed cursors; use object flags ... | James Ahlborn | 2011-03-09 | 1 | -1/+4 |
* | add support for creating indexes (except foreign key indexes) on a table when... | James Ahlborn | 2011-03-04 | 1 | -0/+41 |
* | really fix timezone issue in ExportTest (fixes #3194251) | James Ahlborn | 2011-02-27 | 1 | -5/+9 |
* | more work around interpreting index data, add support for multiple logical in... | James Ahlborn | 2011-02-27 | 4 | -33/+56 |
* | specify timezone in export test (fixes #3179802) | James Ahlborn | 2011-02-13 | 1 | -0/+4 |
* | no write tests for MSISAM currently | James Ahlborn | 2011-02-13 | 1 | -1/+1 |