Skip to content

Commit c9977fe

Browse files
committed
docs: make it clear that <column_name>::<type> can be used on Postgre
1 parent cb9cfc4 commit c9977fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ The first parameter is an associative array of values, the second parameter is t
11251125
As a result, PostgreSQL may generate SQL errors if the column type is not
11261126
specified. In that case, specify the column name and its type as
11271127
``<column_name>::<type>`` (e.g., ``updated_at::TIMESTAMP``). This feature
1128-
can be used since v4.4.5.
1128+
can be used since v4.4.5 and only on PostgreSQL.
11291129

11301130
.. literalinclude:: query_builder/123.php
11311131

0 commit comments

Comments
 (0)