]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
2019-08-06 James Ahlbornuse StandardCharset
2019-08-06 James Ahlbornadd separate method for reading root db page
2019-08-06 James Ahlbornconvenience method for using case insensitive matcher
2019-08-06 James Ahlborninitial index codes for access97 general collation...
2019-08-06 James Ahlborncreate access 97 index branch
2019-07-21 James Ahlbornadd convenience method for opening with Path
2019-04-14 James Ahlbornupdate FAQ
2019-04-14 James Ahlborn[maven-release-plugin] prepare for next development...
2019-04-14 James Ahlborn[maven-release-plugin] prepare release jackcess-3.0.1
2019-04-14 James Ahlbornprep for release
2019-02-28 James Ahlbornupdate parent pom
2019-02-20 James AhlbornAdd Database.newTableMetaDataIterable() which enables...
2019-02-14 James Ahlborncan't believe this is useful to anyone anymore
2019-02-12 James Ahlbornminor site docs tweak
2019-02-12 James Ahlbornadd migration guide for 3.x
2019-02-11 James AhlbornAdd ColumnFormatter utility which can apply Column...
2019-02-09 James Ahlborntweak site description some more
2019-02-09 James Ahlborntweak site description
2019-02-09 James Ahlborn[maven-release-plugin] prepare for next development...
2019-02-09 James Ahlborn[maven-release-plugin] prepare release jackcess-3.0.0
2019-02-09 James Ahlbornnot sure why this never failed before, but i guss i...
2019-02-09 James Ahlbornprep for release
2019-02-07 James Ahlborntweak unit tests to allow for slight precision variatio...
2019-02-06 James Ahlbornminor cleanups
2019-02-06 James Ahlbornupdate site docs
2019-02-06 James Ahlbornmerge branch jdk8 changes through r1279
2019-02-06 James Ahlbornupdate site docs for 3.0.0 release jdk8
2019-02-06 James Ahlbornmerge trunk changes through r1277
2019-02-05 James Ahlborn[maven-release-plugin] prepare for next development...
2019-02-05 James Ahlborn[maven-release-plugin] prepare release jackcess-2.2.3
2019-02-05 James Ahlbornprep for release
2019-02-04 James Ahlbornhandle number formats with no required digits
2019-01-31 James Ahlbornmerge trunk changes through r1271
2019-01-31 James Ahlbornmore tests and tweaks to custom formatting
2019-01-30 James Ahlbornmore tests, more bug fixes for custom formats
2019-01-29 James Ahlbornadd unit tests, fix bugs in custom formats
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-24 James Ahlbornimplement remaining custom formatting, not tested
2019-01-19 James Ahlbornfix parsing of escaped double quote; implement euro...
2019-01-05 James Ahlbornmerge trunk changes through r1263
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 Ahlbornmerge trunk changes through r1258
2018-12-31 James AhlbornFix length in units calculation for Access 97 text...
2018-12-31 James Ahlbornfix channel open options for new files
2018-12-29 James Ahlbornuse fromUnitSize
2018-12-28 James Ahlborncleanup
2018-12-28 James Ahlbornmore ldt tests
2018-12-28 James Ahlbornadd system prop for date/time type; rework how date...
2018-12-24 James Ahlbornmerge trunk changes through r1251
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-20 James Ahlbornoverrides everywhere
2018-12-19 James Ahlbornmore javadoc fixes
2018-12-19 James Ahlbornmore javadocs tweaks; update changes for java 8
2018-12-18 James Ahlbornget javadocs displaying correctly
2018-12-17 James Ahlbornmerge trunk changes through r1241
2018-12-17 James Ahlbornadd LocalDateTime variants for various public Date...
2018-12-17 James AhlbornIgnore column validators for read-only dbs. This will...
2018-12-15 James Ahlbornuse interface to pass zone info into date/time conversi...
2018-12-15 James Ahlbornswitch expression engine to LocalDateTime
2018-12-13 James Ahlbornround LDT date/times to millis; add some initial tests...
2018-12-11 James Ahlbornmerge trunk changes through r1235
2018-12-11 James Ahlborninitial support for LocalDateTime and Temporal types
2018-12-10 James Ahlbornminor tweaks to date handling; clear caches when config...
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...
next