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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add CustomLinkResolver which facilitates loading linked tables from files whi...
James Ahlborn
2017-05-11
6
-12
/
+460
*
|
Allow inserting negative auto number fields, fixes pull request #3
James Ahlborn
2017-05-07
3
-18
/
+12
*
|
Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson
James Ahlborn
2017-05-03
8
-12
/
+48
|
*
merge trunk changes through r1091
James Ahlborn
2017-04-29
1
-2
/
+1
|
|
\
|
|
/
|
/
|
*
|
update parent pom
James Ahlborn
2017-04-21
1
-2
/
+1
|
*
use actual implicit comp op subclass
James Ahlborn
2017-04-29
2
-2
/
+26
|
*
better handling of non-conditional exprs as field validators
James Ahlborn
2017-04-29
1
-8
/
+28
|
*
merge trunk changes through r1087
James Ahlborn
2017-04-03
10
-56
/
+486
|
|
\
|
|
/
|
/
|
*
|
Implement support for partial index lookups. Efficient IndexCursor lookups c...
James Ahlborn
2017-04-03
10
-56
/
+486
|
*
merge trunk changes through r1085
James Ahlborn
2017-02-11
1
-16
/
+0
|
|
\
|
|
/
|
/
|
*
|
more plugin cleanup
James Ahlborn
2017-02-01
1
-16
/
+0
|
*
change regex to compile on first use; turn invalid pattern into unmatchable r...
James Ahlborn
2017-02-11
2
-34
/
+79
|
*
add more type coercion, string and date to num
James Ahlborn
2017-02-07
4
-70
/
+95
|
*
support string to number coercion for mixed math operations
James Ahlborn
2017-02-04
4
-7
/
+133
|
*
add date time Value accessor
James Ahlborn
2017-01-26
8
-10
/
+49
|
*
better terminology for expressions
James Ahlborn
2017-01-15
2
-27
/
+27
|
*
add TemporalConfig to allow for custom expression date/time formats
James Ahlborn
2017-01-14
8
-23
/
+183
|
*
merge trunk changes through r1077
James Ahlborn
2016-12-31
15
-155
/
+488
|
|
\
|
|
/
|
/
|
*
|
update parent pom; various plugin updates
James Ahlborn
2016-11-30
2
-10
/
+2
*
|
minor compilation cleanups
James Ahlborn
2016-11-30
1
-3
/
+2
*
|
use column names in error message
James Ahlborn
2016-11-30
1
-1
/
+1
*
|
[maven-release-plugin] prepare for next development iteration
James Ahlborn
2016-11-30
1
-4
/
+4
*
|
[maven-release-plugin] prepare release jackcess-2.1.6
James Ahlborn
2016-11-30
1
-4
/
+4
*
|
prep for release
James Ahlborn
2016-11-30
1
-1
/
+1
*
|
better fix for switching read-only file formats to read-only mode, wrap with ...
James Ahlborn
2016-11-17
3
-17
/
+152
*
|
Add support for global usage maps which are reference type maps. fixes issue ...
James Ahlborn
2016-11-17
8
-129
/
+311
*
|
automatically switch to read-only mode when opening a file format which does ...
James Ahlborn
2016-11-12
3
-7
/
+32
|
*
ditch BIG_INT value type
James Ahlborn
2016-12-31
9
-143
/
+12
|
*
change evaluation context
James Ahlborn
2016-12-31
8
-127
/
+175
|
*
use isNull
James Ahlborn
2016-12-24
2
-4
/
+7
|
*
Value cleanup, start on functions
James Ahlborn
2016-12-24
7
-50
/
+34
|
*
add testing for most basic math and fix some edge case logic
James Ahlborn
2016-12-22
3
-39
/
+152
|
*
start testing simple math exprs
James Ahlborn
2016-12-18
3
-4
/
+87
|
*
add result caching for pure expressions
James Ahlborn
2016-12-15
2
-1
/
+47
|
*
implement more operations
James Ahlborn
2016-12-15
1
-5
/
+15
|
*
add method for indicating purity of an expression, possible use for future ca...
James Ahlborn
2016-12-15
3
-0
/
+78
|
*
ditch boolean type
James Ahlborn
2016-12-09
12
-135
/
+27
|
*
checkpoint reworking expression classes and implementing many basic operations
James Ahlborn
2016-12-09
20
-216
/
+1452
|
*
ditch extra import
James Ahlborn
2016-12-01
1
-1
/
+0
|
*
reorg of expression classes
James Ahlborn
2016-11-18
9
-71
/
+145
|
*
rework classes, add more interfaces; start implementing builtin functions usi...
James Ahlborn
2016-11-03
7
-158
/
+1052
|
*
test parsing of basic expressions
James Ahlborn
2016-10-26
2
-165
/
+307
|
*
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
2
-76
/
+193
|
*
convert all ops to enum values
James Ahlborn
2016-10-20
1
-44
/
+117
|
*
fix handling of equivalent precedence
James Ahlborn
2016-10-16
2
-5
/
+10
|
*
add debug to strings to start enabling some testing
James Ahlborn
2016-10-15
2
-11
/
+168
|
*
start implementing some special operators
James Ahlborn
2016-10-13
1
-55
/
+317
|
*
merge trunk changes through r1045
James Ahlborn
2016-10-04
2
-2
/
+2
|
|
\
|
|
/
|
/
|
*
|
[maven-release-plugin] prepare for next development iteration
James Ahlborn
2016-10-04
1
-4
/
+4
[prev]
[next]