Changes in version 0.2.5 (2025-04-11) o Updated to version 2.3.232 of h2 jar. o Corrected links in documentation as per CRAN instructions. o Added Authors@R field to DESCRIPTION. Changes in version 0.2.4 (2018-03-14) o Fixing some documentation issues to meet new CRAN standards. o Correcting signature definition for dbWriteTable method. Changes in version 0.2.3 (2014-09-14) o Added importFrom for rJava commands used and added java/README to explain where to find H2 sources. Changes in version 0.2.2 o Changed maintainer email address to gmail. Changes in version 0.2.1 o Removed print statement from fetch method Changes in version 0.2 o David M. Kaplan becomes maintainer o New fetch method that should be considerably quicker for large datasets Changes in version 0.1.2.12 o bug fix for handling NULL values (David Kaplan) Changes in version 0.1.2.11 o dbWriteTable has temporary argument to create a temporary table Changes in version 0.1.2.10 o fixed incompatibility with RJDBC that was introduced in RJDBC 0.2-1 Changes in version 0.1.2.9 o NAMESPACE file added o H2 upgraded to 1.3.170 Changes in version 0.1-2.8 (2011-11-29) o H2 upgraded to 1.3.162 Changes in version 0.1-2.7 (2011-10-22) o bug fix. Certain NULL values returned from database now correctly interpreted as NA. o H2 upgraded to 1.3.160 Changes in version 0.1-2.6 (2011-07-31) o corrected typo in DESCRIPTION file Changes in version 0.1-2.5 (2011-07-23) o H2 upgraded to 1.3.158 Changes in version 0.1-2.4 o 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") o 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.) o h2_1.3.155.jar is included in RH2 Changes in version 0.1-2.3 (2011-03-08) o minor bug fixes Changes in version 0.1-2.1 (2011-01-09) o minor bug fixes Changes in version 0.1-2 (2010-02-14) o Date, times (from chron) and POSIXct classes now supported as DATE, TIME, TIMESTAMP column types respectively o new dependence on chron package to support times Changes in version 0.1-1 (2010-02-07) o bug fixes Changes in version 0.1-0 (2010-02-01) o initial release