NEWS
RH2 0.2.4 (2018-03-14)
- Fixing some documentation issues to meet new CRAN standards.
- Correcting signature definition for dbWriteTable method.
RH2 0.2.3 (2014-09-14)
- Added importFrom for rJava commands used and added java/README to explain where to find H2 sources.
RH2 0.2.2
- Changed maintainer email address to gmail.
RH2 0.2.1
- Removed print statement from fetch method
RH2 0.2
- David M. Kaplan becomes maintainer
- New fetch method that should be considerably quicker for large datasets
RH2 0.1.2.12
- bug fix for handling NULL values (David Kaplan)
RH2 0.1.2.11
- dbWriteTable has temporary argument to create a temporary table
RH2 0.1.2.10
- fixed incompatibility with RJDBC that was introduced in RJDBC 0.2-1
RH2 0.1.2.9
- NAMESPACE file added
- H2 upgraded to 1.3.170
RH2 0.1-2.8 (2011-11-29)
RH2 0.1-2.7 (2011-10-22)
- bug fix. Certain NULL values returned from database now correctly
interpreted as NA.
- H2 upgraded to 1.3.160
RH2 0.1-2.6 (2011-07-31)
- corrected typo in DESCRIPTION file
RH2 0.1-2.5 (2011-07-23)
RH2 0.1-2.4
- H2 has a jars argument that can be used to pass the jar for an alternate
version of H2. By default it uses the value of the option "RH2.jars" or the
H2 jar that comes with RH2 if that option is not specified. e.g.
options(RH2.jars = "c:/tmp2/h2-1.3.155.jar")
- dbConnect has a DATABASE_TO_UPPER argument. If FALSE then identifiers
are not automatically translated to upper case. It defaults to option
"RH2.DATABASE_TO_UPPER" or if that is not set it defaults to FALSE.
(The undocumented h2.identifiersToUpper java parameter that was supported on
earlier versions of H2 for this purpose is no longer used by H2.)
- h2_1.3.155.jar is included in RH2
RH2 0.1-2.3 (2011-03-08)
RH2 0.1-2.1 (2011-01-09)
RH2 0.1-2 (2010-02-14)
- Date, times (from chron) and POSIXct classes now supported as
DATE, TIME, TIMESTAMP column types respectively
- new dependence on chron package to support times
RH2 0.1-1 (2010-02-07)
RH2 0.1-0 (2010-02-01)