Revision 5528
Added by Aaron Marcuse-Kubitza about 12 years ago
sql_io.py | ||
---|---|---|
547 | 547 |
|
548 | 548 |
# Create empty pkeys table so its row type can be used |
549 | 549 |
insert_into_pkeys(sql.mk_select(db, input_joins, |
550 |
[in_pkey_col, func_call], order_by=None, limit=0), recover=True)
|
|
550 |
[in_pkey_col, func_call], limit=0), recover=True) |
|
551 | 551 |
result_type = db.col_info(sql_gen.Col(into_out_pkey, into)).type |
552 | 552 |
|
553 | 553 |
## Create error handling wrapper function |
Also available in: Unified diff
sql.mk_select() calls: Removed no longer needed order_by=None when limit=0