[Groonga-mysql-commit] mroonga/mroonga [master] Use lower_case for type name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 19 22:57:55 JST 2012


Kouhei Sutou	2012-11-19 22:57:55 +0900 (Mon, 19 Nov 2012)

  New Revision: dadb62938daa14ae99e35cabe4162bb3417eb0c9
  https://github.com/mroonga/mroonga/commit/dadb62938daa14ae99e35cabe4162bb3417eb0c9

  Log:
    Use lower_case for type name
    
    Because it is not a SQL keyword.

  Modified files:
    test/sql/suite/mroonga/storage/index/btree/equal/r/datetime.result
    test/sql/suite/mroonga/storage/index/btree/equal/t/datetime.test

  Modified: test/sql/suite/mroonga/storage/index/btree/equal/r/datetime.result (+1 -1)
===================================================================
--- test/sql/suite/mroonga/storage/index/btree/equal/r/datetime.result    2012-11-19 22:55:28 +0900 (6bcee9f)
+++ test/sql/suite/mroonga/storage/index/btree/equal/r/datetime.result    2012-11-19 22:57:55 +0900 (78ed69f)
@@ -2,7 +2,7 @@ DROP TABLE IF EXISTS diaries;
 SET NAMES utf8;
 CREATE TABLE diaries (
 created_at datetime,
-title VARCHAR(256),
+title varchar(256),
 KEY created_at_key(created_at)
 ) DEFAULT CHARSET=utf8;
 INSERT INTO diaries VALUES ("1000-01-01 00:00:00", "The start");

  Modified: test/sql/suite/mroonga/storage/index/btree/equal/t/datetime.test (+1 -1)
===================================================================
--- test/sql/suite/mroonga/storage/index/btree/equal/t/datetime.test    2012-11-19 22:55:28 +0900 (04d8d39)
+++ test/sql/suite/mroonga/storage/index/btree/equal/t/datetime.test    2012-11-19 22:57:55 +0900 (706c5a1)
@@ -24,7 +24,7 @@ DROP TABLE IF EXISTS diaries;
 SET NAMES utf8;
 CREATE TABLE diaries (
   created_at datetime,
-  title VARCHAR(256),
+  title varchar(256),
   KEY created_at_key(created_at)
 ) DEFAULT CHARSET=utf8;
 
-------------- next part --------------
HTML����������������������������...
Download 



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