dbaccess/source/filter/hsqldb/hsqlimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cb4e2aea81b85a134d35bc54b7c49081f899bd78 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sat May 19 22:11:01 2018 +0200 tdf#117298: migration Firebird, fix time data by just adjusting nColIndex like other datatypes Change-Id: Ia7947b3498818bac2f033eac81ac3835f98bbab3 Reviewed-on: https://gerrit.libreoffice.org/54581 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/dbaccess/source/filter/hsqldb/hsqlimport.cxx b/dbaccess/source/filter/hsqldb/hsqlimport.cxx index b6f2dbc660c6..83b291ccf745 100644 --- a/dbaccess/source/filter/hsqldb/hsqlimport.cxx +++ b/dbaccess/source/filter/hsqldb/hsqlimport.cxx @@ -138,7 +138,7 @@ void lcl_setParams(const RowVector& row, Reference<XParameters> const& xParam, css::util::Time time; if (row.at(i) >>= time) { - xParam->setTime(nColIndex, time); + xParam->setTime(nColIndex + 1, time); } } break; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits