Project

General

Profile

« Previous | Next » 

Revision 2639

schemas/functions.sql: _nullIf: Fixed bug where NOT NULL parameters were not supported, because an input NULL value would not match an existing DEFAULT value in a select query, by temporarily disabling _nullIf until this can be supported. Removed previous workarounds.

View differences:

map
405 405
                pool.share_vars(locals())
406 406
                
407 407
                row_root = root.cloneNode(True) # deep copy so don't modify root
408
                xml_func.process(row_root, on_error)
408
                xml_func.process(row_root, on_error, rel_funcs, out_db)
409 409
                if not xml_dom.is_empty(row_root):
410 410
                    assert xml_dom.has_one_child(row_root)
411 411
                    try:

Also available in: Unified diff