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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
populate new index data after creation
James Ahlborn
2016-06-22
2
-185
/
+248
*
|
get add index def functional
James Ahlborn
2016-06-21
5
-8
/
+46
*
|
implement check for determining backing index data
James Ahlborn
2016-06-18
2
-5
/
+56
*
|
implement most of the dirty work for adding indexes
James Ahlborn
2016-06-16
8
-242
/
+349
*
|
checkpointing some progress on add index
James Ahlborn
2016-06-01
8
-119
/
+428
*
|
add support for sharing backing index data across indexes during table creation
James Ahlborn
2016-05-19
4
-17
/
+98
*
|
primary key indexes should also have required flag
James Ahlborn
2016-05-18
1
-1
/
+10
*
|
actually write added column usage maps correctly
James Ahlborn
2016-05-03
2
-5
/
+32
*
|
add usage maps for lval cols
James Ahlborn
2016-04-29
3
-24
/
+85
*
|
begin adding umap support
James Ahlborn
2016-04-29
4
-1
/
+54
*
|
some initial code for mutation support
James Ahlborn
2016-04-28
9
-229
/
+748
|
/
*
Add support for cascade null on delete relationships. Add support for the re...
James Ahlborn
2016-03-30
7
-11
/
+79
*
Allow null values in foreign key fields when enforcing referential integrity....
James Ahlborn
2016-03-21
1
-2
/
+11
*
Add Database.getTableMetaData method to enable getting basic info about a Tab...
James Ahlborn
2016-02-16
3
-4
/
+138
*
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
[prev]
[next]