More attempts to fix a bug.
This commit is contained in:
parent
bd2daf921a
commit
dd863dba99
3 changed files with 102 additions and 21 deletions
|
|
@ -23,4 +23,4 @@ def rel_map(model: type) -> Dict[str, RelInfo]:
|
|||
return mapper_info(model)["rels"]
|
||||
|
||||
def column_names_for_model(model: type) -> Tuple[str, ...]:
|
||||
return mapper_info(model)["col"]
|
||||
return mapper_info(model)["cols"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue