]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
2016-08-27 James Ahlbornadd some validation for integrity enforced relationships
2016-08-27 James Ahlbornimplement fkref writing; more error context; make relat...
2016-08-25 James Ahlbornadd row rel row to sys catalog as well
2016-08-24 James Ahlbornupdate
2016-08-19 James Ahlbornimplement logic to determine if relationship is one...
2016-08-19 James Ahlbornupdate comment
2016-08-19 James Ahlbornsome fixups to get rel insert functional
2016-08-18 James Ahlbornupdates
2016-08-13 James Ahlbornimplement method for writing new relationship to db
2016-08-03 James Ahlbornadd some utility methods for creating relationship...
2016-07-21 James Ahlbornbegin work on adding relationships
2016-07-19 James Ahlbornreorg to prep for RelationshipBuilder; move remaining...
2016-06-27 James Ahlbornfew minor cleanups
2016-06-24 James Ahlbornrework public api for adding index/column, ditch TableM...
2016-06-22 James Ahlbornpopulate new index data after creation
2016-06-21 James Ahlbornget add index def functional
2016-06-18 James Ahlbornimplement check for determining backing index data
2016-06-16 James Ahlbornimplement most of the dirty work for adding indexes
2016-06-01 James Ahlborncheckpointing some progress on add index
2016-05-19 James Ahlbornadd support for sharing backing index data across index...
2016-05-19 James Ahlbornmerge trunk changes through r992
2016-05-19 James Ahlborn[maven-release-plugin] prepare for next development...
2016-05-19 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.4
2016-05-19 James Ahlbornprep for release
2016-05-18 James Ahlbornprimary key indexes should also have required flag
2016-05-18 James Ahlbornprimary key indexes should also have required flag
2016-05-03 James Ahlbornactually write added column usage maps correctly
2016-04-29 James Ahlbornadd usage maps for lval cols
2016-04-29 James Ahlbornbegin adding umap support
2016-04-28 James Ahlbornsome initial code for mutation support
2016-04-28 James Ahlborncreate branch for mutation operations
2016-03-30 James AhlbornAdd support for cascade null on delete relationships...
2016-03-21 James AhlbornAllow null values in foreign key fields when enforcing...
2016-02-16 James AhlbornAdd Database.getTableMetaData method to enable getting...
2016-02-16 James Ahlbornupdates
2016-01-12 James AhlbornFix missing column names in AppendQuery SQL strings...
2015-12-29 James Ahlborntypo
2015-12-04 James Ahlborn[maven-release-plugin] prepare for next development...
2015-12-04 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.3
2015-12-04 James Ahlbornprep for release
2015-11-26 James Ahlbornmove some common site config to parent pom
2015-11-25 James AhlbornAdd FileFormat.GENERIC_JET4 in order to support getting...
2015-11-25 James Ahlbornmore site cleanup
2015-11-25 James Ahlbornminor tweak to iterator
2015-11-25 James Ahlbornsome aq updates
2015-11-25 James AhlbornAdd some utility methods for handling Dates in an Acces...
2015-11-25 James Ahlbornsuppress some useless warnings
2015-11-25 James Ahlbornsuppress some useless warnings
2015-11-25 James Ahlbornthrow better exception when attempting to create file...
2015-11-07 James Ahlbornupdate parent pom
2015-11-01 James Ahlborncleanup findbugs report
2015-10-31 James AhlbornThrow a prettier exception when maxing out the row...
2015-10-30 James Ahlbornpretty up the site
2015-10-08 James Ahlbornadd github mirror link to site
2015-10-07 James Ahlbornundo accidental commit
2015-10-07 James Ahlbornadd readme
2015-07-07 James Ahlbornfix borked javadoc tag
2015-06-23 James Ahlborn[maven-release-plugin] prepare for next development...
2015-06-23 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.2
2015-06-23 James Ahlbornprep for release
2015-06-18 James AhlbornFix handling of dateTimes before the access epoch....
2015-06-17 James Ahlbornhandle reading null calculated values, fixes #125
2015-06-02 James Ahlbornupdate version info. fixes #124
2015-05-15 James Ahlborn[maven-release-plugin] prepare for next development...
2015-05-15 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.1
2015-05-15 James Ahlbornprep for release
2015-05-11 James Ahlbornadd links to ucanaccess
2015-05-02 James Ahlborntweak some docs
2015-05-01 James AhlbornAllow optional direct insert/update of autonumber value...
2015-04-27 James Ahlbornmore unit test speedups using in mem dbs
2015-04-27 James Ahlbornrefactor DatabaseTest into more test classes
2015-04-27 James Ahlbornreorg a bunch of utility code into the TestUtil class
2015-04-26 James Ahlbornuse inmem dbs to speed up slow unit tests
2015-04-21 James Ahlbornmore user friendly exception message
2015-04-21 James AhlbornLoad linked table info from system table when reading...
2015-04-17 James Ahlborntweak site
2015-04-17 James Ahlborn[maven-release-plugin] prepare for next development...
2015-04-17 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.0
2015-04-17 James Ahlbornrelicense with Apache License
2015-03-26 James Ahlbornremove unused loggers
2015-03-26 James Ahlbornneed to compare primitive short
2015-03-21 James Ahlborn[maven-release-plugin] prepare for next development...
2015-03-21 James Ahlborn[maven-release-plugin] prepare release jackcess-2.0.9
2015-03-21 James Ahlbornprep for release
2015-03-19 James Ahlborncleanup some ColumnBuilder stuff around copying existin...
2015-03-18 James Ahlbornbetter index setup call
2015-03-16 James AhlbornImplement support for indexes on BINARY fields
2015-03-13 James Ahlbornmissed a few more error context usages
2015-03-08 James Ahlbornlower log level for certain system table warnings;...
2015-03-04 James Ahlbornadd some convenience methods for new TableIterableBuild...
2015-02-23 James Ahlbornfix linked table test; add unit tests for new table...
2015-02-14 James Ahlbornadd more flexible table iteration, feature #28
2015-02-13 James Ahlborntest isLinkedTable method, feature #28
2015-02-13 James Ahlbornadd method to simplify testing whether or not a Table...
2015-01-31 Dan Rolloremoved '-server' jvm flag to allow build to run on...
2015-01-31 James Ahlbornhandle input String boolean values
2015-01-31 James Ahlbornhandle input String boolean values
2015-01-31 James AhlbornMake ColumnBuilder.setMaxLength do the right thing...
2015-01-16 James Ahlbornminor cleanup in toInternalValue
2015-01-16 James Ahlbornmake SimpleColumnMatcher handle a wider range of input...
next