提交 33cf7b9d authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 17d7f1aa
...@@ -8854,13 +8854,19 @@ Oracle compatibility: support CREATE SYNONYM table FOR schema.table. ...@@ -8854,13 +8854,19 @@ Oracle compatibility: support CREATE SYNONYM table FOR schema.table.
@roadmap_1409_li @roadmap_1409_li
Optimize A=? OR B=? to UNION if the cost is lower. Optimize A=? OR B=? to UNION if the cost is lower.
@roadmap_1410_h2 @roadmap_1410_li
Not Planned More secure default configuration if remote access is enabled.
@roadmap_1411_li @roadmap_1411_li
Optimization for EXISTS: convert to inner join if possible.
@roadmap_1412_h2
Not Planned
@roadmap_1413_li
HSQLDB (did) support this: select id i from test where i<0 (other databases don't). Supporting it may break compatibility. HSQLDB (did) support this: select id i from test where i<0 (other databases don't). Supporting it may break compatibility.
@roadmap_1412_li @roadmap_1414_li
String.intern (so that Strings can be compared with ==) will not be used because some VMs have problems when used extensively. String.intern (so that Strings can be compared with ==) will not be used because some VMs have problems when used extensively.
@sourceError_1000_h1 @sourceError_1000_h1
......
...@@ -8854,13 +8854,19 @@ SQLコマンドがコマンドエリアに表示されます。 ...@@ -8854,13 +8854,19 @@ SQLコマンドがコマンドエリアに表示されます。
@roadmap_1409_li @roadmap_1409_li
#Optimize A=? OR B=? to UNION if the cost is lower. #Optimize A=? OR B=? to UNION if the cost is lower.
@roadmap_1410_h2 @roadmap_1410_li
#Not Planned #More secure default configuration if remote access is enabled.
@roadmap_1411_li @roadmap_1411_li
#Optimization for EXISTS: convert to inner join if possible.
@roadmap_1412_h2
#Not Planned
@roadmap_1413_li
#HSQLDB (did) support this: select id i from test where i<0 (other databases don't). Supporting it may break compatibility. #HSQLDB (did) support this: select id i from test where i<0 (other databases don't). Supporting it may break compatibility.
@roadmap_1412_li @roadmap_1414_li
#String.intern (so that Strings can be compared with ==) will not be used because some VMs have problems when used extensively. #String.intern (so that Strings can be compared with ==) will not be used because some VMs have problems when used extensively.
@sourceError_1000_h1 @sourceError_1000_h1
......
...@@ -2948,9 +2948,11 @@ roadmap_1406_li=Compatibility\: use different LIKE ESCAPE characters depending o ...@@ -2948,9 +2948,11 @@ roadmap_1406_li=Compatibility\: use different LIKE ESCAPE characters depending o
roadmap_1407_li=Functions to calculate the memory and disk space usage of a row or value. roadmap_1407_li=Functions to calculate the memory and disk space usage of a row or value.
roadmap_1408_li=Oracle compatibility\: support CREATE SYNONYM table FOR schema.table. roadmap_1408_li=Oracle compatibility\: support CREATE SYNONYM table FOR schema.table.
roadmap_1409_li=Optimize A\=? OR B\=? to UNION if the cost is lower. roadmap_1409_li=Optimize A\=? OR B\=? to UNION if the cost is lower.
roadmap_1410_h2=Not Planned roadmap_1410_li=More secure default configuration if remote access is enabled.
roadmap_1411_li=HSQLDB (did) support this\: select id i from test where i<0 (other databases don't). Supporting it may break compatibility. roadmap_1411_li=Optimization for EXISTS\: convert to inner join if possible.
roadmap_1412_li=String.intern (so that Strings can be compared with \=\=) will not be used because some VMs have problems when used extensively. roadmap_1412_h2=Not Planned
roadmap_1413_li=HSQLDB (did) support this\: select id i from test where i<0 (other databases don't). Supporting it may break compatibility.
roadmap_1414_li=String.intern (so that Strings can be compared with \=\=) will not be used because some VMs have problems when used extensively.
sourceError_1000_h1=Online Error Analyzer sourceError_1000_h1=Online Error Analyzer
sourceError_1001_a=Home sourceError_1001_a=Home
sourceError_1002_a=Input sourceError_1002_a=Input
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论