Revision 2912
Added by Aaron Marcuse-Kubitza over 12 years ago
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
sql_gen.py: Made Function an alias of Table so that isinstance(..., Function) will always work correctly