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
/
TableImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup some compiler warnings, thanks Markus Spann
James Ahlborn
2024-02-08
1
-1
/
+0
*
Add support for linked odbc tables. TableMetaData provides access to connect...
James Ahlborn
2022-08-26
1
-2
/
+2
*
Add Table methods to access the creation and last modified dates
James Ahlborn
2021-07-07
1
-0
/
+11
*
overrides everywhere
James Ahlborn
2018-12-20
1
-0
/
+34
*
upgrade poi; upgrade various plugins
James Ahlborn
2018-11-27
1
-2
/
+2
*
switch to commons lang3
James Ahlborn
2018-11-27
1
-1
/
+1
*
return all values in map so that default values, calc values, etc get returne...
James Ahlborn
2018-06-06
1
-7
/
+5
*
merge trunk changes through r1152
James Ahlborn
2018-05-25
1
-2
/
+8
|
\
|
*
Create new usage map correctly when adding an index to an existing table. fi...
James Ahlborn
2018-05-22
1
-235
/
+241
*
|
plug expr evaluation into columns/tables; create Identifier for tracking expr...
James Ahlborn
2018-05-08
1
-4
/
+153
*
|
start enforcing the required and no-zero len column properties
James Ahlborn
2018-04-29
1
-240
/
+247
|
/
*
Implement support for partial index lookups. Efficient IndexCursor lookups c...
James Ahlborn
2017-04-03
1
-7
/
+26
*
Add support for global usage maps which are reference type maps. fixes issue ...
James Ahlborn
2016-11-17
1
-5
/
+5
*
more update tests; fix minor bug with allocating new usage maps
James Ahlborn
2016-09-09
1
-0
/
+5
*
remove debug output
James Ahlborn
2016-09-07
1
-23
/
+0
*
implement logic to determine if relationship is one-to-one
James Ahlborn
2016-08-19
1
-0
/
+30
*
reorg to prep for RelationshipBuilder; move remaining table creation logic fr...
James Ahlborn
2016-07-19
1
-13
/
+13
*
populate new index data after creation
James Ahlborn
2016-06-22
1
-183
/
+246
*
get add index def functional
James Ahlborn
2016-06-21
1
-3
/
+21
*
implement check for determining backing index data
James Ahlborn
2016-06-18
1
-0
/
+4
*
implement most of the dirty work for adding indexes
James Ahlborn
2016-06-16
1
-71
/
+146
*
checkpointing some progress on add index
James Ahlborn
2016-06-01
1
-18
/
+106
*
add support for sharing backing index data across indexes during table creation
James Ahlborn
2016-05-19
1
-5
/
+5
*
actually write added column usage maps correctly
James Ahlborn
2016-05-03
1
-5
/
+31
*
add usage maps for lval cols
James Ahlborn
2016-04-29
1
-18
/
+73
*
begin adding umap support
James Ahlborn
2016-04-29
1
-0
/
+37
*
some initial code for mutation support
James Ahlborn
2016-04-28
1
-55
/
+287
*
Add support for cascade null on delete relationships. Add support for the re...
James Ahlborn
2016-03-30
1
-1
/
+1
*
Throw a prettier exception when maxing out the row size during row creation. ...
James Ahlborn
2015-10-31
1
-2
/
+10
*
tweak some docs
James Ahlborn
2015-05-02
1
-1
/
+1
*
Allow optional direct insert/update of autonumber values. This is disabled b...
James Ahlborn
2015-05-01
1
-48
/
+140
*
relicense with Apache License
James Ahlborn
2015-04-17
1
-22
/
+11
*
lower log level for certain system table warnings; add contextual info to man...
James Ahlborn
2015-03-08
1
-27
/
+45
*
some minor cleanups for reading and writing calculated columns (issue #105)
James Ahlborn
2014-09-08
1
-2
/
+2
*
initial support for reading and writing calculated columns (issue #105)
James Ahlborn
2014-09-07
1
-14
/
+17
*
refactor ColumnImpl into multiple type specific sub-classes
James Ahlborn
2014-08-07
1
-2
/
+2
*
add column validator unit tests, work out some wrinkles
James Ahlborn
2014-03-24
1
-43
/
+74
*
add initial ColumnValidator support
James Ahlborn
2014-03-20
1
-45
/
+68
*
attempt to restore autonumbers on some add row failures
James Ahlborn
2013-11-26
1
-1
/
+37
*
Rework row add/update so that constraint violations do not leave behind parti...
James Ahlborn
2013-11-23
1
-79
/
+155
*
add public api for modifying properties
James Ahlborn
2013-10-11
1
-0
/
+16
*
minor updates and refactors
James Ahlborn
2013-10-01
1
-16
/
+17
*
Ignore invalid column usage map definitions, fixes issue 97
James Ahlborn
2013-09-14
1
-6
/
+15
*
revamp tostring output
James Ahlborn
2013-09-09
1
-22
/
+17
*
move files into standard maven dir structure
James Ahlborn
2013-08-16
1
-0
/
+2563