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
/
expr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ColumnFormatter utility which can apply Column Format property for displa...
James Ahlborn
2019-02-11
1
-1
/
+1
*
fix parsing of escaped double quote; implement euro format; implement most cu...
James Ahlborn
2019-01-19
1
-1
/
+7
*
more javadoc fixes
James Ahlborn
2018-12-19
1
-6
/
+6
*
get javadocs displaying correctly
James Ahlborn
2018-12-18
1
-10
/
+10
*
merge trunk changes through r1241
James Ahlborn
2018-12-17
1
-1
/
+1
|
\
|
*
Ignore column validators for read-only dbs. This will avoid irrelevant failu...
James Ahlborn
2018-12-17
1
-1
/
+1
*
|
use interface to pass zone info into date/time conversion methods
James Ahlborn
2018-12-15
1
-2
/
+2
*
|
switch expression engine to LocalDateTime
James Ahlborn
2018-12-15
3
-43
/
+29
*
|
upgrade poi; upgrade various plugins
James Ahlborn
2018-11-27
2
-12
/
+12
*
|
switch to commons lang3
James Ahlborn
2018-11-27
1
-4
/
+5
|
/
*
implement Format with predefined formats
James Ahlborn
2018-11-20
2
-0
/
+47
*
currency format uses parens; add bool predefined formats
James Ahlborn
2018-11-15
1
-2
/
+9
*
cache and reuse DecimalFormat instances
James Ahlborn
2018-11-13
1
-0
/
+7
*
implement FormatDateTime function
James Ahlborn
2018-11-13
2
-16
/
+74
*
add more numeric config
James Ahlborn
2018-11-08
1
-2
/
+27
*
implement DateDiff function
James Ahlborn
2018-11-06
1
-1
/
+1
*
implement replace function
James Ahlborn
2018-11-03
1
-1
/
+1
*
implement Val function
James Ahlborn
2018-11-02
1
-1
/
+1
*
finish DateAdd function
James Ahlborn
2018-10-29
1
-1
/
+1
*
update javadocs for new function
James Ahlborn
2018-10-22
1
-1
/
+1
*
rework string conversion to date; add support for dates with implicit years; ...
James Ahlborn
2018-10-18
2
-4
/
+64
*
reimplemnt and test financial functions
James Ahlborn
2018-10-10
1
-9
/
+6
*
add support for strconv function
James Ahlborn
2018-10-05
1
-1
/
+1
*
rework public expression api with better locale handling; support parsing of ...
James Ahlborn
2018-10-04
6
-10
/
+87
*
add support for monthname function; implement better string to date/time conv...
James Ahlborn
2018-09-29
4
-18
/
+114
*
implement IsNumeric; add support for hex/oct integer strings
James Ahlborn
2018-09-18
1
-2
/
+2
*
more doc updates
James Ahlborn
2018-09-06
2
-30
/
+27
*
add a bunch of javadocs for expr classes
James Ahlborn
2018-09-06
9
-17
/
+228
*
minor refactor of function support; start adding top level docs for evaluatio...
James Ahlborn
2018-08-24
2
-0
/
+231
*
test custom EvalConfig; fix time format
James Ahlborn
2018-07-26
1
-5
/
+5
*
add ability to get original expression; implement some parsing tests
James Ahlborn
2018-07-17
1
-1
/
+3
*
knock out some fixmes; add support for custom function lookup and custom bind...
James Ahlborn
2018-05-19
3
-4
/
+43
*
plug expr evaluation into columns/tables; create Identifier for tracking expr...
James Ahlborn
2018-05-08
4
-7
/
+125
*
use specific exceptions for expr eval
James Ahlborn
2018-03-31
2
-0
/
+79
*
move rnd logic to RandomContext
James Ahlborn
2018-03-23
1
-1
/
+1
*
long type should be int values; implement more date/time and misc other funct...
James Ahlborn
2017-09-23
2
-2
/
+2
*
split out function groups; implement numeric functions
James Ahlborn
2017-09-20
1
-0
/
+3
*
implement a bunch of functions which really need unit tests; add support for ...
James Ahlborn
2017-09-05
1
-1
/
+0
*
add more type coercion, string and date to num
James Ahlborn
2017-02-07
1
-0
/
+10
*
add date time Value accessor
James Ahlborn
2017-01-26
2
-3
/
+3
*
better terminology for expressions
James Ahlborn
2017-01-15
1
-1
/
+1
*
add TemporalConfig to allow for custom expression date/time formats
James Ahlborn
2017-01-14
2
-0
/
+94
*
ditch BIG_INT value type
James Ahlborn
2016-12-31
1
-5
/
+2
*
change evaluation context
James Ahlborn
2016-12-31
3
-5
/
+9
*
Value cleanup, start on functions
James Ahlborn
2016-12-24
1
-2
/
+2
*
add result caching for pure expressions
James Ahlborn
2016-12-15
1
-0
/
+2
*
add method for indicating purity of an expression, possible use for future ca...
James Ahlborn
2016-12-15
1
-0
/
+1
*
ditch boolean type
James Ahlborn
2016-12-09
1
-4
/
+3
*
checkpoint reworking expression classes and implementing many basic operations
James Ahlborn
2016-12-09
1
-0
/
+31
*
reorg of expression classes
James Ahlborn
2016-11-18
4
-0
/
+131