aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | populate new index data after creationJames Ahlborn2016-06-222-185/+248
* | get add index def functionalJames Ahlborn2016-06-215-8/+46
* | implement check for determining backing index dataJames Ahlborn2016-06-182-5/+56
* | implement most of the dirty work for adding indexesJames Ahlborn2016-06-168-242/+349
* | checkpointing some progress on add indexJames Ahlborn2016-06-018-119/+428
* | add support for sharing backing index data across indexes during table creationJames Ahlborn2016-05-194-17/+98
* | primary key indexes should also have required flagJames Ahlborn2016-05-181-1/+10
* | actually write added column usage maps correctlyJames Ahlborn2016-05-032-5/+32
* | add usage maps for lval colsJames Ahlborn2016-04-293-24/+85
* | begin adding umap supportJames Ahlborn2016-04-294-1/+54
* | some initial code for mutation supportJames Ahlborn2016-04-289-229/+748
|/
* Add support for cascade null on delete relationships. Add support for the re...James Ahlborn2016-03-307-11/+79
* Allow null values in foreign key fields when enforcing referential integrity....James Ahlborn2016-03-211-2/+11
* Add Database.getTableMetaData method to enable getting basic info about a Tab...James Ahlborn2016-02-163-4/+138
* Fix missing column names in AppendQuery SQL strings. Fixes #131James Ahlborn2016-01-122-6/+28
* Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...James Ahlborn2015-11-253-0/+17
* minor tweak to iteratorJames Ahlborn2015-11-251-1/+5
* Add some utility methods for handling Dates in an Access compatible manner. ...James Ahlborn2015-11-252-3/+32
* throw better exception when attempting to create file which does not support ...James Ahlborn2015-11-251-1/+5
* cleanup findbugs reportJames Ahlborn2015-11-011-7/+7
* Throw a prettier exception when maxing out the row size during row creation. ...James Ahlborn2015-10-311-2/+10
* undo accidental commitJames Ahlborn2015-10-071-1/+1
* add readmeJames Ahlborn2015-10-071-1/+1
* fix borked javadoc tagJames Ahlborn2015-07-071-2/+2
* Fix handling of dateTimes before the access epoch. fixes issue #126James Ahlborn2015-06-181-8/+39
* handle reading null calculated values, fixes #125James Ahlborn2015-06-171-1/+13
* tweak some docsJames Ahlborn2015-05-023-3/+3
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-015-61/+312
* more user friendly exception messageJames Ahlborn2015-04-211-2/+3
* Load linked table info from system table when reading databases with unsuppor...James Ahlborn2015-04-211-9/+9
* relicense with Apache LicenseJames Ahlborn2015-04-17128-2076/+1332
* remove unused loggersJames Ahlborn2015-03-265-21/+0
* need to compare primitive shortJames Ahlborn2015-03-261-1/+1
* cleanup some ColumnBuilder stuff around copying existing columns, remove usel...James Ahlborn2015-03-191-24/+50
* better index setup callJames Ahlborn2015-03-181-1/+1
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-163-38/+114
* missed a few more error context usagesJames Ahlborn2015-03-132-4/+7
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-0815-256/+425
* add some convenience methods for new TableIterableBuilder; add change notes f...James Ahlborn2015-03-042-2/+21
* fix linked table test; add unit tests for new table iteration methodsJames Ahlborn2015-02-231-8/+35
* add more flexible table iteration, feature #28James Ahlborn2015-02-143-20/+136
* add method to simplify testing whether or not a Table is linked to a Database...James Ahlborn2015-02-132-0/+24
* handle input String boolean valuesJames Ahlborn2015-01-311-2/+7
* Make ColumnBuilder.setMaxLength do the right thing regardless of column type....James Ahlborn2015-01-312-4/+31
* minor cleanup in toInternalValueJames Ahlborn2015-01-161-38/+38
* make SimpleColumnMatcher handle a wider range of input data types by coercing...James Ahlborn2015-01-162-12/+97
* Better validation of identifier names (disallow invalid characters according ...James Ahlborn2014-12-045-9/+75
* Don't double quote already quoted identifiers. fixes patch 18James Ahlborn2014-12-031-1/+8
* Fix table name quoting for append and make table queries. fixes patch #17James Ahlborn2014-12-012-2/+4
* Add newer sql type to access type mappings if the jvm supports them. fixes #113James Ahlborn2014-11-261-0/+27