aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/java/com/healthmarketscience/jackcess
Commit message (Expand)AuthorAgeFilesLines
* move files into standard maven dir structureJames Ahlborn2013-08-1623-8731/+0
* more javadoc cleanup; minor refactor of Joiner iteration methodsJames Ahlborn2013-08-112-4/+2
* expand javadocs for core interfacesJames Ahlborn2013-08-085-37/+37
* add Query.isHidden method and expose original object flags on Query instancesJames Ahlborn2013-07-311-1/+2
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-3023-404/+657
* make attachment decoding the defaultJames Ahlborn2013-06-141-16/+22
* add attachment encoding supportJames Ahlborn2013-06-041-0/+5
* add methods to get the actual attachment contentJames Ahlborn2013-06-021-2/+27
* add more methods to Database for retrieving RelationshipsJames Ahlborn2013-05-311-8/+52
* fix unit test on windowsJames Ahlborn2013-05-281-6/+3
* use shared Calendar instance to converting DatesJames Ahlborn2013-02-282-4/+5
* initial support for optionally enforcing foreign-key constraints (fixes featu...James Ahlborn2012-11-201-0/+138
* Fix some more edge cases in date/time conversions (fixes issue 92)James Ahlborn2012-10-151-0/+38
* expand test coverage, minor tweaksJames Ahlborn2012-09-241-2/+17
* Added the MemFileChannel to enable working with dbs completely in memoryJames Ahlborn2012-09-243-7/+191
* Added DatabaseBuilder in for more convenient and flexible Database open/createJames Ahlborn2012-09-233-7/+10
* Add some more functionality to Joiner to facilitate integrity enforcement (ha...James Ahlborn2012-08-261-3/+25
* reset position/limit after encoding pageJames Ahlborn2012-06-141-0/+2
* add codechandler unit testJames Ahlborn2012-06-141-0/+276
* Fix NPE when running unit tests with db format MSISAM (fixes issue 3529534)James Ahlborn2012-05-251-0/+3
* add initial support for linked tables (fixes issue 3479560)James Ahlborn2012-02-012-1/+58
* Rename and refactor the Cursor find methods to improve usabilityJames Ahlborn2011-12-273-48/+217
* Add option to import file without headers to existing table; Add ImportUtil.B...James Ahlborn2011-11-252-13/+63
* Allow ImportFilter and ExportFilter to return null from filterRow() to indica...James Ahlborn2011-11-252-0/+63
* Reuse previously written memo/ole values when updating other values in a row ...James Ahlborn2011-11-151-2/+1
* add some cleanup code to unit testsJames Ahlborn2011-11-151-1/+31
* some tweaks, fixes, and tests for unsupported valuesJames Ahlborn2011-11-123-4/+97
* implement complex value deletionJames Ahlborn2011-11-081-0/+58
* implement unsupported complex value support; add some javadocsJames Ahlborn2011-11-071-1/+18
* add 2010 complex test dbJames Ahlborn2011-10-261-5/+3
* add 2007 complex test dbJames Ahlborn2011-10-262-168/+179
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-264-28/+366
* add Database.getSystemTableNames to enable retrieving the list of system/hidd...James Ahlborn2011-07-291-2/+29
* add a few util methods related to indexes and joinsJames Ahlborn2011-06-172-1/+10
* Add the Joiner utility and some new methods to IndexCursor to make it easier ...James Ahlborn2011-06-154-30/+339
* add Index.getReferencedIndex for retrieving the referenced index of a foreign...James Ahlborn2011-04-181-0/+42
* add 2010 unit testsJames Ahlborn2011-04-083-4/+7
* handle different versions of general sort order correctlyJames Ahlborn2011-04-051-1/+2
* add mostly functional support for access 2010 new general text sort orderJames Ahlborn2011-04-041-0/+195
* add method to grab default sort orderJames Ahlborn2011-03-311-0/+10
* fix usage map promotion testJames Ahlborn2011-03-232-22/+31
* update usage map testJames Ahlborn2011-03-211-1/+1
* add support for reading properties blobs; add accessors to various database o...James Ahlborn2011-03-203-1/+214
* fix test infoJames Ahlborn2011-03-182-2/+4
* general revamp of table finding using index backed cursors; use object flags ...James Ahlborn2011-03-091-1/+4
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-041-0/+41
* really fix timezone issue in ExportTest (fixes #3194251)James Ahlborn2011-02-271-5/+9
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-274-33/+56
* specify timezone in export test (fixes #3179802)James Ahlborn2011-02-131-0/+4
* no write tests for MSISAM currentlyJames Ahlborn2011-02-131-1/+1