aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience/jackcess/DatabaseTest.java
Commit message (Expand)AuthorAgeFilesLines
* update javadocs, minor cleanupsmutateopsJames Ahlborn2016-09-081-5/+4
* Add Database.getTableMetaData method to enable getting basic info about a Tab...James Ahlborn2016-02-161-2/+30
* Add some utility methods for handling Dates in an Access compatible manner. ...James Ahlborn2015-11-251-0/+51
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-011-76/+0
* more unit test speedups using in mem dbsJames Ahlborn2015-04-271-8/+9
* refactor DatabaseTest into more test classesJames Ahlborn2015-04-271-410/+0
* reorg a bunch of utility code into the TestUtil classJames Ahlborn2015-04-271-414/+5
* use inmem dbs to speed up slow unit testsJames Ahlborn2015-04-261-3/+3
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* add some convenience methods for new TableIterableBuilder; add change notes f...James Ahlborn2015-03-041-4/+2
* fix linked table test; add unit tests for new table iteration methodsJames Ahlborn2015-02-231-1/+43
* test isLinkedTable method, feature #28James Ahlborn2015-02-131-0/+4
* more unit tests for unicode compressionJames Ahlborn2014-11-151-2/+28
* rework unicode compression support, fixes issue 111James Ahlborn2014-11-151-1/+30
* fix regression where empty memo values are returned as null (issue 110)James Ahlborn2014-09-291-1/+18
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-071-1/+1
* more test speedupsJames Ahlborn2014-08-241-5/+19
* speed up unit tests by delaying disk syncsJames Ahlborn2014-08-181-6/+21
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-061-15/+15
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-241-0/+12
* Fix NullPointerException in RowImpl.toString when value is null.James Ahlborn2014-01-221-0/+8
* tweak oleblob testsJames Ahlborn2013-09-181-0/+1
* add some oleblob unit testsJames Ahlborn2013-09-181-5/+12
* fix rawstring tostring testsJames Ahlborn2013-09-151-5/+5
* fix unit test broken by tostring changesJames Ahlborn2013-09-121-2/+2
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+1686