Skip to content

Commit

Permalink
Merge pull request #77 from aquametalabs/feature/datum-query-string
Browse files Browse the repository at this point in the history
Make query string function available on datum
  • Loading branch information
erichanson authored Aug 29, 2017
2 parents 8ec1fac + e33509b commit 91af015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/004-http_server/js/datum.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ define(['/jQuery.min.js'], function($, undefined) {
this.endpoint.connect_session(result.get('session_create'));
}.bind(this));
}
this.query_string = query_options;
};
AQ.Database.prototype.constructor = AQ.Database;
AQ.Database.prototype.schema = function( name ) { return new AQ.Schema(this, name); };
Expand Down

0 comments on commit 91af015

Please sign in to comment.