提交 0c1e29b8 authored 作者: Thomas Mueller's avatar Thomas Mueller

Optimize IN(...) queries: there was a bug in version 1.3.170 if the type of the…

Optimize IN(...) queries: there was a bug in version 1.3.170 if the type of the left hand side didn't match the type of the right hand side.
上级 e78bf503
...@@ -20,6 +20,8 @@ Change Log ...@@ -20,6 +20,8 @@ Change Log
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>When using trace level 4 (SLF4J) in the server mode, a directory "trace.db" <ul><li>When using trace level 4 (SLF4J) in the server mode, a directory "trace.db"
and an empty file was created on the client side. This is no longer made. and an empty file was created on the client side. This is no longer made.
</li><li>Optimize IN(...) queries: there was a bug in version 1.3.170
if the type of the left hand side didn't match the type of the right hand side. Fixed.
</li><li>Optimize IN(...) queries: there was a bug in version 1.3.170 for comparison of the type </li><li>Optimize IN(...) queries: there was a bug in version 1.3.170 for comparison of the type
"X IN(NULL, NULL)". Fixed. "X IN(NULL, NULL)". Fixed.
</li><li>Timestamps with timezone that were passed as a string were not always </li><li>Timestamps with timezone that were passed as a string were not always
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论