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
/
ExpressionTokenizer.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
-4
/
+9
*
Add ColumnFormatter utility which can apply Column Format property for displa...
James Ahlborn
2019-02-11
1
-1
/
+2
*
fix parsing of escaped double quote; implement euro format; implement most cu...
James Ahlborn
2019-01-19
1
-11
/
+16
*
switch expression engine to LocalDateTime
James Ahlborn
2018-12-15
1
-152
/
+31
*
initial work for DateAdd function
James Ahlborn
2018-10-28
1
-0
/
+3
*
rework string conversion to date; add support for dates with implicit years; ...
James Ahlborn
2018-10-18
1
-48
/
+75
*
handle am/pm suffix dependent on date/time config
James Ahlborn
2018-10-05
1
-9
/
+12
*
rework public expression api with better locale handling; support parsing of ...
James Ahlborn
2018-10-04
1
-47
/
+30
*
add support for monthname function; implement better string to date/time conv...
James Ahlborn
2018-09-29
1
-88
/
+114
*
minor update
James Ahlborn
2018-07-17
1
-0
/
+2
*
handle literal string default values
James Ahlborn
2018-05-30
1
-1
/
+1
*
normalize decimals when used; convert number literals to decimal instead of d...
James Ahlborn
2018-05-27
1
-26
/
+41
*
plug expr evaluation into columns/tables; create Identifier for tracking expr...
James Ahlborn
2018-05-08
1
-36
/
+24
*
use specific exceptions for expr eval
James Ahlborn
2018-03-31
1
-14
/
+14
*
handle plus as a unary number modifier; handle precedence of plus/minus in mo...
James Ahlborn
2017-10-14
1
-7
/
+0
*
long type should be int values; implement more date/time and misc other funct...
James Ahlborn
2017-09-23
1
-1
/
+1
*
implement some date/time functions
James Ahlborn
2017-09-22
1
-1
/
+1
*
add some initial default function unit tests; fix some parse bugs
James Ahlborn
2017-09-06
1
-20
/
+9
*
add more type coercion, string and date to num
James Ahlborn
2017-02-07
1
-1
/
+2
*
add TemporalConfig to allow for custom expression date/time formats
James Ahlborn
2017-01-14
1
-15
/
+45
*
add testing for most basic math and fix some edge case logic
James Ahlborn
2016-12-22
1
-5
/
+13
*
start testing simple math exprs
James Ahlborn
2016-12-18
1
-2
/
+8
*
checkpoint reworking expression classes and implementing many basic operations
James Ahlborn
2016-12-09
1
-28
/
+115
*
reorg of expression classes
James Ahlborn
2016-11-18
1
-0
/
+541