Skip to content

Commit 1cac944

Browse files
committed
Fixes gh-1409 change implicit cast for assignment
1 parent 0587c99 commit 1cac944

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/reference/reference_sql/sql.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,8 @@ time support SCALAR, which other DBMSs do not have.
17931793

17941794
Limitations (`Issue#3809 <https://github.com/tarantool/tarantool/issues/3809>`_): |br|
17951795
Result of concatenation, or out-of-bound result, may have wrong type. |br|
1796-
Parameter conversion behavior will change (`Issue#4159 <https://github.com/tarantool/tarantool/issues/4159>`_). After issue#4159 is done, LENGTH(15) will be illegal.
1796+
Parameter conversion behavior will change (`Issue#4159 <https://github.com/tarantool/tarantool/issues/4159>`_). After issue#4159 is done, LENGTH(15) will be illegal. |br|
1797+
Implicit cast behavior will change (`Issue#3809 <https://github.com/tarantool/tarantool/issues/3809>`_). Starting in Tarantool version 2.5.1, implicit cast from STRING to number, or from number to STRING, will be illegal.
17971798

17981799
Statements
17991800

@@ -4787,7 +4788,7 @@ and returns:
47874788
- row_count: 1
47884789
...
47894790
4790-
It is functionally the same thing as an :ref:`UPDATE statement:
4791+
It is functionally the same thing as an :ref:`UPDATE Statement <sql_update>`:
47914792

47924793
.. code-block:: none
47934794

0 commit comments

Comments
 (0)