This commit is contained in:
Adam Holmberg
2016-01-13 07:11:28 -06:00
parent 554211200f
commit 173f7804cd

View File

@@ -29,7 +29,7 @@ executed:
- ``UPDATE .. IF EXISTS`` never has additional columns, regardless of ``[applied]`` status.
How the ``[applied]]`` column manifests depends on the row factory in use. Considering the following (initially empty) table::
How the ``[applied]`` column manifests depends on the row factory in use. Considering the following (initially empty) table::
CREATE TABLE test.t (
k int PRIMARY KEY,