]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
2017-04-29 James Ahlbornmerge trunk changes through r1091
2017-04-29 James Ahlbornuse actual implicit comp op subclass
2017-04-29 James Ahlbornbetter handling of non-conditional exprs as field valid...
2017-04-21 James Ahlbornupdate parent pom
2017-04-03 James Ahlbornmerge trunk changes through r1087
2017-04-03 James AhlbornImplement support for partial index lookups. Efficient...
2017-02-11 James Ahlbornmerge trunk changes through r1085
2017-02-11 James Ahlbornchange regex to compile on first use; turn invalid...
2017-02-07 James Ahlbornadd more type coercion, string and date to num
2017-02-04 James Ahlbornsupport string to number coercion for mixed math operations
2017-02-01 James Ahlbornmore plugin cleanup
2017-01-26 James Ahlbornadd date time Value accessor
2017-01-15 James Ahlbornbetter terminology for expressions
2017-01-14 James Ahlbornadd TemporalConfig to allow for custom expression date...
2016-12-31 James Ahlbornmerge trunk changes through r1077
2016-12-31 James Ahlbornditch BIG_INT value type
2016-12-31 James Ahlbornchange evaluation context
2016-12-24 James Ahlbornuse isNull
2016-12-24 James AhlbornValue cleanup, start on functions
2016-12-22 James Ahlbornadd testing for most basic math and fix some edge case...
2016-12-18 James Ahlbornstart testing simple math exprs
2016-12-15 James Ahlbornadd result caching for pure expressions
2016-12-15 James Ahlbornimplement more operations
2016-12-15 James Ahlbornadd method for indicating purity of an expression,...
2016-12-09 James Ahlbornditch boolean type
2016-12-09 James Ahlborncheckpoint reworking expression classes and implementin...
2016-12-01 James Ahlbornditch extra import
2016-11-30 James Ahlbornupdate parent pom; various plugin updates
2016-11-30 James Ahlbornminor compilation cleanups
2016-11-30 James Ahlbornuse column names in error message
2016-11-30 James Ahlborn[maven-release-plugin] prepare for next development...
2016-11-30 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.6
2016-11-30 James Ahlbornprep for release
2016-11-18 James Ahlbornreorg of expression classes
2016-11-17 James Ahlbornbetter fix for switching read-only file formats to...
2016-11-17 James AhlbornAdd support for global usage maps which are reference...
2016-11-12 James Ahlbornautomatically switch to read-only mode when opening...
2016-11-03 James Ahlbornrework classes, add more interfaces; start implementing...
2016-10-26 James Ahlborntest parsing of basic expressions
2016-10-26 James Ahlbornparse between expr
2016-10-25 James Ahlbornhandle order of ops for other types of exprs
2016-10-20 James Ahlbornconvert all ops to enum values
2016-10-16 James Ahlbornfix handling of equivalent precedence
2016-10-15 James Ahlbornadd debug to strings to start enabling some testing
2016-10-13 James Ahlbornstart implementing some special operators
2016-10-04 James Ahlbornmerge trunk changes through r1045
2016-10-04 James Ahlbornmove expr type info into TokBuf
2016-10-04 James Ahlborn[maven-release-plugin] prepare for next development...
2016-10-04 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.5
2016-10-04 James Ahlbornprepare for release
2016-09-29 James Ahlbornmake delims separate token type; implement parsing...
2016-09-17 James Ahlbornparse some operators
2016-09-16 James Ahlbornimpl obj ref parsing
2016-09-15 James Ahlbornimpl expr tokenization
2016-09-15 James Ahlbornexpression eval branch
2016-09-11 James Ahlborndoc updates
2016-09-11 James Ahlbornmisc cleanups; doc updates
2016-09-09 James Ahlbornupdate docs for new metadata update support
2016-09-09 James Ahlbornmore update tests; fix minor bug with allocating new...
2016-09-08 James Ahlbornmerge branch mutateops changes through r1030
2016-09-08 James Ahlbornupdate javadocs, minor cleanups mutateops
2016-09-08 James Ahlbornexpand unit tests
2016-09-07 James Ahlbornremove debug output
2016-09-07 James Ahlbornensure unique rel name and limit total length
2016-09-05 James Ahlbornadd some unit tests
2016-09-04 James Ahlbornmerge trunk changes through r1024
2016-09-04 James Ahlbornminor cleanups
2016-09-04 James Ahlbornmerge trunk changes through r1022
2016-09-04 James AhlbornChange multi-value complex columns so that they return...
2016-09-02 James Ahlbornignore different flags for different fk indexes
2016-09-01 James Ahlbornsort out setting owner and sids for new objects
2016-09-01 James Ahlbornimplement writing fk indexes
2016-08-30 James Ahlbornupdates
2016-08-30 James Ahlbornfix directionality of relationship
2016-08-30 James Ahlbornset fk type
2016-08-30 James Ahlbornalready has context
2016-08-30 James Ahlbornimplement adding indexes for integ enforced relationships
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
next