aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/TableImpl.java
Commit message (Expand)AuthorAgeFilesLines
* cleanup some compiler warnings, thanks Markus SpannJames Ahlborn2024-02-081-1/+0
* Add support for linked odbc tables. TableMetaData provides access to connect...James Ahlborn2022-08-261-2/+2
* Add Table methods to access the creation and last modified datesJames Ahlborn2021-07-071-0/+11
* overrides everywhereJames Ahlborn2018-12-201-0/+34
* upgrade poi; upgrade various pluginsJames Ahlborn2018-11-271-2/+2
* switch to commons lang3James Ahlborn2018-11-271-1/+1
* return all values in map so that default values, calc values, etc get returne...James Ahlborn2018-06-061-7/+5
* merge trunk changes through r1152James Ahlborn2018-05-251-2/+8
|\
| * Create new usage map correctly when adding an index to an existing table. fi...James Ahlborn2018-05-221-235/+241
* | plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-4/+153
* | start enforcing the required and no-zero len column propertiesJames Ahlborn2018-04-291-240/+247
|/
* Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-031-7/+26
* Add support for global usage maps which are reference type maps. fixes issue ...James Ahlborn2016-11-171-5/+5
* more update tests; fix minor bug with allocating new usage mapsJames Ahlborn2016-09-091-0/+5
* remove debug outputJames Ahlborn2016-09-071-23/+0
* implement logic to determine if relationship is one-to-oneJames Ahlborn2016-08-191-0/+30
* reorg to prep for RelationshipBuilder; move remaining table creation logic fr...James Ahlborn2016-07-191-13/+13
* populate new index data after creationJames Ahlborn2016-06-221-183/+246
* get add index def functionalJames Ahlborn2016-06-211-3/+21
* implement check for determining backing index dataJames Ahlborn2016-06-181-0/+4
* implement most of the dirty work for adding indexesJames Ahlborn2016-06-161-71/+146
* checkpointing some progress on add indexJames Ahlborn2016-06-011-18/+106
* add support for sharing backing index data across indexes during table creationJames Ahlborn2016-05-191-5/+5
* actually write added column usage maps correctlyJames Ahlborn2016-05-031-5/+31
* add usage maps for lval colsJames Ahlborn2016-04-291-18/+73
* begin adding umap supportJames Ahlborn2016-04-291-0/+37
* some initial code for mutation supportJames Ahlborn2016-04-281-55/+287
* Add support for cascade null on delete relationships. Add support for the re...James Ahlborn2016-03-301-1/+1
* Throw a prettier exception when maxing out the row size during row creation. ...James Ahlborn2015-10-311-2/+10
* tweak some docsJames Ahlborn2015-05-021-1/+1
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-011-48/+140
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-27/+45
* some minor cleanups for reading and writing calculated columns (issue #105)James Ahlborn2014-09-081-2/+2
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-071-14/+17
* refactor ColumnImpl into multiple type specific sub-classesJames Ahlborn2014-08-071-2/+2
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-241-43/+74
* add initial ColumnValidator supportJames Ahlborn2014-03-201-45/+68
* attempt to restore autonumbers on some add row failuresJames Ahlborn2013-11-261-1/+37
* Rework row add/update so that constraint violations do not leave behind parti...James Ahlborn2013-11-231-79/+155
* add public api for modifying propertiesJames Ahlborn2013-10-111-0/+16
* minor updates and refactorsJames Ahlborn2013-10-011-16/+17
* Ignore invalid column usage map definitions, fixes issue 97James Ahlborn2013-09-141-6/+15
* revamp tostring outputJames Ahlborn2013-09-091-22/+17
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+2563