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
/
expr
/
Expressionator.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup some compiler warnings, thanks Markus Spann
James Ahlborn
2024-02-08
1
-1
/
+0
*
Add support for using Predicates to match values in Cursors. Add PatternColu...
James Ahlborn
2020-06-27
1
-3
/
+12
*
overrides everywhere
James Ahlborn
2018-12-20
1
-0
/
+20
*
switch expression engine to LocalDateTime
James Ahlborn
2018-12-15
1
-8
/
+3
*
switch to commons lang3
James Ahlborn
2018-11-27
1
-1
/
+1
*
rework public expression api with better locale handling; support parsing of ...
James Ahlborn
2018-10-04
1
-128
/
+153
*
add support for monthname function; implement better string to date/time conv...
James Ahlborn
2018-09-29
1
-1
/
+2
*
refactor support for working with Value instances
James Ahlborn
2018-09-06
1
-7
/
+7
*
add ability to get original expression; implement some parsing tests
James Ahlborn
2018-07-17
1
-15
/
+22
*
fix handling of certain field validator expressions; add some tests for vario...
James Ahlborn
2018-07-14
1
-11
/
+16
*
handle alternate true/false constant values
James Ahlborn
2018-07-13
1
-4
/
+11
*
add more tests; add not like
James Ahlborn
2018-07-01
1
-1
/
+11
*
more tests
James Ahlborn
2018-06-29
1
-0
/
+1
*
use common method pattern between ParseContext and EvalConfig
James Ahlborn
2018-06-27
1
-2
/
+3
*
ditch default parse context
James Ahlborn
2018-06-27
1
-17
/
+0
*
cleanup some fixmes
James Ahlborn
2018-05-30
1
-4
/
+1
*
handle literal string default values
James Ahlborn
2018-05-30
1
-94
/
+124
*
normalize decimals when used; convert number literals to decimal instead of d...
James Ahlborn
2018-05-27
1
-4
/
+4
*
do not allow null result for conditions
James Ahlborn
2018-05-25
1
-93
/
+95
*
plug expr evaluation into columns/tables; create Identifier for tracking expr...
James Ahlborn
2018-05-08
1
-22
/
+86
*
use specific exceptions for expr eval
James Ahlborn
2018-03-31
1
-26
/
+26
*
handle plus as a unary number modifier; handle precedence of plus/minus in mo...
James Ahlborn
2017-10-14
1
-3
/
+52
*
long type should be int values; implement more date/time and misc other funct...
James Ahlborn
2017-09-23
1
-2
/
+2
*
implement a bunch of functions which really need unit tests; add support for ...
James Ahlborn
2017-09-05
1
-3
/
+4
*
use actual implicit comp op subclass
James Ahlborn
2017-04-29
1
-1
/
+19
*
better handling of non-conditional exprs as field validators
James Ahlborn
2017-04-29
1
-8
/
+28
*
change regex to compile on first use; turn invalid pattern into unmatchable r...
James Ahlborn
2017-02-11
1
-31
/
+47
*
support string to number coercion for mixed math operations
James Ahlborn
2017-02-04
1
-1
/
+7
*
add date time Value accessor
James Ahlborn
2017-01-26
1
-3
/
+18
*
better terminology for expressions
James Ahlborn
2017-01-15
1
-26
/
+26
*
add TemporalConfig to allow for custom expression date/time formats
James Ahlborn
2017-01-14
1
-2
/
+7
*
change evaluation context
James Ahlborn
2016-12-31
1
-94
/
+115
*
use isNull
James Ahlborn
2016-12-24
1
-2
/
+2
*
start testing simple math exprs
James Ahlborn
2016-12-18
1
-0
/
+4
*
add result caching for pure expressions
James Ahlborn
2016-12-15
1
-1
/
+45
*
add method for indicating purity of an expression, possible use for future ca...
James Ahlborn
2016-12-15
1
-0
/
+73
*
ditch boolean type
James Ahlborn
2016-12-09
1
-8
/
+9
*
checkpoint reworking expression classes and implementing many basic operations
James Ahlborn
2016-12-09
1
-23
/
+34
*
reorg of expression classes
James Ahlborn
2016-11-18
1
-0
/
+1765