Skip to content

Commit e7ecb0f

Browse files
authored
Removed note about strict and REAL
1 parent b28c54c commit e7ecb0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/python-api.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,9 +1298,6 @@ If you pass a Python type, it will be mapped to SQLite types as shown here::
12981298
np.float32: "REAL"
12991299
np.float64: "REAL"
13001300

1301-
.. note::
1302-
In sqlite-utils 4.0 the default floating point column type was changed from ``FLOAT`` to ``REAL``, which is the correct SQLite type for floating point columns. You can still explicitly specify ``"FLOAT"`` or ``"float"`` as a column type for backwards compatibility, but auto-detected floating point columns will now use ``REAL``. See issue :issue:`645`.
1303-
13041301
You can also add a column that is a foreign key reference to another table using the ``fk`` parameter:
13051302

13061303
.. code-block:: python

0 commit comments

Comments
 (0)