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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add ability to get original expression; implement some parsing tests
James Ahlborn
2018-07-17
5
-16
/
+62
*
fix handling of certain field validator expressions; add some tests for vario...
James Ahlborn
2018-07-14
4
-40
/
+176
*
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
3
-3
/
+61
*
more tests
James Ahlborn
2018-06-29
2
-0
/
+36
*
use common method pattern between ParseContext and EvalConfig
James Ahlborn
2018-06-27
3
-9
/
+6
*
ditch default parse context
James Ahlborn
2018-06-27
3
-24
/
+6
*
minor code warning cleanups
James Ahlborn
2018-06-27
6
-86
/
+100
*
bump version for moderate feature update
James Ahlborn
2018-06-26
1
-1
/
+1
*
merge branch exprs changes through r1171
James Ahlborn
2018-06-26
60
-482
/
+10362
|
\
|
*
merge trunk changes through r1170
exprs
James Ahlborn
2018-06-26
2
-2
/
+2
|
|
\
|
|
/
|
/
|
*
|
[maven-release-plugin] prepare for next development iteration
James Ahlborn
2018-06-26
1
-4
/
+4
*
|
[maven-release-plugin] prepare release jackcess-2.1.12
James Ahlborn
2018-06-26
1
-4
/
+4
*
|
prep for release
James Ahlborn
2018-06-26
1
-1
/
+1
|
*
add some tests for functions; fix said functions
James Ahlborn
2018-06-26
3
-28
/
+53
|
*
return all values in map so that default values, calc values, etc get returne...
James Ahlborn
2018-06-06
1
-7
/
+5
|
*
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
4
-33
/
+316
|
*
allow col validator to get this column by name
James Ahlborn
2018-06-04
2
-0
/
+18
|
*
implement floating point number formatting which matches access
James Ahlborn
2018-06-03
1
-0
/
+178
|
*
implement floating point number formatting which matches access
James Ahlborn
2018-06-03
9
-31
/
+45
|
*
cleanup some fixmes
James Ahlborn
2018-05-30
1
-4
/
+1
|
*
handle literal string default values
James Ahlborn
2018-05-30
5
-103
/
+153
|
*
use decimal math context which matches access precision; tweak string to numb...
James Ahlborn
2018-05-30
3
-18
/
+36
|
*
normalize decimals when used; convert number literals to decimal instead of d...
James Ahlborn
2018-05-27
5
-44
/
+90
|
*
do not allow null result for conditions
James Ahlborn
2018-05-25
3
-95
/
+95
|
*
merge trunk changes through r1152
James Ahlborn
2018-05-25
5
-18
/
+199
|
|
\
|
|
/
|
/
|
*
|
Create new usage map correctly when adding an index to an existing table. fi...
James Ahlborn
2018-05-22
2
-239
/
+249
*
|
Add some additional property keys and relevant enums for values
James Ahlborn
2018-05-19
4
-36
/
+207
|
*
knock out some fixmes; add support for custom function lookup and custom bind...
James Ahlborn
2018-05-19
9
-48
/
+142
|
*
merge trunk changes through r1148
James Ahlborn
2018-05-19
2
-2
/
+2
|
|
\
|
|
/
|
/
|
*
|
[maven-release-plugin] prepare for next development iteration
James Ahlborn
2018-03-06
1
-4
/
+4
*
|
[maven-release-plugin] prepare release jackcess-2.1.11
James Ahlborn
2018-03-06
1
-4
/
+4
*
|
prep for release
James Ahlborn
2018-03-04
1
-1
/
+1
|
*
plug expr evaluation into columns/tables; create Identifier for tracking expr...
James Ahlborn
2018-05-08
28
-133
/
+1655
|
*
start enforcing the required and no-zero len column properties
James Ahlborn
2018-04-29
9
-633
/
+962
|
*
use specific exceptions for expr eval
James Ahlborn
2018-03-31
11
-80
/
+157
|
*
fix null handling for string funcs
James Ahlborn
2018-03-31
3
-6
/
+47
|
*
move rnd logic to RandomContext
James Ahlborn
2018-03-23
6
-26
/
+192
|
*
merge trunk changes through r1138
James Ahlborn
2018-02-08
24
-122
/
+411
|
|
\
|
|
/
|
/
|
*
|
update ddl flag for default properties even if type is explicitly provided. ...
James Ahlborn
2018-02-07
2
-34
/
+35
*
|
Expose the ddl attribute on properties. Set the attribute appropriately for k...
James Ahlborn
2018-01-25
6
-51
/
+96
*
|
[maven-release-plugin] prepare for next development iteration
James Ahlborn
2018-01-19
1
-4
/
+4
*
|
[maven-release-plugin] prepare release jackcess-2.1.10
James Ahlborn
2018-01-19
1
-4
/
+4
*
|
prep for release
James Ahlborn
2018-01-19
1
-1
/
+1
*
|
implement sql type to DataType conversions specific to access 2016 format
James Ahlborn
2018-01-17
3
-22
/
+82
*
|
Add full support for access 2016 databases including the new 'Large Number' (...
James Ahlborn
2017-12-19
16
-19
/
+192
*
|
[maven-release-plugin] prepare for next development iteration
James Ahlborn
2017-10-10
1
-4
/
+4
*
|
[maven-release-plugin] prepare release jackcess-2.1.9
James Ahlborn
2017-10-10
1
-4
/
+4
[prev]
[next]