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
/
DefaultFunctions.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ColumnFormatter utility which can apply Column Format property for displa...
James Ahlborn
2019-02-11
1
-3
/
+4
*
overrides everywhere
James Ahlborn
2018-12-20
1
-0
/
+1
*
switch expression engine to LocalDateTime
James Ahlborn
2018-12-15
1
-9
/
+6
*
implement Format with predefined formats
James Ahlborn
2018-11-20
1
-52
/
+29
*
currency format uses parens; add bool predefined formats
James Ahlborn
2018-11-15
1
-2
/
+4
*
share nchars impl
James Ahlborn
2018-11-13
1
-8
/
+2
*
cache and reuse DecimalFormat instances
James Ahlborn
2018-11-13
1
-12
/
+13
*
implement FormatDateTime function
James Ahlborn
2018-11-13
1
-5
/
+62
*
implement FormatCurrency and FormatPercent
James Ahlborn
2018-11-08
1
-43
/
+73
*
fill out remaining tests for FormatNumber
James Ahlborn
2018-11-08
1
-2
/
+5
*
add more numeric config
James Ahlborn
2018-11-08
1
-6
/
+19
*
untested support for FormatNumber
James Ahlborn
2018-11-07
1
-0
/
+62
*
implement Val function
James Ahlborn
2018-11-02
1
-37
/
+46
*
finish DateAdd function
James Ahlborn
2018-10-29
1
-0
/
+39
*
rework string conversion to date; add support for dates with implicit years; ...
James Ahlborn
2018-10-18
1
-11
/
+40
*
rework public expression api with better locale handling; support parsing of ...
James Ahlborn
2018-10-04
1
-17
/
+17
*
implement IsNumeric; add support for hex/oct integer strings
James Ahlborn
2018-09-18
1
-0
/
+20
*
refactor support for working with Value instances
James Ahlborn
2018-09-06
1
-20
/
+20
*
minor refactor of function support; start adding top level docs for evaluatio...
James Ahlborn
2018-08-24
1
-209
/
+1
*
test more functions
James Ahlborn
2018-07-17
1
-2
/
+2
*
ditch default parse context
James Ahlborn
2018-06-27
1
-4
/
+1
*
implement floating point number formatting which matches access
James Ahlborn
2018-06-03
1
-1
/
+2
*
knock out some fixmes; add support for custom function lookup and custom bind...
James Ahlborn
2018-05-19
1
-14
/
+21
*
use specific exceptions for expr eval
James Ahlborn
2018-03-31
1
-7
/
+8
*
fix null handling for string funcs
James Ahlborn
2018-03-31
1
-3
/
+35
*
implement some financial functions
James Ahlborn
2017-10-31
1
-0
/
+1
*
long type should be int values; implement more date/time and misc other funct...
James Ahlborn
2017-09-23
1
-24
/
+116
*
implement some date/time functions
James Ahlborn
2017-09-22
1
-42
/
+95
*
split out function groups; implement numeric functions
James Ahlborn
2017-09-20
1
-350
/
+26
*
bug fixes and unit tests
James Ahlborn
2017-09-19
1
-3
/
+3
*
fix some cast functions; more unit tests
James Ahlborn
2017-09-10
1
-6
/
+20
*
add some initial default function unit tests; fix some parse bugs
James Ahlborn
2017-09-06
1
-5
/
+5
*
implement a bunch of functions which really need unit tests; add support for ...
James Ahlborn
2017-09-05
1
-13
/
+313
*
implement various functions
James Ahlborn
2017-08-17
1
-4
/
+237
*
change evaluation context
James Ahlborn
2016-12-31
1
-11
/
+15
*
Value cleanup, start on functions
James Ahlborn
2016-12-24
1
-10
/
+8
*
add method for indicating purity of an expression, possible use for future ca...
James Ahlborn
2016-12-15
1
-0
/
+4
*
checkpoint reworking expression classes and implementing many basic operations
James Ahlborn
2016-12-09
1
-17
/
+0
*
reorg of expression classes
James Ahlborn
2016-11-18
1
-0
/
+155