Skip to content

fetching empty results sets. #7

@ellipe

Description

@ellipe

When a SELECT statement fetch an empty result set the function onDataHandler will halt at this point, same thing happens when doing an UPDATE/INSERT.

command.onDataHandler = function( data ) {
		if( Array.isArray( data ) === false  ) {
			if( this.errors ) {
				this.completed = true;
				this.onCompleteHandler( this.errors, null, null );
			} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions