From f44555fd6a6d338c9950a86e79be949fff8968fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asier=20Lostal=C3=A9?= Date: Tue, 13 Mar 2018 13:30:47 +0100 Subject: [PATCH] HHH-12388 - User Guide typo fixes --- migration-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration-guide.adoc b/migration-guide.adoc index 642df33780..cd81e81b22 100644 --- a/migration-guide.adoc +++ b/migration-guide.adoc @@ -25,7 +25,7 @@ This really breaks down into 2 related changes: `javax.persistence.Parameter#getPosition` to report `null`. For JDBC-style parameter declarations in native queries, we have also moved to using one-based -instead of zero-bade parameter binding to be consistent with JPA. That can temporarily be +instead of zero-based parameter binding to be consistent with JPA. That can temporarily be reverted by setting the `hibernate.query.sql.jdbc_style_params_base` setting to `true` which reverts to expecting zero-based binding.