Skip to content

Commit

Permalink
docs: make it clear that <column_name>::<type> can be used on Postgre
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 18, 2024
1 parent cb9cfc4 commit c9977fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/database/query_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ The first parameter is an associative array of values, the second parameter is t
As a result, PostgreSQL may generate SQL errors if the column type is not
specified. In that case, specify the column name and its type as
``<column_name>::<type>`` (e.g., ``updated_at::TIMESTAMP``). This feature
can be used since v4.4.5.
can be used since v4.4.5 and only on PostgreSQL.

.. literalinclude:: query_builder/123.php

Expand Down

0 comments on commit c9977fe

Please sign in to comment.