Revision 5070
Added by Aaron Marcuse-Kubitza about 12 years ago
sql_io.py | ||
---|---|---|
336 | 336 |
IMPORTANT: Must be run at the *beginning* of a transaction. |
337 | 337 |
@param in_tables The main input table to select from, followed by a list of |
338 | 338 |
tables to join with it using the main input table's pkey |
339 |
* Can be any fixed-size iterable type |
|
340 | 339 |
@param mapping dict(out_table_col=in_table_col, ...) |
341 | 340 |
* out_table_col: str (*not* sql_gen.Col) |
342 | 341 |
* in_table_col: sql_gen.Col|literal-value |
Also available in: Unified diff
sql_io.py: put_table(): Removed comment that can support in_tables of any fixed-size iterable type, because the iterable must be ordered so that the first table can be treated specially