aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/Database.java
Commit message (Expand)AuthorAgeFilesLines
* Add basic support for access 2019+ dbs.James Ahlborn2021-06-041-0/+2
* enable expression evaluation by defaultJames Ahlborn2020-05-031-5/+5
* add stream support to Iterable classes; add some unit tests with streamingJames Ahlborn2020-04-241-0/+17
* Add Database.newTableMetaDataIterable() which enables iterating through table...James Ahlborn2019-02-201-0/+11
* add system prop for date/time type; rework how date/times are written based o...James Ahlborn2018-12-281-1/+8
* get javadocs displaying correctlyJames Ahlborn2018-12-181-4/+4
* initial support for LocalDateTime and Temporal typesJames Ahlborn2018-12-111-2/+34
* add support for PathJames Ahlborn2018-11-291-1/+7
* upgrade poi; upgrade various pluginsJames Ahlborn2018-11-271-4/+4
* knock out some fixmes; add support for custom function lookup and custom bind...James Ahlborn2018-05-191-1/+10
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-13/+30
* Add full support for access 2016 databases including the new 'Large Number' (...James Ahlborn2017-12-191-0/+2
* Add Database.getTableMetaData method to enable getting basic info about a Tab...James Ahlborn2016-02-161-2/+10
* Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...James Ahlborn2015-11-251-0/+9
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-011-0/+32
* relicense with Apache LicenseJames Ahlborn2015-04-171-14/+11
* add more flexible table iteration, feature #28James Ahlborn2015-02-141-0/+8
* add method to simplify testing whether or not a Table is linked to a Database...James Ahlborn2015-02-131-0/+8
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-241-1/+3
* add initial ColumnValidator supportJames Ahlborn2014-03-201-1/+15
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+389