From 9002c5b47db7f5b60b48c2d079668c93fdb065e0 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 30 Jun 2013 16:13:54 +0200 Subject: [PATCH] Release 3.1.0 - Added a remark about possible T-SQL supporting JDBC drivers --- jOOQ-website/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jOOQ-website/index.php b/jOOQ-website/index.php index 110f9b0d89..ed1508e4de 100644 --- a/jOOQ-website/index.php +++ b/jOOQ-website/index.php @@ -185,9 +185,9 @@ insertInto(t, t.a, t.b).values(1, 2);
  • Oracle XE 10.2.0.1.0 and 11g
  • PostgreSQL 9.0
  • SQLite (using xerial sqlite-jdbc)
  • -
  • SQL Server 2008 R8 and 2012
  • +
  • SQL Server 2008 R8 and 2012 (with sqljdbc4 or jTDS JDBC drivers)
  • Sybase Adaptive Server Enterprise 15.5
  • -
  • Sybase SQL Anywhere 12
  • +
  • Sybase SQL Anywhere 12 (with jconn3 or jTDS JDCB drivers)
  • These platforms have been observed to work as well, but are not integration-tested