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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing column names in AppendQuery SQL strings. Fixes #131
James Ahlborn
2016-01-12
2
-6
/
+28
*
Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...
James Ahlborn
2015-11-25
3
-0
/
+17
*
minor tweak to iterator
James Ahlborn
2015-11-25
1
-1
/
+5
*
Add some utility methods for handling Dates in an Access compatible manner. ...
James Ahlborn
2015-11-25
2
-3
/
+32
*
throw better exception when attempting to create file which does not support ...
James Ahlborn
2015-11-25
1
-1
/
+5
*
cleanup findbugs report
James Ahlborn
2015-11-01
1
-7
/
+7
*
Throw a prettier exception when maxing out the row size during row creation. ...
James Ahlborn
2015-10-31
1
-2
/
+10
*
undo accidental commit
James Ahlborn
2015-10-07
1
-1
/
+1
*
add readme
James Ahlborn
2015-10-07
1
-1
/
+1
*
fix borked javadoc tag
James Ahlborn
2015-07-07
1
-2
/
+2
*
Fix handling of dateTimes before the access epoch. fixes issue #126
James Ahlborn
2015-06-18
1
-8
/
+39
*
handle reading null calculated values, fixes #125
James Ahlborn
2015-06-17
1
-1
/
+13
*
tweak some docs
James Ahlborn
2015-05-02
3
-3
/
+3
*
Allow optional direct insert/update of autonumber values. This is disabled b...
James Ahlborn
2015-05-01
5
-61
/
+312
*
more user friendly exception message
James Ahlborn
2015-04-21
1
-2
/
+3
*
Load linked table info from system table when reading databases with unsuppor...
James Ahlborn
2015-04-21
1
-9
/
+9
*
relicense with Apache License
James Ahlborn
2015-04-17
128
-2076
/
+1332
*
remove unused loggers
James Ahlborn
2015-03-26
5
-21
/
+0
*
need to compare primitive short
James Ahlborn
2015-03-26
1
-1
/
+1
*
cleanup some ColumnBuilder stuff around copying existing columns, remove usel...
James Ahlborn
2015-03-19
1
-24
/
+50
*
better index setup call
James Ahlborn
2015-03-18
1
-1
/
+1
*
Implement support for indexes on BINARY fields
James Ahlborn
2015-03-16
3
-38
/
+114
*
missed a few more error context usages
James Ahlborn
2015-03-13
2
-4
/
+7
*
lower log level for certain system table warnings; add contextual info to man...
James Ahlborn
2015-03-08
15
-256
/
+425
*
add some convenience methods for new TableIterableBuilder; add change notes f...
James Ahlborn
2015-03-04
2
-2
/
+21
*
fix linked table test; add unit tests for new table iteration methods
James Ahlborn
2015-02-23
1
-8
/
+35
*
add more flexible table iteration, feature #28
James Ahlborn
2015-02-14
3
-20
/
+136
*
add method to simplify testing whether or not a Table is linked to a Database...
James Ahlborn
2015-02-13
2
-0
/
+24
*
handle input String boolean values
James Ahlborn
2015-01-31
1
-2
/
+7
*
Make ColumnBuilder.setMaxLength do the right thing regardless of column type....
James Ahlborn
2015-01-31
2
-4
/
+31
*
minor cleanup in toInternalValue
James Ahlborn
2015-01-16
1
-38
/
+38
*
make SimpleColumnMatcher handle a wider range of input data types by coercing...
James Ahlborn
2015-01-16
2
-12
/
+97
*
Better validation of identifier names (disallow invalid characters according ...
James Ahlborn
2014-12-04
5
-9
/
+75
*
Don't double quote already quoted identifiers. fixes patch 18
James Ahlborn
2014-12-03
1
-1
/
+8
*
Fix table name quoting for append and make table queries. fixes patch #17
James Ahlborn
2014-12-01
2
-2
/
+4
*
Add newer sql type to access type mappings if the jvm supports them. fixes #113
James Ahlborn
2014-11-26
1
-0
/
+27
*
make money columns report accurate scale/precision, fixes #112
James Ahlborn
2014-11-22
1
-1
/
+2
*
rework unicode compression support, fixes issue 111
James Ahlborn
2014-11-15
8
-1685
/
+63
*
more unit test perf tweaks
James Ahlborn
2014-10-13
1
-1
/
+6
*
fix regression where empty memo values are returned as null (issue 110)
James Ahlborn
2014-09-29
1
-1
/
+4
*
only need to generate index row values once per lookup iteration
James Ahlborn
2014-09-22
2
-16
/
+61
*
add unit test for iteration early exit fix
James Ahlborn
2014-09-22
1
-6
/
+2
*
IndexCursor can early exit when searching based on indexed values, fixes 109
James Ahlborn
2014-09-21
2
-26
/
+47
*
fix creation of calculated fields
James Ahlborn
2014-09-16
3
-10
/
+32
*
Add the ability to create tables with calculated fields
James Ahlborn
2014-09-13
4
-6
/
+97
*
add tests for builder property setters
James Ahlborn
2014-09-11
1
-1
/
+1
*
add some unit test for property type inference
James Ahlborn
2014-09-09
1
-2
/
+3
*
add ability to set properties in the various Bulders
James Ahlborn
2014-09-09
5
-12
/
+290
*
some minor cleanups for reading and writing calculated columns (issue #105)
James Ahlborn
2014-09-08
7
-32
/
+86
*
initial support for reading and writing calculated columns (issue #105)
James Ahlborn
2014-09-07
14
-576
/
+1033
[next]