提交 d6532794 authored 作者: plus33's avatar plus33

Removed TO_DATE from roadmap

Updated changelog
上级 0765013e
......@@ -21,6 +21,8 @@ Change Log
<h2>Next Version (unreleased)</h2>
<ul>
<li>Issue #497: Fix TO_DATE in cases of 'inline' text. E.g. the "T" and "Z" in to_date('2017-04-21T00:00:00Z', 'YYYY-MM-DD"T"HH24:MI:SS"Z"')
</li>
<li>Fix bug in MySQL/ORACLE-syntax silently corrupting the modified column in cases of setting the 'NULL'- or 'NOT NULL'-constraint. E.g. alter table T modify C NULL;
</li>
<li>Issue #570: MySQL compatibility for ALTER TABLE .. DROP INDEX
......
......@@ -9695,7 +9695,7 @@ Test http://mysql-je.sourceforge.net/
H2 Console: the webclient could support more features like phpMyAdmin.
@roadmap_1080_li
Support Oracle functions: TO_DATE, TO_NUMBER.
Support Oracle functions: TO_NUMBER.
@roadmap_1081_li
Work on the Java to C converter.
......
......@@ -9695,7 +9695,7 @@ H2 コンソール アプリケーション
#H2 Console: the webclient could support more features like phpMyAdmin.
@roadmap_1080_li
#Support Oracle functions: TO_DATE, TO_NUMBER.
#Support Oracle functions: TO_NUMBER.
@roadmap_1081_li
#Work on the Java to C converter.
......
......@@ -3230,7 +3230,7 @@ roadmap_1076_li=Functional tables should accept parameters from other tables (se
roadmap_1077_li=Custom class loader to reload functions on demand.
roadmap_1078_li=Test http\://mysql-je.sourceforge.net/
roadmap_1079_li=H2 Console\: the webclient could support more features like phpMyAdmin.
roadmap_1080_li=Support Oracle functions\: TO_DATE, TO_NUMBER.
roadmap_1080_li=Support Oracle functions\: TO_NUMBER.
roadmap_1081_li=Work on the Java to C converter.
roadmap_1082_li=The HELP information schema can be directly exposed in the Console.
roadmap_1083_li=Maybe use the 0x1234 notation for binary fields, see MS SQL Server.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论