Skip to content

Commit 055c5ad

Browse files
committed
docs: replace MySQL with MySQLi
1 parent 6ee59bd commit 055c5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ database:
105105
- name - column name
106106
- type - the type of the column
107107
- max_length - maximum length of the column
108-
- primary_key - integer ``1`` if the column is a primary key (all integer ``1``, even if there are multiple primary keys), otherwise integer ``0`` (This field is currently only available for MySQL and SQLite3)
108+
- primary_key - integer ``1`` if the column is a primary key (all integer ``1``, even if there are multiple primary keys), otherwise integer ``0`` (This field is currently only available for MySQLi and SQLite3)
109109
- nullable - boolean ``true`` if the column is nullable, otherwise boolean ``false``
110110
- default - the default value
111111

0 commit comments

Comments
 (0)