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!)