Package buildbot :: Package db :: Module util
[frames] | no frames]

Module util

source code

Functions
 
sql_insert(dbapi, table, columns)
Make an SQL insert statement for the given table and columns, using the appropriate paramstyle for the dbi.
source code
Variables
  __package__ = None
hash(x)
Function Details

sql_insert(dbapi, table, columns)

source code 

Make an SQL insert statement for the given table and columns, using the appropriate paramstyle for the dbi. Note that this only supports positional parameters. This will need to be reworked if Buildbot supports a backend with a name-based paramstyle.