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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup some compiler warnings, thanks Markus Spann
James Ahlborn
2024-02-08
1
-3
/
+4
*
Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fi...
James Ahlborn
2023-01-12
1
-1
/
+1
*
no longer need to use initCause
modules
James Ahlborn
2021-01-20
1
-1
/
+1
*
isolate java.sql usage so that the module is not required for core jackcess u...
James Ahlborn
2021-01-17
1
-9
/
+8
*
minor code cleanup
James Ahlborn
2020-09-11
1
-3
/
+2
*
Add support for using Predicates to match values in Cursors. Add PatternColu...
James Ahlborn
2020-06-27
3
-10
/
+131
*
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
5
-28
/
+85
*
use default remove impl
James Ahlborn
2020-04-24
1
-5
/
+0
*
Add ColumnFormatter utility which can apply Column Format property for displa...
James Ahlborn
2019-02-11
2
-1
/
+151
*
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
*
|
overrides everywhere
James Ahlborn
2018-12-20
14
-0
/
+20
*
|
get javadocs displaying correctly
James Ahlborn
2018-12-18
3
-9
/
+9
*
|
merge trunk changes through r1241
James Ahlborn
2018-12-17
2
-7
/
+17
|
\
|
|
*
Ignore column validators for read-only dbs. This will avoid irrelevant failu...
James Ahlborn
2018-12-17
2
-19
/
+29
*
|
add support for Path
James Ahlborn
2018-11-29
2
-53
/
+104
*
|
upgrade poi; upgrade various plugins
James Ahlborn
2018-11-27
3
-9
/
+9
*
|
switch to commons lang3
James Ahlborn
2018-11-27
2
-20
/
+20
|
/
*
merge trunk changes through r1100
James Ahlborn
2017-05-24
1
-0
/
+295
|
\
|
*
provide accessors for defaults config
James Ahlborn
2017-05-11
1
-4
/
+16
|
*
Add CustomLinkResolver which facilitates loading linked tables from files whi...
James Ahlborn
2017-05-11
1
-0
/
+283
*
|
merge trunk changes through r1077
James Ahlborn
2016-12-31
1
-0
/
+144
|
\
|
|
*
better fix for switching read-only file formats to read-only mode, wrap with ...
James Ahlborn
2016-11-17
1
-0
/
+144
*
|
checkpoint reworking expression classes and implementing many basic operations
James Ahlborn
2016-12-09
1
-2
/
+4
*
|
reorg of expression classes
James Ahlborn
2016-11-18
5
-2960
/
+0
*
|
rework classes, add more interfaces; start implementing builtin functions usi...
James Ahlborn
2016-11-03
5
-156
/
+1041
*
|
test parsing of basic expressions
James Ahlborn
2016-10-26
1
-121
/
+216
*
|
parse between expr
James Ahlborn
2016-10-26
1
-44
/
+81
*
|
handle order of ops for other types of exprs
James Ahlborn
2016-10-25
1
-76
/
+173
*
|
convert all ops to enum values
James Ahlborn
2016-10-20
1
-44
/
+117
*
|
fix handling of equivalent precedence
James Ahlborn
2016-10-16
1
-5
/
+3
*
|
add debug to strings to start enabling some testing
James Ahlborn
2016-10-15
1
-11
/
+114
*
|
start implementing some special operators
James Ahlborn
2016-10-13
1
-55
/
+317
*
|
move expr type info into TokBuf
James Ahlborn
2016-10-04
1
-58
/
+65
*
|
make delims separate token type; implement parsing of more expr types
James Ahlborn
2016-09-29
2
-68
/
+199
*
|
parse some operators
James Ahlborn
2016-09-17
2
-45
/
+273
*
|
impl obj ref parsing
James Ahlborn
2016-09-16
2
-22
/
+94
*
|
impl expr tokenization
James Ahlborn
2016-09-15
2
-0
/
+972
|
/
*
minor tweak to iterator
James Ahlborn
2015-11-25
1
-1
/
+5
*
relicense with Apache License
James Ahlborn
2015-04-17
24
-394
/
+242
*
remove unused loggers
James Ahlborn
2015-03-26
2
-9
/
+0
*
Implement support for indexes on BINARY fields
James Ahlborn
2015-03-16
1
-2
/
+14
*
lower log level for certain system table warnings; add contextual info to man...
James Ahlborn
2015-03-08
1
-1
/
+5
*
add some convenience methods for new TableIterableBuilder; add change notes f...
James Ahlborn
2015-03-04
1
-0
/
+19
*
add more flexible table iteration, feature #28
James Ahlborn
2015-02-14
1
-0
/
+77
*
make SimpleColumnMatcher handle a wider range of input data types by coercing...
James Ahlborn
2015-01-16
1
-2
/
+28
*
Better validation of identifier names (disallow invalid characters according ...
James Ahlborn
2014-12-04
1
-1
/
+2
*
add getBlob convenience method
James Ahlborn
2014-05-07
1
-3
/
+2
*
add convenience methods to Row for getting values cast to specific types
James Ahlborn
2014-05-06
1
-1
/
+1
[next]