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
/
test
/
java
/
com
/
healthmarketscience
/
jackcess
/
impl
/
expr
/
ExpressionatorTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix NumberFormatter so that it formats according to the locale of the current db
James Ahlborn
2024-02-03
1
-0
/
+13
*
switch expression engine to LocalDateTime
James Ahlborn
2018-12-15
1
-18
/
+15
*
implement Format with predefined formats
James Ahlborn
2018-11-20
1
-2
/
+2
*
cache and reuse DecimalFormat instances
James Ahlborn
2018-11-13
1
-0
/
+6
*
add support for strconv function
James Ahlborn
2018-10-05
1
-0
/
+4
*
rework public expression api with better locale handling; support parsing of ...
James Ahlborn
2018-10-04
1
-8
/
+20
*
implement IsNumeric; add support for hex/oct integer strings
James Ahlborn
2018-09-18
1
-0
/
+4
*
refactor support for working with Value instances
James Ahlborn
2018-09-06
1
-4
/
+4
*
add some date function tests
James Ahlborn
2018-07-25
1
-3
/
+3
*
test more functions
James Ahlborn
2018-07-17
1
-2
/
+0
*
add ability to get original expression; implement some parsing tests
James Ahlborn
2018-07-17
1
-0
/
+31
*
fix handling of certain field validator expressions; add some tests for vario...
James Ahlborn
2018-07-14
1
-28
/
+68
*
add more tests; add not like
James Ahlborn
2018-07-01
1
-2
/
+46
*
more tests
James Ahlborn
2018-06-29
1
-0
/
+35
*
use common method pattern between ParseContext and EvalConfig
James Ahlborn
2018-06-27
1
-3
/
+3
*
ditch default parse context
James Ahlborn
2018-06-27
1
-3
/
+5
*
implement floating point number formatting which matches access
James Ahlborn
2018-06-03
1
-3
/
+4
*
handle literal string default values
James Ahlborn
2018-05-30
1
-5
/
+24
*
use decimal math context which matches access precision; tweak string to numb...
James Ahlborn
2018-05-30
1
-3
/
+4
*
normalize decimals when used; convert number literals to decimal instead of d...
James Ahlborn
2018-05-27
1
-8
/
+17
*
knock out some fixmes; add support for custom function lookup and custom bind...
James Ahlborn
2018-05-19
1
-18
/
+33
*
plug expr evaluation into columns/tables; create Identifier for tracking expr...
James Ahlborn
2018-05-08
1
-2
/
+5
*
move rnd logic to RandomContext
James Ahlborn
2018-03-23
1
-16
/
+3
*
more math unit tests
James Ahlborn
2017-10-14
1
-0
/
+11
*
handle plus as a unary number modifier; handle precedence of plus/minus in mo...
James Ahlborn
2017-10-14
1
-2
/
+15
*
long type should be int values; implement more date/time and misc other funct...
James Ahlborn
2017-09-23
1
-29
/
+37
*
split out function groups; implement numeric functions
James Ahlborn
2017-09-20
1
-0
/
+18
*
add some initial default function unit tests; fix some parse bugs
James Ahlborn
2017-09-06
1
-2
/
+2
*
use actual implicit comp op subclass
James Ahlborn
2017-04-29
1
-1
/
+7
*
change regex to compile on first use; turn invalid pattern into unmatchable r...
James Ahlborn
2017-02-11
1
-3
/
+32
*
add more type coercion, string and date to num
James Ahlborn
2017-02-07
1
-0
/
+23
*
support string to number coercion for mixed math operations
James Ahlborn
2017-02-04
1
-5
/
+33
*
add TemporalConfig to allow for custom expression date/time formats
James Ahlborn
2017-01-14
1
-0
/
+4
*
change evaluation context
James Ahlborn
2016-12-31
1
-2
/
+2
*
add testing for most basic math and fix some edge case logic
James Ahlborn
2016-12-22
1
-30
/
+120
*
start testing simple math exprs
James Ahlborn
2016-12-18
1
-2
/
+75
*
reorg of expression classes
James Ahlborn
2016-11-18
1
-0
/
+130