可以使用方向键移动图形。
Created with Raphaël 2.2.018Jul17161514131211109876542130Jun292827262524232221201918171615141312111098765432131May30292827262524232221201918171614131211109876543Improve conditions in LocalResult.done()Add initial implementation of WITH TIES clauseMerge pull request #1304 from katzyn/docsUpdate changelog.htmlFix typos and update dictionary.txtFix indentation and long linesFix Javadoc errorsRemove some implemented or outdated records from roadmap.htmlUse OpenJDK instead of OracleJDK 10 in Travis builds (#1302)Merge pull request #1301 from katzyn/distinctAdd initial DISTINCT ON (expression, ...) implementationMerge pull request #1299 from katzyn/distinctRevert "Do not force never lazy result for ConditionInSelect" and change commentAlways use MVTempResult for distinct with invisible columnsRemove LocalResult.setRandomAccess()Do not force never lazy result for ConditionInSelectRemove tricks for distinct operations on non-distinct external resultsConvert results to distinct where needed in safe wayMerge pull request #1296 from katzyn/miscInline parseSelectUnionExtension() into parseSelectUnion() and optimize itInline or reuse some methods in FunctionMove test-only methods from LocalDateTimeUtils to TestPreparedStatementMerge pull request #1293 from katzyn/miscMove SHOW tests into show.sqlBuild Select directly in Parser.parseHelp()Add Select.setWildcard()Move HELP tests into own fileMerge pull request #1291 from katzyn/testsReuse StringBuilder in TestScriptMove out some other tests from testScript.sqlMove WITH test from testScript.sql to with.sqlMove MERGE tests into merge.sqlAdd test for REPLACE from SELECTFix update count for REPLACE and convert test into SQL scriptMerge pull request #1289 from migaman/masterMove length test #1196Merge pull request #1290 from katzyn/lob_comparisonMove method belowDetect small LOBs in better wayCheck LOB type in ValueLob.equals() and add assertion to compare(Value, Value)