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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
test number functions
James Ahlborn
2018-07-17
1
-0
/
+41
*
test more functions
James Ahlborn
2018-07-17
2
-2
/
+54
*
add ability to get original expression; implement some parsing tests
James Ahlborn
2018-07-17
2
-0
/
+33
*
fix handling of certain field validator expressions; add some tests for vario...
James Ahlborn
2018-07-14
2
-28
/
+159
*
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
*
add some tests for functions; fix said functions
James Ahlborn
2018-06-26
1
-1
/
+25
*
more number format unit tests
James Ahlborn
2018-06-06
1
-0
/
+19
*
add number format unit tests; update tests based on new formatting
James Ahlborn
2018-06-05
2
-44
/
+131
*
add unit tests for property expression evaluation features
James Ahlborn
2018-06-05
2
-31
/
+314
*
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
*
merge trunk changes through r1152
James Ahlborn
2018-05-25
1
-0
/
+13
|
\
|
*
Add some additional property keys and relevant enums for values
James Ahlborn
2018-05-19
1
-24
/
+37
*
|
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
2
-2
/
+171
*
|
start enforcing the required and no-zero len column properties
James Ahlborn
2018-04-29
1
-27
/
+140
*
|
use specific exceptions for expr eval
James Ahlborn
2018-03-31
1
-12
/
+4
*
|
fix null handling for string funcs
James Ahlborn
2018-03-31
1
-0
/
+9
*
|
move rnd logic to RandomContext
James Ahlborn
2018-03-23
1
-16
/
+3
*
|
merge trunk changes through r1138
James Ahlborn
2018-02-08
3
-3
/
+133
|
\
|
|
*
Expose the ddl attribute on properties. Set the attribute appropriately for k...
James Ahlborn
2018-01-25
1
-3
/
+5
|
*
implement sql type to DataType conversions specific to access 2016 format
James Ahlborn
2018-01-17
1
-0
/
+26
|
*
Add full support for access 2016 databases including the new 'Large Number' (...
James Ahlborn
2017-12-19
1
-0
/
+102
*
|
some more financial funcs, not all fully working
James Ahlborn
2017-12-23
1
-0
/
+68
*
|
implement some financial functions
James Ahlborn
2017-10-31
1
-0
/
+36
*
|
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
2
-38
/
+46
*
|
split out function groups; implement numeric functions
James Ahlborn
2017-09-20
1
-0
/
+18
*
|
bug fixes and unit tests
James Ahlborn
2017-09-19
1
-0
/
+21
*
|
fix some cast functions; more unit tests
James Ahlborn
2017-09-10
1
-0
/
+17
*
|
add some initial default function unit tests; fix some parse bugs
James Ahlborn
2017-09-06
2
-2
/
+56
*
|
implement a bunch of functions which really need unit tests; add support for ...
James Ahlborn
2017-09-05
1
-5
/
+13
*
|
merge trunk changes through r1110
James Ahlborn
2017-07-26
2
-12
/
+139
|
\
|
|
*
Handle more advanced query join constructs. fixes issue #141
James Ahlborn
2017-07-14
1
-1
/
+113
|
*
handle missing table name for join expression
James Ahlborn
2017-06-26
1
-6
/
+3
|
*
Add option to specify relationship name, fixes pull request #4
James Ahlborn
2017-06-06
1
-5
/
+23
*
|
merge trunk changes through r1100
James Ahlborn
2017-05-24
7
-21
/
+210
|
\
|
|
*
Add CustomLinkResolver which facilitates loading linked tables from files whi...
James Ahlborn
2017-05-11
3
-4
/
+164
|
*
Allow inserting negative auto number fields, fixes pull request #3
James Ahlborn
2017-05-07
1
-17
/
+7
|
*
Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson
James Ahlborn
2017-05-03
5
-3
/
+42
*
|
use actual implicit comp op subclass
James Ahlborn
2017-04-29
1
-1
/
+7
*
|
merge trunk changes through r1087
James Ahlborn
2017-04-03
1
-0
/
+267
|
\
|
|
*
Implement support for partial index lookups. Efficient IndexCursor lookups c...
James Ahlborn
2017-04-03
1
-0
/
+267
*
|
change regex to compile on first use; turn invalid pattern into unmatchable r...
James Ahlborn
2017-02-11
1
-3
/
+32
[prev]
[next]