Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits: 290cd232 by Cédric Krier at 2023-01-11T13:32:19+01:00 Use wikipedia link for SQL 92 - - - - - 1 changed file: - trytond/doc/topics/backend_types.rst Changes: ===================================== trytond/doc/topics/backend_types.rst ===================================== @@ -13,7 +13,7 @@ * The python type expected on input * The python type received on output -.. _`SQL 92`: http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt +.. _`SQL 92`: https://en.wikipedia.org/wiki/SQL-92 .. _`PostgreSQL type`: https://www.postgresql.org/docs/current/static/datatype.html ``None`` will represent the ``NULL`` value and vice versa, it can be used as View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/commit/290cd232199e524004bf5ad2fd0606d6b6b3d372 -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/commit/290cd232199e524004bf5ad2fd0606d6b6b3d372 You're receiving this email because of your account on foss.heptapod.net.
