We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f2050 commit 76f5f29Copy full SHA for 76f5f29
1 file changed
src/index.js
@@ -1146,7 +1146,7 @@ ChainsqlAPI.prototype.setSchema = function(schemaID){
1146
if(connection._schema_id === undefined ){
1147
throw new Error("The current version does not support setSchema");
1148
}
1149
- connection._schema_id = schemaID;
+ return connection.schemaChanged(schemaID)
1150
1151
1152
ChainsqlAPI.prototype.getSchemaList = function(options){
0 commit comments