]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
2018-11-29 James Ahlbornadd support for Path
2018-11-28 James Ahlbornditch log4j
2018-11-27 James Ahlbornupgrade poi; upgrade various plugins
2018-11-27 James Ahlbornswitch to commons lang3
2018-11-27 James Ahlbornupdate parent pom; fix test failure
2018-11-27 James Ahlbornprep for jdk8 switch
2018-11-27 James Ahlbornmove to jdk8
2018-11-20 James Ahlbornimplement Format with predefined formats
2018-11-15 James Ahlborncurrency format uses parens; add bool predefined formats
2018-11-13 James Ahlbornbeginnings of general format support
2018-11-13 James Ahlbornshare nchars impl
2018-11-13 James Ahlborncache and reuse DecimalFormat instances
2018-11-13 James Ahlbornimplement FormatDateTime function
2018-11-08 James Ahlbornimplement FormatCurrency and FormatPercent
2018-11-08 James Ahlbornfill out remaining tests for FormatNumber
2018-11-08 James Ahlbornadd more numeric config
2018-11-07 James Ahlbornuntested support for FormatNumber
2018-11-06 James Ahlbornimplement DateDiff function
2018-11-03 James Ahlbornimplement replace function
2018-11-02 James Ahlbornimplement Val function
2018-10-29 James Ahlbornfinish DateAdd function
2018-10-28 James Ahlborninitial work for DateAdd function
2018-10-22 James Ahlbornupdate javadocs for new function
2018-10-18 James Ahlbornrework string conversion to date; add support for dates...
2018-10-10 James Ahlbornfix broken test
2018-10-10 James Ahlbornreimplemnt and test financial functions
2018-10-05 James Ahlbornadd support for strconv function
2018-10-05 James Ahlbornhandle am/pm suffix dependent on date/time config
2018-10-05 James Ahlbornhandle alternate decimal separators based on numeric...
2018-10-05 James Ahlbornset default date/time and numeric config for a database
2018-10-04 James Ahlbornrework public expression api with better locale handlin...
2018-09-29 James Ahlbornadd support for monthname function; implement better...
2018-09-26 James Ahlbornadd support for weekdayname function
2018-09-18 James Ahlbornimplement IsNumeric; add support for hex/oct integer...
2018-09-18 James Ahlbornimplement IsNumeric; add support for hex/oct integer...
2018-09-09 James Ahlbornspelling
2018-09-09 James Ahlborn[maven-release-plugin] prepare for next development...
2018-09-09 James Ahlborn[maven-release-plugin] prepare release jackcess-2.2.0
2018-09-09 James Ahlbornprep for release
2018-09-06 James Ahlbornmore doc updates
2018-09-06 James Ahlbornrefactor support for working with Value instances
2018-09-06 James Ahlbornadd a bunch of javadocs for expr classes
2018-08-24 James Ahlbornminor refactor of function support; start adding top...
2018-08-23 James Ahlbornfix compiler warning
2018-07-29 James Ahlbornupdate parent pom; update urls for https
2018-07-26 James Ahlborntest TimeSerial; implement DateSerial
2018-07-26 James Ahlborntest custom EvalConfig; fix time format
2018-07-25 James Ahlbornadd some date function tests
2018-07-17 James Ahlbornminor update
2018-07-17 James Ahlborntest number functions
2018-07-17 James Ahlborntest more functions
2018-07-17 James Ahlbornadd ability to get original expression; implement some...
2018-07-14 James Ahlbornfix handling of certain field validator expressions...
2018-07-13 James Ahlbornhandle alternate true/false constant values
2018-07-01 James Ahlbornadd more tests; add not like
2018-06-29 James Ahlbornmore tests
2018-06-27 James Ahlbornuse common method pattern between ParseContext and...
2018-06-27 James Ahlbornditch default parse context
2018-06-27 James Ahlbornminor code warning cleanups
2018-06-26 James Ahlbornbump version for moderate feature update
2018-06-26 James Ahlbornmerge branch exprs changes through r1171
2018-06-26 James Ahlbornmerge trunk changes through r1170 exprs
2018-06-26 James Ahlborn[maven-release-plugin] prepare for next development...
2018-06-26 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.12
2018-06-26 James Ahlbornprep for release
2018-06-26 James Ahlbornadd some tests for functions; fix said functions
2018-06-06 James Ahlbornreturn all values in map so that default values, calc...
2018-06-06 James Ahlbornmore number format unit tests
2018-06-05 James Ahlbornadd number format unit tests; update tests based on...
2018-06-05 James Ahlbornadd unit tests for property expression evaluation features
2018-06-04 James Ahlbornallow col validator to get this column by name
2018-06-03 James Ahlbornimplement floating point number formatting which matche...
2018-06-03 James Ahlbornimplement floating point number formatting which matche...
2018-05-30 James Ahlborncleanup some fixmes
2018-05-30 James Ahlbornhandle literal string default values
2018-05-30 James Ahlbornuse decimal math context which matches access precision...
2018-05-27 James Ahlbornnormalize decimals when used; convert number literals...
2018-05-25 James Ahlborndo not allow null result for conditions
2018-05-25 James Ahlbornmerge trunk changes through r1152
2018-05-22 James AhlbornCreate new usage map correctly when adding an index...
2018-05-19 James Ahlbornknock out some fixmes; add support for custom function...
2018-05-19 James AhlbornAdd some additional property keys and relevant enums...
2018-05-19 James Ahlbornmerge trunk changes through r1148
2018-05-08 James Ahlbornplug expr evaluation into columns/tables; create Identi...
2018-04-29 James Ahlbornstart enforcing the required and no-zero len column...
2018-03-31 James Ahlbornuse specific exceptions for expr eval
2018-03-31 James Ahlbornfix null handling for string funcs
2018-03-23 James Ahlbornmove rnd logic to RandomContext
2018-03-06 James Ahlborn[maven-release-plugin] prepare for next development...
2018-03-06 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.11
2018-03-04 James Ahlbornprep for release
2018-02-08 James Ahlbornmerge trunk changes through r1138
2018-02-07 James Ahlbornupdate ddl flag for default properties even if type...
2018-01-25 James AhlbornExpose the ddl attribute on properties. Set the attribu...
2018-01-19 James Ahlborn[maven-release-plugin] prepare for next development...
2018-01-19 James Ahlborn[maven-release-plugin] prepare release jackcess-2.1.10
2018-01-19 James Ahlbornprep for release
2018-01-17 James Ahlbornimplement sql type to DataType conversions specific...
2017-12-23 James Ahlbornsome more financial funcs, not all fully working
2017-12-19 James AhlbornAdd full support for access 2016 databases including...
next