add IRecordsTable to interfaces list
This commit is contained in:
parent
81aa9d4e1e
commit
997bffc286
1 changed files with 1 additions and 1 deletions
2
table.py
2
table.py
|
@ -127,7 +127,7 @@ class DataTable(AdapterBase):
|
||||||
return [r for r in self.dataAsRecords() if r[column] == value]
|
return [r for r in self.dataAsRecords() if r[column] == value]
|
||||||
|
|
||||||
|
|
||||||
TypeInterfaceSourceList.typeInterfaces += (IDataTable,)
|
TypeInterfaceSourceList.typeInterfaces += (IDataTable, IRecordsTable)
|
||||||
|
|
||||||
|
|
||||||
class DataTableSchemaFactory(SchemaFactory):
|
class DataTableSchemaFactory(SchemaFactory):
|
||||||
|
|
Loading…
Add table
Reference in a new issue