build(deps): bump druid from 1.2.1 to 1.2.3 #39

Merged
dependabot[bot] merged 1 commits from dependabot/maven/com.alibaba-druid-1.2.3 into master 2020-12-01 14:04:59 +08:00
dependabot[bot] commented 2020-12-01 13:39:08 +08:00 (Migrated from github.com)

Bumps druid from 1.2.1 to 1.2.3.

Release notes

Sourced from druid's releases.

druid发布1.2.3版本,增强对Oceanbase Oracle兼容模式的支持

这是一个在1.2.2上做的很小改进,主要是连接池增强对oceanbase oracle兼容模式的支持

Issues

  1. 连接池增强对oceanbase oracle兼容模式的支持
  2. SQL Parser增强对MySQL语法支持 #4024

相关连接

druid发布1.2.2版本,增强SQL Parser和历史版本接口兼容

这是一个1.2.x的例行维护版本,修复1.2.0 SQL重构引入不兼容问题和BUG。

Issues

  1. 修正1.2.0 SQL Parser重构引入导致连接池对特定dbType优化的分支无法正确执行的问题 #4005
  2. 修复1.2.0 SQL Parser重构导致连接池LogOutputFormat某些场景输出语法不对的问题 #4004
  3. SQL Parser增强对MySQL 8.0语法支持,支持json table语法,支持更多的Create Function语法 #3996 #3914
  4. SQL Parser增强对Hive语法的支持 #3987
  5. SQL防火墙增强对H2的支持 #3923
  6. SQL防火墙增强对Clickhouse的支持 #3977
  7. SQL统计合并增强对达梦数据库的支持 #3994
  8. 增强对1.1.x接口的兼容性 #3986
  9. 连接池增强对oceanbase oracle模式的支持 #3983

相关连接

Commits
  • 32492da 1.2.3
  • a9c4098 improve 'build table tablename force=true';
  • 1b32e91 SQLExprTableSource improved
  • 44452ff improve alter table statment
  • 22d9c15 Merge pull request #4028 from alibaba/revert-4027-master
  • 91490f2 Revert "bug: 修复多处oracle与mysql解析sql 语法不正确"
  • cefbbe5 Merge pull request #4027 from raysonfang/master
  • 2ef19aa improved jdk 8 support, support LocalTime/LocalDate/LocalDateTime, fix #4023
  • 3b1154f improved mariadb alter sequence support, fix #4024
  • 39b58e0 1.2.3 init
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [druid](https://github.com/alibaba/druid) from 1.2.1 to 1.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alibaba/druid/releases">druid's releases</a>.</em></p> <blockquote> <h2>druid发布1.2.3版本,增强对Oceanbase Oracle兼容模式的支持</h2> <p>这是一个在1.2.2上做的很小改进,主要是连接池增强对oceanbase oracle兼容模式的支持</p> <h1>Issues</h1> <ol> <li>连接池增强对oceanbase oracle兼容模式的支持</li> <li>SQL Parser增强对MySQL语法支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4024">#4024</a></li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.3/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.3/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.3/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.3/</a></li> <li>文档 <a href="https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98">https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98</a></li> <li>源码 <a href="https://github.com/alibaba/druid/tree/1.2.3">https://github.com/alibaba/druid/tree/1.2.3</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> <h2>druid发布1.2.2版本,增强SQL Parser和历史版本接口兼容</h2> <p>这是一个1.2.x的例行维护版本,修复1.2.0 SQL重构引入不兼容问题和BUG。</p> <h1>Issues</h1> <ol> <li>修正1.2.0 SQL Parser重构引入导致连接池对特定dbType优化的分支无法正确执行的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4005">#4005</a></li> <li>修复1.2.0 SQL Parser重构导致连接池LogOutputFormat某些场景输出语法不对的问题 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4004">#4004</a></li> <li>SQL Parser增强对MySQL 8.0语法支持,支持json table语法,支持更多的Create Function语法 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3996">#3996</a> <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3914">#3914</a></li> <li>SQL Parser增强对Hive语法的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3987">#3987</a></li> <li>SQL防火墙增强对H2的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3923">#3923</a></li> <li>SQL防火墙增强对Clickhouse的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3977">#3977</a></li> <li>SQL统计合并增强对达梦数据库的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3994">#3994</a></li> <li>增强对1.1.x接口的兼容性 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3986">#3986</a></li> <li>连接池增强对oceanbase oracle模式的支持 <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/3983">#3983</a></li> </ol> <h1>相关连接</h1> <ul> <li>druid下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid/1.2.2/">https://repo1.maven.org/maven2/com/alibaba/druid/1.2.2/</a></li> <li>druid-spring-booter下载 <a href="https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.2/">https://repo1.maven.org/maven2/com/alibaba/druid-spring-boot-starter/1.2.2/</a></li> <li>文档 <a href="https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98">https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98</a></li> <li>源码 <a href="https://github.com/alibaba/druid/tree/1.2.2">https://github.com/alibaba/druid/tree/1.2.2</a></li> <li>内置监控演示 <a href="http://120.26.192.168/druid/">http://120.26.192.168/druid/</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alibaba/druid/commit/32492da97c7fd2391dd3dcfcfe115917f2c8b6d9"><code>32492da</code></a> 1.2.3</li> <li><a href="https://github.com/alibaba/druid/commit/a9c4098b86f0147383c3bbc6274adc4c7f4aaca0"><code>a9c4098</code></a> improve 'build table tablename force=true';</li> <li><a href="https://github.com/alibaba/druid/commit/1b32e91d2bdaab14414b33f71cd0ba121a5b7ef1"><code>1b32e91</code></a> SQLExprTableSource improved</li> <li><a href="https://github.com/alibaba/druid/commit/44452ff6a8a2210429e1334d8a7f22f2f2046102"><code>44452ff</code></a> improve alter table statment</li> <li><a href="https://github.com/alibaba/druid/commit/22d9c15931525ee349051d1c37c630c668690def"><code>22d9c15</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4028">#4028</a> from alibaba/revert-4027-master</li> <li><a href="https://github.com/alibaba/druid/commit/91490f2e7cd119c9dde0261d7e32ecc761cc7f15"><code>91490f2</code></a> Revert &quot;bug: 修复多处oracle与mysql解析sql 语法不正确&quot;</li> <li><a href="https://github.com/alibaba/druid/commit/cefbbe54b9ddf0485b88001487049a2af293671c"><code>cefbbe5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4027">#4027</a> from raysonfang/master</li> <li><a href="https://github.com/alibaba/druid/commit/2ef19aa42d702a7a8e56695ad32c924acdb8916d"><code>2ef19aa</code></a> improved jdk 8 support, support LocalTime/LocalDate/LocalDateTime, fix <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4023">#4023</a></li> <li><a href="https://github.com/alibaba/druid/commit/3b1154ff9e20bbe30f8d2c3682d7a17da2893c4b"><code>3b1154f</code></a> improved mariadb alter sequence support, fix <a href="https://github-redirect.dependabot.com/alibaba/druid/issues/4024">#4024</a></li> <li><a href="https://github.com/alibaba/druid/commit/39b58e0474b6b2e4a255ee751674d23b557bc458"><code>39b58e0</code></a> 1.2.3 init</li> <li>Additional commits viewable in <a href="https://github.com/alibaba/druid/compare/1.2.1...1.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.alibaba:druid&package-manager=maven&previous-version=1.2.1&new-version=1.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
xiaohai2271 (Migrated from github.com) approved these changes 2020-12-01 14:04:51 +08:00
Sign in to join this conversation.
No description provided.