[Groonga-commit] groonga/groonga-admin at baa9239 [master] Extract tables information from "schema" response

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Sep 21 16:17:26 JST 2016


YUKI Hiroshi	2016-09-21 16:17:26 +0900 (Wed, 21 Sep 2016)

  New Revision: baa923931ec85e8436d292f5c150c831de4371c1
  https://github.com/groonga/groonga-admin/commit/baa923931ec85e8436d292f5c150c831de4371c1

  Merged eebf840: Merge pull request #10 from groonga/features/migrate-table_list-to-schema

  Message:
    Extract tables information from "schema" response

  Modified files:
    app/scripts/groonga-client/response/schema.js

  Modified: app/scripts/groonga-client/response/schema.js (+4 -0)
===================================================================
--- app/scripts/groonga-client/response/schema.js    2016-09-21 13:13:36 +0900 (9f9acd1)
+++ app/scripts/groonga-client/response/schema.js    2016-09-21 16:17:26 +0900 (950cb9d)
@@ -8,4 +8,8 @@
 
   Schema.prototype = Object.create(GroongaClient.Response.Base.prototype);
   Schema.prototype.constructor = Schema;
+
+  Schema.prototype.tables = function() {
+    return this.body().tables;
+  };
 })();
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index