Project

General

Profile

« Previous | Next » 

Revision 2612

sql.py: put_table(): mapping param: Fixed documentation of supported key/value types

View differences:

lib/sql.py
906 906
    @param in_tables The main input table to select from, followed by a list of
907 907
        tables to join with it using the main input table's pkey
908 908
    @param mapping dict(out_table_col=in_table_col, ...)
909
        * out_table_col: sql_gen.Col|str
910
        * in_table_col: sql_gen.Col Wrap literal values in a sql_gen.NamedCol
909
        * out_table_col: str (*not* sql_gen.Col)
910
        * in_table_col: sql_gen.Col|literal-value
911 911
    @param into The table to contain the output and input pkeys.
912 912
        Defaults to `out_table.name+'_pkeys'`.
913 913
    @param default The *output* column to use as the pkey for missing rows.

Also available in: Unified diff