]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
2019-02-05 James Ahlborn[maven-release-plugin] copy for tag jackcess-2.2.3 jackcess-2.2.3
2019-02-05 James Ahlborn[maven-release-plugin] prepare release jackcess-2.2.3
2019-02-05 James Ahlbornprep for release
2019-01-29 James AhlbornUse column label from ResultSetMetaData when importing...
2019-01-29 James AhlbornFix parsing of escaped double quotes in expressions
2019-01-05 James Ahlborn[maven-release-plugin] prepare for next development...
2019-01-05 James Ahlborn[maven-release-plugin] prepare release jackcess-2.2.2
2019-01-05 James Ahlbornfix changelog for 151 bug fix
2018-12-31 James AhlbornFix length in units calculation for Access 97 text...
2018-12-29 James Ahlbornuse fromUnitSize
2018-12-22 James Ahlborn[maven-release-plugin] prepare for next development...
2018-12-22 James Ahlborn[maven-release-plugin] prepare release jackcess-2.2.1
2018-12-22 James Ahlborntweak notice text
2018-12-22 James Ahlbornprep for release
2018-12-17 James AhlbornIgnore column validators for read-only dbs. This will...
2018-12-10 James Ahlbornminor tweaks to date handling; clear caches when config...
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
next