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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ColumnFormatter utility which can apply Column Format property for displa...
James Ahlborn
2019-02-11
3
-40
/
+91
*
minor cleanups
James Ahlborn
2019-02-06
2
-7
/
+7
*
handle number formats with no required digits
James Ahlborn
2019-02-04
1
-12
/
+57
*
more tests and tweaks to custom formatting
James Ahlborn
2019-01-31
1
-75
/
+92
*
more tests, more bug fixes for custom formats
James Ahlborn
2019-01-30
1
-6
/
+14
*
add unit tests, fix bugs in custom formats
James Ahlborn
2019-01-29
1
-49
/
+144
*
implement remaining custom formatting, not tested
James Ahlborn
2019-01-24
2
-166
/
+418
*
fix parsing of escaped double quote; implement euro format; implement most cu...
James Ahlborn
2019-01-19
3
-94
/
+1031
*
overrides everywhere
James Ahlborn
2018-12-20
11
-0
/
+62
*
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
-4
/
+4
*
|
switch expression engine to LocalDateTime
James Ahlborn
2018-12-15
13
-476
/
+278
*
|
switch to commons lang3
James Ahlborn
2018-11-27
3
-8
/
+8
|
/
*
implement Format with predefined formats
James Ahlborn
2018-11-20
8
-63
/
+422
*
currency format uses parens; add bool predefined formats
James Ahlborn
2018-11-15
2
-7
/
+12
*
beginnings of general format support
James Ahlborn
2018-11-13
3
-2
/
+129
*
share nchars impl
James Ahlborn
2018-11-13
2
-10
/
+8
*
cache and reuse DecimalFormat instances
James Ahlborn
2018-11-13
1
-12
/
+13
*
implement FormatDateTime function
James Ahlborn
2018-11-13
2
-10
/
+69
*
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 DateDiff function
James Ahlborn
2018-11-06
1
-5
/
+163
*
implement replace function
James Ahlborn
2018-11-03
4
-34
/
+77
*
implement Val function
James Ahlborn
2018-11-02
2
-39
/
+51
*
finish DateAdd function
James Ahlborn
2018-10-29
4
-19
/
+62
*
initial work for DateAdd function
James Ahlborn
2018-10-28
3
-1
/
+65
*
rework string conversion to date; add support for dates with implicit years; ...
James Ahlborn
2018-10-18
11
-131
/
+324
*
reimplemnt and test financial functions
James Ahlborn
2018-10-10
3
-294
/
+241
*
add support for strconv function
James Ahlborn
2018-10-05
2
-15
/
+63
*
handle am/pm suffix dependent on date/time config
James Ahlborn
2018-10-05
1
-9
/
+12
*
handle alternate decimal separators based on numeric config
James Ahlborn
2018-10-05
1
-6
/
+21
*
rework public expression api with better locale handling; support parsing of ...
James Ahlborn
2018-10-04
21
-706
/
+578
*
add support for monthname function; implement better string to date/time conv...
James Ahlborn
2018-09-29
5
-100
/
+171
*
add support for weekdayname function
James Ahlborn
2018-09-26
1
-14
/
+55
*
implement IsNumeric; add support for hex/oct integer strings
James Ahlborn
2018-09-18
2
-4
/
+55
*
refactor support for working with Value instances
James Ahlborn
2018-09-06
9
-242
/
+274
*
minor refactor of function support; start adding top level docs for evaluatio...
James Ahlborn
2018-08-24
6
-265
/
+301
*
test TimeSerial; implement DateSerial
James Ahlborn
2018-07-26
1
-0
/
+33
*
add some date function tests
James Ahlborn
2018-07-25
1
-5
/
+14
*
minor update
James Ahlborn
2018-07-17
1
-0
/
+2
*
test number functions
James Ahlborn
2018-07-17
3
-7
/
+11
*
test more functions
James Ahlborn
2018-07-17
2
-4
/
+6
*
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
2
-1
/
+15
*
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
[next]