Project

General

Profile

« Previous | Next » 

Revision 2912

sql_gen.py: Made Function an alias of Table so that isinstance(..., Function) will always work correctly

View differences:

lib/sql_gen.py
305 305

  
306 306
##### Functions
307 307

  
308
class Function(Table): pass
309

  
308
Function = Table
310 309
as_Function = as_Table
311 310

  
312 311
def TempFunction(name, autocommit):

Also available in: Unified diff