java - Java DB 何时以及如何更新并与 Apache Derby 同步?

标签 java database derby javadb

Oracle 发布带有“JavaDB”的 JDK,这或多或少是 Apache Derby 的更名版本.

Java DB 是否与 JDK 的每个更新版本(“_uXX”)持续更新和同步,还是仅针对 Java 7 等主要版本更新和同步?

最佳答案

Getting Started with Java DB指南在 relationship between the two products 的说明中解决了这个问题:

Relationship between Java DB and Apache Derby

Java DB is a relational database management system that is based on the Java programming language and SQL. Java DB is the Oracle release of the Apache Derby project, the Apache Software Foundation's (ASF) open source relational database project.

The Java DB product includes Derby without any modification whatsoever to the underlying source code.

Because Java DB and Derby have the same functionality, the Java DB documentation refers to the core functionality as Derby.

Java DB Version 10.6 is based on the Version 10.6 release of Derby. References to "Derby" in the Java DB documentation refer to the Version 10.6 release of Apache Derby.

根据以粗体强调的句子,我可以得出结论,每个版本都或多或少与底层 Java DB 版本相同,版本号也相同(这是 Java 中列出的版本数据库下载页面)。

这不会解决有关 Oracle/Sun 何时发布新版 Java DB 的问题。我认为这留给了管理 Java DB 版本的特定团队。

关于java - Java DB 何时以及如何更新并与 Apache Derby 同步?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6845602/

相关文章:

java - 使用 junit 测试我的应用程序

java - 正确处理server.accept()异常

mysql - Laravel 数据库缓存

javascript - 使用jquery TableDnD插件拖放表格行如何使某些ros不可拖动并保存排序的行?

linux - 如何在 Linux 中将 Derby 作为后台进程运行

java - 即使连接成功后,org.apache.derby.client.net.NetConnection40 也无法转换为 com.mysql.jdbc.Connection 错误?

java - 成功提交表单数据后如何重定向用户?

java - 从 jtable 中删除突出显示的列和数据

php - 使用第一个脚本中的 "more info"按钮将数据拉入第二个脚本

sql - 在netbeans、derby中获取表模式或结构