Comment update for table meta data read

This commit is contained in:
Clemens Schwaighofer
2025-07-17 16:58:18 +09:00
parent 1b387baea9
commit 0022ea6b9a

View File

@@ -151,7 +151,8 @@ class SqLite implements SQL\Interface\DatabaseInterface
/** /**
* Table meta data * Table meta data
* Note that if columns have multi * Note that if columns have multi entries multiple lines are returned
* ?1 is equal to $1 in this query
* *
* @param string $table * @param string $table
* @return array<array<string,mixed>>|false * @return array<array<string,mixed>>|false