]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
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...
2014-12-26 James Ahlborn[maven-release-plugin] prepare for next development...
2014-12-26 James Ahlborn[maven-release-plugin] prepare release jackcess-2.0.8
2014-12-26 James Ahlbornprep for release
2014-12-10 James Ahlbornupdate some out of date info on the faq
2014-12-04 James AhlbornBetter validation of identifier names (disallow invalid...
2014-12-03 James AhlbornDon't double quote already quoted identifiers. fixes...
2014-12-01 James AhlbornFix table name quoting for append and make table querie...
2014-11-26 James AhlbornAdd newer sql type to access type mappings if the jvm...
2014-11-23 James Ahlborn[maven-release-plugin] prepare for next development...
2014-11-23 James Ahlborn[maven-release-plugin] prepare release jackcess-2.0.7
2014-11-23 James Ahlbornprep for release
2014-11-22 James Ahlbornmake money columns report accurate scale/precision...
2014-11-15 James Ahlbornmore unit tests for unicode compression
2014-11-15 James Ahlbornrework unicode compression support, fixes issue 111
2014-11-15 James Ahlbornupdates
2014-10-13 James Ahlbornmore unit test perf tweaks
2014-10-11 James Ahlbornfix code example
2014-10-04 James Ahlborn[maven-release-plugin] prepare for next development...
2014-10-04 James Ahlborn[maven-release-plugin] prepare release jackcess-2.0.6
2014-10-04 James Ahlbornprep for release
2014-09-29 James Ahlbornfix regression where empty memo values are returned...
2014-09-22 James Ahlbornonly need to generate index row values once per lookup...
2014-09-22 James Ahlbornadd unit test for iteration early exit fix
2014-09-21 James AhlbornIndexCursor can early exit when searching based on...
2014-09-18 James Ahlborn[maven-release-plugin] prepare for next development...
2014-09-18 James Ahlborn[maven-release-plugin] prepare release jackcess-2.0.5
2014-09-18 James Ahlbornprepare for release
2014-09-16 James Ahlbornfix creation of calculated fields
2014-09-14 James Ahlbornupdates
2014-09-14 James Ahlbornadd some unit tests for calc fields
2014-09-13 James AhlbornAdd the ability to create tables with calculated fields
2014-09-11 James Ahlbornadd tests for builder property setters
2014-09-09 James Ahlbornadd some unit test for property type inference
2014-09-09 James Ahlbornadd ability to set properties in the various Bulders
2014-09-08 James Ahlbornsome minor cleanups for reading and writing calculated...
2014-09-07 James Ahlborninitial support for reading and writing calculated...
2014-08-24 James Ahlbornmore test speedups
2014-08-18 James Ahlbornspeed up unit tests by delaying disk syncs
2014-08-07 James Ahlbornrefactor ColumnImpl into multiple type specific sub...
2014-06-11 James AhlbornAdd Cursor.findRow(RowId) for moving to a specific...
2014-05-28 James Ahlbornupdate apache commons deps
2014-05-28 James Ahlbornadd link to additional migration notes
2014-05-07 James Ahlbornadd getBlob convenience method
2014-05-07 James Ahlbornenhance javadocs
2014-05-06 James Ahlbornadd convenience methods to Row for getting values cast...
2014-05-01 James Ahlbornfix javadoc reference
2014-05-01 James Ahlbornadd some more cookbook content
2014-04-06 James Ahlbornfix log message
2014-04-05 James Ahlborn[maven-release-plugin] prepare for next development...
2014-04-05 James Ahlborn[maven-release-plugin] prepare release jackcess-2.0.4
2014-04-05 James Ahlbornprep for release
2014-03-24 James Ahlbornadd column validator unit tests, work out some wrinkles
2014-03-24 James Ahlbornadd some convenience methods for working with primary...
2014-03-20 James Ahlbornadd initial ColumnValidator support
2014-01-31 James Ahlborn[maven-release-plugin] prepare for next development...
2014-01-31 James Ahlborn[maven-release-plugin] prepare release jackcess-2.0.3
2014-01-31 James Ahlbornprep for release
2014-01-22 James AhlbornFix NullPointerException in RowImpl.toString when value...
2013-12-01 James Ahlborntweak example
2013-11-30 James Ahlborn[maven-release-plugin] prepare for next development...
2013-11-30 James Ahlborn[maven-release-plugin] prepare release jackcess-2.0.2
2013-11-30 James Ahlbornprep for release
2013-11-26 James Ahlbornattempt to restore autonumbers on some add row failures
2013-11-23 James AhlbornRework row add/update so that constraint violations...
2013-11-23 James Ahlbornadd feature number to changes
next