index
:
jackcess.git
a97_indexes
exprs
hms
jackcess-1.2.14
jackcess-2
jdk8
master
modules
mutateops
newformats
Mirror of the Jackcess project: https://github.com/jahlborn/jackcess
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
healthmarketscience
/
jackcess
/
impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for surrogate pairs in text indexes (e.g. emoticons), fixes #157
James Ahlborn
2024-05-14
2
-21
/
+72
*
cleanup some compiler warnings, thanks Markus Spann
James Ahlborn
2024-02-08
4
-14
/
+7
*
fix NumberFormatter so that it formats according to the locale of the current db
James Ahlborn
2024-02-03
5
-39
/
+30
*
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
3
-222
/
+300
*
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
3
-75
/
+237
*
Add Table methods to access the creation and last modified dates
James Ahlborn
2021-07-07
3
-1
/
+35
*
tighten up readonly handling for external channels; minor test code refactor
James Ahlborn
2021-06-10
1
-4
/
+14
*
Add support for extended date/time type in access 2019+ dbs
James Ahlborn
2021-06-08
3
-13
/
+166
*
Add basic support for access 2019+ dbs.
James Ahlborn
2021-06-04
2
-4
/
+35
*
ignore trailing spaces when creating text index entries
James Ahlborn
2021-01-24
2
-16
/
+30
*
no longer need to use initCause
modules
James Ahlborn
2021-01-20
3
-14
/
+8
*
isolate java.sql usage so that the module is not required for core jackcess u...
James Ahlborn
2021-01-17
4
-27
/
+161
*
make some useful things public; add auto module name to manifest
James Ahlborn
2021-01-08
3
-4
/
+6
*
Add support for using Predicates to match values in Cursors. Add PatternColu...
James Ahlborn
2020-06-27
2
-68
/
+91
*
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
1
-2
/
+2
*
use default remove impl
James Ahlborn
2020-04-24
1
-5
/
+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
*
initial index codes for access97 general collation order
James Ahlborn
2019-08-06
1
-0
/
+127
*
Add Database.newTableMetaDataIterable() which enables iterating through table...
James Ahlborn
2019-02-20
1
-11
/
+80
*
Add ColumnFormatter utility which can apply Column Format property for displa...
James Ahlborn
2019-02-11
5
-41
/
+98
*
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
*
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
3
-94
/
+1031
*
merge trunk changes through r1258
James Ahlborn
2018-12-31
4
-125
/
+155
|
\
|
*
Fix length in units calculation for Access 97 text fields. Fixes #151
James Ahlborn
2018-12-31
4
-125
/
+155
*
|
fix channel open options for new files
James Ahlborn
2018-12-31
1
-5
/
+11
*
|
add system prop for date/time type; rework how date/times are written based o...
James Ahlborn
2018-12-28
3
-37
/
+89
*
|
overrides everywhere
James Ahlborn
2018-12-20
44
-1
/
+455
*
|
get javadocs displaying correctly
James Ahlborn
2018-12-18
3
-3
/
+3
*
|
merge trunk changes through r1241
James Ahlborn
2018-12-17
3
-4
/
+20
|
\
|
|
*
Ignore column validators for read-only dbs. This will avoid irrelevant failu...
James Ahlborn
2018-12-17
3
-7
/
+23
*
|
add LocalDateTime variants for various public Date based methods
James Ahlborn
2018-12-17
4
-68
/
+158
*
|
use interface to pass zone info into date/time conversion methods
James Ahlborn
2018-12-15
3
-28
/
+74
*
|
switch expression engine to LocalDateTime
James Ahlborn
2018-12-15
18
-567
/
+331
*
|
round LDT date/times to millis; add some initial tests for LDT times
James Ahlborn
2018-12-13
1
-7
/
+38
*
|
merge trunk changes through r1235
James Ahlborn
2018-12-11
1
-4
/
+10
|
\
|
|
*
minor tweaks to date handling; clear caches when config updated; ensure date ...
James Ahlborn
2018-12-10
2
-5
/
+11
[next]