aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
* no longer need to use initCausemodulesJames Ahlborn2021-01-204-15/+9
* isolate java.sql usage so that the module is not required for core jackcess u...James Ahlborn2021-01-178-60/+190
* make some useful things public; add auto module name to manifestJames Ahlborn2021-01-083-4/+6
* minor code cleanupJames Ahlborn2020-09-111-3/+2
* Add more static utility methods to DatabaseBuilder to enable more succinct ob...James Ahlborn2020-09-072-0/+90
* add details about 3.5 upgradeJames Ahlborn2020-06-281-3/+4
* Add support for using Predicates to match values in Cursors. Add PatternColu...James Ahlborn2020-06-276-85/+247
* change the default DateTimeType to LOCAL_DATE_TIMEJames Ahlborn2020-05-031-2/+2
* enable expression evaluation by defaultJames Ahlborn2020-05-032-7/+7
* 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-249-41/+142
* use default remove implJames Ahlborn2020-04-242-10/+0
* use new general 97 index supportJames Ahlborn2019-08-162-47/+66
* fix handling of descending indexesJames Ahlborn2019-08-121-13/+9
* reword extra code handling for gen 97 indexesJames Ahlborn2019-08-114-179/+309
* initial support for writing access 97 indexesJames Ahlborn2019-08-061-22/+107
* add new sort order for legacy 97 collation orderJames Ahlborn2019-08-062-15/+27
* use StandardCharsetJames Ahlborn2019-08-061-60/+61
* add separate method for reading root db pageJames Ahlborn2019-08-063-45/+66
* convenience method for using case insensitive matcherJames Ahlborn2019-08-061-22/+30
* initial index codes for access97 general collation orderJames Ahlborn2019-08-063-0/+410
* add convenience method for opening with PathJames Ahlborn2019-07-211-0/+14
* Add Database.newTableMetaDataIterable() which enables iterating through table...James Ahlborn2019-02-202-11/+91
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-118-43/+250
* minor cleanupsJames Ahlborn2019-02-062-7/+7
* handle number formats with no required digitsJames Ahlborn2019-02-041-12/+57
* merge trunk changes through r1271James Ahlborn2019-01-311-44/+44
|\
| * Use column label from ResultSetMetaData when importing. Fixes #152James Ahlborn2019-01-291-44/+44
| * Fix parsing of escaped double quotes in expressionsJames Ahlborn2019-01-291-1/+0
* | more tests and tweaks to custom formattingJames Ahlborn2019-01-311-75/+92
* | more tests, more bug fixes for custom formatsJames Ahlborn2019-01-301-6/+14
* | add unit tests, fix bugs in custom formatsJames Ahlborn2019-01-291-49/+144
* | implement remaining custom formatting, not testedJames Ahlborn2019-01-242-166/+418
* | fix parsing of escaped double quote; implement euro format; implement most cu...James Ahlborn2019-01-194-95/+1038
* | merge trunk changes through r1258James Ahlborn2018-12-316-146/+191
|\|
| * Fix length in units calculation for Access 97 text fields. Fixes #151James Ahlborn2018-12-315-131/+178
| * use fromUnitSizeJames Ahlborn2018-12-292-40/+38
* | fix channel open options for new filesJames Ahlborn2018-12-311-5/+11
* | add system prop for date/time type; rework how date/times are written based o...James Ahlborn2018-12-284-38/+97
* | overrides everywhereJames Ahlborn2018-12-2061-1/+481
* | more javadoc fixesJames Ahlborn2018-12-191-6/+6
* | get javadocs displaying correctlyJames Ahlborn2018-12-1816-44/+44
* | merge trunk changes through r1241James Ahlborn2018-12-176-12/+38
|\|
| * Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-176-27/+53
* | add LocalDateTime variants for various public Date based methodsJames Ahlborn2018-12-179-85/+239
* | use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-154-30/+76
* | switch expression engine to LocalDateTimeJames Ahlborn2018-12-1521-610/+360
* | round LDT date/times to millis; add some initial tests for LDT timesJames Ahlborn2018-12-131-7/+38
* | merge trunk changes through r1235James Ahlborn2018-12-111-4/+10
|\|
| * minor tweaks to date handling; clear caches when config updated; ensure date ...James Ahlborn2018-12-102-5/+11