[#6329] Clarify in the manual that INSERT .. SET is emulated for all dialects

This commit is contained in:
lukaseder 2017-06-06 17:41:20 +02:00
parent 7fff157b4c
commit 3a039f6e5f
13 changed files with 13 additions and 13 deletions

View File

@ -2217,7 +2217,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql><java>create.insertInto(AUTHOR,
<h3>INSERT using jOOQ's alternative syntax</h3>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -2427,7 +2427,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql><java>create.insertInto(AUTHOR,
<h3>INSERT using jOOQ's alternative syntax</h3>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -3249,7 +3249,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql><java>create.insertInto(AUTHOR,
<h3>INSERT using jOOQ's alternative syntax</h3>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -3627,7 +3627,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql><java>create.insertInto(AUTHOR,
<h3>INSERT using jOOQ's alternative syntax</h3>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -5967,7 +5967,7 @@ VALUES (
<title>INSERT .. SET</title>
<content><html>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -3765,7 +3765,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql>
<h3>INSERT using jOOQ's alternative syntax</h3>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -4420,7 +4420,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;</sql>
<h3>INSERT using jOOQ's alternative syntax</h3>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -5202,7 +5202,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;
<h3>INSERT using jOOQ's alternative syntax</h3>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -5427,7 +5427,7 @@ SELECT 101, 'Alfred', 'Döblin' FROM DUAL;
<h3>INSERT using jOOQ's alternative syntax</h3>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -5493,7 +5493,7 @@ VALUES (
<title>INSERT .. SET</title>
<content><html>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -5712,7 +5712,7 @@ VALUES (
<title>INSERT .. SET</title>
<content><html>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -5838,7 +5838,7 @@ VALUES (
<title>INSERT .. SET</title>
<content><html>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)

View File

@ -5919,7 +5919,7 @@ VALUES (
<title>INSERT .. SET</title>
<content><html>
<p>
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ, should you prefer that syntax. The above INSERT statement can also be expressed as follows:
MySQL (and some other RDBMS) allow for using a non-SQL-standard, UPDATE-like syntax for INSERT statements. This is also supported in jOOQ (and emulated for all databases), should you prefer that syntax. The above INSERT statement can also be expressed as follows:
</p>
</html><java>create.insertInto(AUTHOR)