diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-10-29 07:55:06 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-10-30 12:39:38 +0100 |
commit | be1bc3c80a684e68743a020f64c2e665c11ea635 (patch) | |
tree | 5dda6a5f68c58e97e0bbdf0675d89a87fc90fb58 /connectivity/inc | |
parent | 2cd03f687f349c6f0352eac72b2dec327d64d800 (diff) |
wrong logic in comment
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/connectivity/sqlnode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx index 0abfdb2bbe75..932970273bb3 100644 --- a/connectivity/inc/connectivity/sqlnode.hxx +++ b/connectivity/inc/connectivity/sqlnode.hxx @@ -315,7 +315,7 @@ namespace connectivity Currently, there's only one condition how this method can fail: If it contains a nested query which causes a cycle. E.g., consider a statement <code>SELECT * from "foo"</code>, - where <code>bar </code> is a query defined as <code>SELECT * FROM "bar"</code>, where + where <code>foo</code> is a query defined as <code>SELECT * FROM "bar"</code>, where <code>bar</code> is defined as <code>SELECT * FROM "foo"</code>. This statement obviously cannot be parsed to an executable statement. |