From 08108d7a6efb4f63f20ea233d147eb7d691738b9 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 16 Dec 2011 08:32:38 +0000 Subject: [PATCH] Updated supported databases --- jOOQ-website/index.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/jOOQ-website/index.php b/jOOQ-website/index.php index 80e64ef44e..3daf9a5ef3 100644 --- a/jOOQ-website/index.php +++ b/jOOQ-website/index.php @@ -117,7 +117,12 @@ create.select(FIRST_NAME, LAST_NAME, create.count())

What databases are supported

-

Every RDMBS out there has its own little specialties. jOOQ considers those specialties as much as possible, while trying to standardise the behaviour in jOOQ. In order to increase the quality of jOOQ, unit tests are run for syntax and variable binding verification, as well as integration tests for any of these databases:

+

Every RDMBS out there has its own little specialties. + jOOQ considers those specialties as much as possible, while trying to + standardise the behaviour in jOOQ. In order to increase the quality of jOOQ, + some 70 unit tests are run for syntax and variable binding verification, + as well as some 130 integration tests with an overall of around 900 queries for any + of these databases:

- +

These platforms have been observed to work as well, but are not integration-tested

+ +

Planned (Contributions and suggestions are very welcome!)