aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/util
Commit message (Expand)AuthorAgeFilesLines
* cleanup some compiler warnings, thanks Markus SpannJames Ahlborn2024-02-081-3/+4
* Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fi...James Ahlborn2023-01-121-1/+1
* no longer need to use initCausemodulesJames Ahlborn2021-01-201-1/+1
* isolate java.sql usage so that the module is not required for core jackcess u...James Ahlborn2021-01-171-9/+8
* minor code cleanupJames Ahlborn2020-09-111-3/+2
* Add support for using Predicates to match values in Cursors. Add PatternColu...James Ahlborn2020-06-273-10/+131
* tag functional interfaces; use lambda syntaxJames Ahlborn2020-04-275-5/+10
* add stream support to Iterable classes; add some unit tests with streamingJames Ahlborn2020-04-245-28/+85
* use default remove implJames Ahlborn2020-04-241-5/+0
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-112-1/+151
* merge trunk changes through r1271James Ahlborn2019-01-311-44/+44
|\
| * Use column label from ResultSetMetaData when importing. Fixes #152James Ahlborn2019-01-291-44/+44
* | overrides everywhereJames Ahlborn2018-12-2014-0/+20
* | get javadocs displaying correctlyJames Ahlborn2018-12-183-9/+9
* | merge trunk changes through r1241James Ahlborn2018-12-172-7/+17
|\|
| * Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-172-19/+29
* | add support for PathJames Ahlborn2018-11-292-53/+104
* | upgrade poi; upgrade various pluginsJames Ahlborn2018-11-273-9/+9
* | switch to commons lang3James Ahlborn2018-11-272-20/+20
|/
* merge trunk changes through r1100James Ahlborn2017-05-241-0/+295
|\
| * provide accessors for defaults configJames Ahlborn2017-05-111-4/+16
| * Add CustomLinkResolver which facilitates loading linked tables from files whi...James Ahlborn2017-05-111-0/+283
* | merge trunk changes through r1077James Ahlborn2016-12-311-0/+144
|\|
| * better fix for switching read-only file formats to read-only mode, wrap with ...James Ahlborn2016-11-171-0/+144
* | checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-2/+4
* | reorg of expression classesJames Ahlborn2016-11-185-2960/+0
* | rework classes, add more interfaces; start implementing builtin functions usi...James Ahlborn2016-11-035-156/+1041
* | test parsing of basic expressionsJames Ahlborn2016-10-261-121/+216
* | parse between exprJames Ahlborn2016-10-261-44/+81
* | handle order of ops for other types of exprsJames Ahlborn2016-10-251-76/+173
* | convert all ops to enum valuesJames Ahlborn2016-10-201-44/+117
* | fix handling of equivalent precedenceJames Ahlborn2016-10-161-5/+3
* | add debug to strings to start enabling some testingJames Ahlborn2016-10-151-11/+114
* | start implementing some special operatorsJames Ahlborn2016-10-131-55/+317
* | move expr type info into TokBufJames Ahlborn2016-10-041-58/+65
* | make delims separate token type; implement parsing of more expr typesJames Ahlborn2016-09-292-68/+199
* | parse some operatorsJames Ahlborn2016-09-172-45/+273
* | impl obj ref parsingJames Ahlborn2016-09-162-22/+94
* | impl expr tokenizationJames Ahlborn2016-09-152-0/+972
|/
* minor tweak to iteratorJames Ahlborn2015-11-251-1/+5
* relicense with Apache LicenseJames Ahlborn2015-04-1724-394/+242
* remove unused loggersJames Ahlborn2015-03-262-9/+0
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-161-2/+14
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-1/+5
* add some convenience methods for new TableIterableBuilder; add change notes f...James Ahlborn2015-03-041-0/+19
* add more flexible table iteration, feature #28James Ahlborn2015-02-141-0/+77
* make SimpleColumnMatcher handle a wider range of input data types by coercing...James Ahlborn2015-01-161-2/+28
* Better validation of identifier names (disallow invalid characters according ...James Ahlborn2014-12-041-1/+2
* add getBlob convenience methodJames Ahlborn2014-05-071-3/+2
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-061-1/+1