Project

General

Profile

« Previous | Next » 

Revision 5387

sql.py: Renamed pkey_col_() to pkey_col()

View differences:

sql.py
1072 1072
        limit=1, log_level=4))
1073 1073
    except StopIteration: return table_col_names(db, table, recover)[0]
1074 1074

  
1075
def pkey_col_(db, table, *args, **kw_args):
1075
def pkey_col(db, table, *args, **kw_args):
1076 1076
    return sql_gen.Col(pkey(db, table, *args, **kw_args), table)
1077 1077

  
1078 1078
not_null_col = 'not_null_col'

Also available in: Unified diff