Skip to content

Commit 42b42ae

Browse files
committed
Update User Guide
1 parent aeb0dd8 commit 42b42ae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

user_guide_src/source/database/metadata.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ Usage example::
163163
{
164164
echo $key->constraint_name;
165165
echo $key->table_name;
166+
echo $key->column_name;
166167
echo $key->foreign_table_name;
168+
echo $key->foreign_column_name;
167169
}
168170

171+
The object fields may be unique to the database you are using. For instance, SQLite3 does
172+
not return data on column names, but has the additional *sequence* field for compound
173+
foreign key definitions.

0 commit comments

Comments
 (0)