| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix adding fixed length columns to an existing table. fixes #159 | James Ahlborn | 2024-12-14 | 5 | -50/+52 |
* | Add support for surrogate pairs in text indexes (e.g. emoticons), fixes #157 | James Ahlborn | 2024-05-14 | 2 | -21/+72 |
* | Account for character sizes when copying column lengths, fixes #158 | James Ahlborn | 2024-05-08 | 1 | -1/+1 |
* | cleanup some compiler warnings, thanks Markus Spann | James Ahlborn | 2024-02-08 | 5 | -17/+11 |
* | fix NumberFormatter so that it formats according to the locale of the current db | James Ahlborn | 2024-02-03 | 6 | -39/+56 |
* | do not increment unique entry count when replacing an existing entry | James Ahlborn | 2023-08-28 | 1 | -1/+3 |
* | Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fi... | James Ahlborn | 2023-01-12 | 5 | -225/+315 |
* | Fix edge case which can cause table to be considered corrupt. Fixes #156 | James Ahlborn | 2022-10-28 | 1 | -78/+87 |
* | Add support for linked odbc tables. TableMetaData provides access to connect... | James Ahlborn | 2022-08-26 | 8 | -82/+420 |
* | update some docs | James Ahlborn | 2021-11-11 | 1 | -5/+5 |
* | Add Table methods to access the creation and last modified dates | James Ahlborn | 2021-07-07 | 4 | -1/+51 |
* | tighten up readonly handling for external channels; minor test code refactor | James Ahlborn | 2021-06-10 | 1 | -4/+14 |
* | add unit tests for extended date/time type | James Ahlborn | 2021-06-10 | 1 | -3/+3 |
* | Add support for extended date/time type in access 2019+ dbs | James Ahlborn | 2021-06-08 | 4 | -13/+174 |
* | Add basic support for access 2019+ dbs. | James Ahlborn | 2021-06-04 | 3 | -4/+37 |
* | ignore trailing spaces when creating text index entries | James Ahlborn | 2021-01-24 | 2 | -16/+30 |
* | no longer need to use initCausemodules | James Ahlborn | 2021-01-20 | 4 | -15/+9 |
* | isolate java.sql usage so that the module is not required for core jackcess u... | James Ahlborn | 2021-01-17 | 8 | -60/+190 |
* | make some useful things public; add auto module name to manifest | James Ahlborn | 2021-01-08 | 3 | -4/+6 |
* | minor code cleanup | James Ahlborn | 2020-09-11 | 1 | -3/+2 |
* | Add more static utility methods to DatabaseBuilder to enable more succinct ob... | James Ahlborn | 2020-09-07 | 2 | -0/+90 |
* | add details about 3.5 upgrade | James Ahlborn | 2020-06-28 | 1 | -3/+4 |
* | Add support for using Predicates to match values in Cursors. Add PatternColu... | James Ahlborn | 2020-06-27 | 6 | -85/+247 |
* | change the default DateTimeType to LOCAL_DATE_TIME | James Ahlborn | 2020-05-03 | 1 | -2/+2 |
* | enable expression evaluation by default | James Ahlborn | 2020-05-03 | 2 | -7/+7 |
* | tag functional interfaces; use lambda syntax | James Ahlborn | 2020-04-27 | 5 | -5/+10 |
* | add stream support to Iterable classes; add some unit tests with streaming | James Ahlborn | 2020-04-24 | 9 | -41/+142 |
* | use default remove impl | James Ahlborn | 2020-04-24 | 2 | -10/+0 |
* | use new general 97 index support | James Ahlborn | 2019-08-16 | 2 | -47/+66 |
* | fix handling of descending indexes | James Ahlborn | 2019-08-12 | 1 | -13/+9 |
* | reword extra code handling for gen 97 indexes | James Ahlborn | 2019-08-11 | 3 | -105/+235 |
* | initial support for writing access 97 indexes | James Ahlborn | 2019-08-06 | 1 | -22/+107 |
* | add new sort order for legacy 97 collation order | James Ahlborn | 2019-08-06 | 2 | -15/+27 |
* | use StandardCharset | James Ahlborn | 2019-08-06 | 1 | -60/+61 |
* | add separate method for reading root db page | James Ahlborn | 2019-08-06 | 3 | -45/+66 |
* | convenience method for using case insensitive matcher | James Ahlborn | 2019-08-06 | 1 | -22/+30 |
* | initial index codes for access97 general collation order | James Ahlborn | 2019-08-06 | 1 | -0/+127 |
* | add convenience method for opening with Path | James Ahlborn | 2019-07-21 | 1 | -0/+14 |
* | Add Database.newTableMetaDataIterable() which enables iterating through table... | James Ahlborn | 2019-02-20 | 2 | -11/+91 |
* | Add ColumnFormatter utility which can apply Column Format property for displa... | James Ahlborn | 2019-02-11 | 8 | -43/+250 |
* | minor cleanups | James Ahlborn | 2019-02-06 | 2 | -7/+7 |
* | handle number formats with no required digits | James Ahlborn | 2019-02-04 | 1 | -12/+57 |
* | merge trunk changes through r1271 | James Ahlborn | 2019-01-31 | 1 | -44/+44 |
|\ |
|
| * | Use column label from ResultSetMetaData when importing. Fixes #152 | James Ahlborn | 2019-01-29 | 1 | -44/+44 |
| * | Fix parsing of escaped double quotes in expressions | James Ahlborn | 2019-01-29 | 1 | -1/+0 |
* | | more tests and tweaks to custom formatting | James Ahlborn | 2019-01-31 | 1 | -75/+92 |
* | | more tests, more bug fixes for custom formats | James Ahlborn | 2019-01-30 | 1 | -6/+14 |
* | | add unit tests, fix bugs in custom formats | James Ahlborn | 2019-01-29 | 1 | -49/+144 |
* | | implement remaining custom formatting, not tested | James Ahlborn | 2019-01-24 | 2 | -166/+418 |
* | | fix parsing of escaped double quote; implement euro format; implement most cu... | James Ahlborn | 2019-01-19 | 4 | -95/+1038 |