From 64a80a8e4c83fb416ccb4d2dcd5de489a99bd6dd Mon Sep 17 00:00:00 2001
From: Lukas Eder
Date: Sat, 14 Apr 2012 11:56:29 +0000
Subject: [PATCH] Replaced Wordpress URL by http://blog.jooq.org
---
jOOQ-release/release/template/RELEASENOTES.txt | 12 ++++++------
jOOQ-website/frame.php | 2 +-
jOOQ-website/inc/RELEASENOTES.txt | 12 ++++++------
jOOQ-website/links.php | 8 ++++----
jOOQ-website/src/main/resources/manual.xml | 4 ++--
5 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/jOOQ-release/release/template/RELEASENOTES.txt b/jOOQ-release/release/template/RELEASENOTES.txt
index 39594165e3..aaff10366c 100644
--- a/jOOQ-release/release/template/RELEASENOTES.txt
+++ b/jOOQ-release/release/template/RELEASENOTES.txt
@@ -441,7 +441,7 @@ concerned:
JOIN expressions to create more complex table sources. See a
recent blog post on the subject here:
-http://lukaseder.wordpress.com/2012/01/15/lets-revise-the-sql-from-clause/
+http://blog.jooq.org/2012/01/15/lets-revise-the-sql-from-clause/
Features and improvements
-------------------------
@@ -615,7 +615,7 @@ include
For more information about using jOOQ with Scala, see this blog
post:
-http://lukaseder.wordpress.com/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/
+http://blog.jooq.org/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/
There is now also experimental support for a custom type mapping.
This mapping allows to rewrite data types at code generation time
@@ -947,7 +947,7 @@ added support for JDBC batch operations. You can now batch
execute several queries.
See the official blog for more information:
-http://lukaseder.wordpress.com/2011/10/25/jdbc-batch-operations-with-jooq/
+http://blog.jooq.org/2011/10/25/jdbc-batch-operations-with-jooq/
Features and improvements
-------------------------
@@ -994,13 +994,13 @@ improvements, using stored procedures and functions becomes even
more reliable, especially when cursor types are involved. Read
more about the rationale behind this change:
-http://lukaseder.wordpress.com/2011/10/17/what-are-procedures-and-functions-after-all/
+http://blog.jooq.org/2011/10/17/what-are-procedures-and-functions-after-all/
Apart from that, important improvements have been made in the
area of plain SQL tables. Also, consider a demo integration of
jOOQ with Google Cloud SQL:
-http://lukaseder.wordpress.com/2011/10/22/jooq-and-google-cloud-sql-example/
+http://blog.jooq.org/2011/10/22/jooq-and-google-cloud-sql-example/
Features and improvements
-------------------------
@@ -1293,7 +1293,7 @@ Apart from that, project CURSOR is advancing and it is now
possible to unnest arrays into tables. See this article for
details about where jOOQ is heading with project CURSOR:
-http://lukaseder.wordpress.com/2011/07/24/the-power-of-ref-cursor-types/
+http://blog.jooq.org/2011/07/24/the-power-of-ref-cursor-types/
Features and improvements
-------------------------
diff --git a/jOOQ-website/frame.php b/jOOQ-website/frame.php
index 2f417b244f..18ffa28c14 100644
--- a/jOOQ-website/frame.php
+++ b/jOOQ-website/frame.php
@@ -113,7 +113,7 @@
diff --git a/jOOQ-website/inc/RELEASENOTES.txt b/jOOQ-website/inc/RELEASENOTES.txt
index 39594165e3..aaff10366c 100644
--- a/jOOQ-website/inc/RELEASENOTES.txt
+++ b/jOOQ-website/inc/RELEASENOTES.txt
@@ -441,7 +441,7 @@ concerned:
JOIN expressions to create more complex table sources. See a
recent blog post on the subject here:
-http://lukaseder.wordpress.com/2012/01/15/lets-revise-the-sql-from-clause/
+http://blog.jooq.org/2012/01/15/lets-revise-the-sql-from-clause/
Features and improvements
-------------------------
@@ -615,7 +615,7 @@ include
For more information about using jOOQ with Scala, see this blog
post:
-http://lukaseder.wordpress.com/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/
+http://blog.jooq.org/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/
There is now also experimental support for a custom type mapping.
This mapping allows to rewrite data types at code generation time
@@ -947,7 +947,7 @@ added support for JDBC batch operations. You can now batch
execute several queries.
See the official blog for more information:
-http://lukaseder.wordpress.com/2011/10/25/jdbc-batch-operations-with-jooq/
+http://blog.jooq.org/2011/10/25/jdbc-batch-operations-with-jooq/
Features and improvements
-------------------------
@@ -994,13 +994,13 @@ improvements, using stored procedures and functions becomes even
more reliable, especially when cursor types are involved. Read
more about the rationale behind this change:
-http://lukaseder.wordpress.com/2011/10/17/what-are-procedures-and-functions-after-all/
+http://blog.jooq.org/2011/10/17/what-are-procedures-and-functions-after-all/
Apart from that, important improvements have been made in the
area of plain SQL tables. Also, consider a demo integration of
jOOQ with Google Cloud SQL:
-http://lukaseder.wordpress.com/2011/10/22/jooq-and-google-cloud-sql-example/
+http://blog.jooq.org/2011/10/22/jooq-and-google-cloud-sql-example/
Features and improvements
-------------------------
@@ -1293,7 +1293,7 @@ Apart from that, project CURSOR is advancing and it is now
possible to unnest arrays into tables. See this article for
details about where jOOQ is heading with project CURSOR:
-http://lukaseder.wordpress.com/2011/07/24/the-power-of-ref-cursor-types/
+http://blog.jooq.org/2011/07/24/the-power-of-ref-cursor-types/
Features and improvements
-------------------------
diff --git a/jOOQ-website/links.php b/jOOQ-website/links.php
index 26c5cd9e03..969cf1f1c8 100644
--- a/jOOQ-website/links.php
+++ b/jOOQ-website/links.php
@@ -1,10 +1,10 @@
-jOOQ in the WWW
-
\ No newline at end of file
diff --git a/jOOQ-website/src/main/resources/manual.xml b/jOOQ-website/src/main/resources/manual.xml
index ee3400a6a8..ead2fa6dcd 100644
--- a/jOOQ-website/src/main/resources/manual.xml
+++ b/jOOQ-website/src/main/resources/manual.xml
@@ -2231,7 +2231,7 @@ public final class Routines {
topic, here:
- lukaseder.wordpress.com/2011/10/17/what-are-procedures-and-functions-after-all/
+ blog.jooq.org/2011/10/17/what-are-procedures-and-functions-after-all/
Packages in Oracle
@@ -3394,7 +3394,7 @@ create.select(nested.getFields())
to find good examples, because there is always an easier way to
express the same thing. But why not just count the number of books the
really hard way? :-) But then again, maybe you want to take advantage
- of Oracle Scalar Subquery Caching
+ of Oracle Scalar Subquery Caching
SELECT LAST_NAME, (