commit | 4e6c4719f9ed4fc4f03130cbf04bf002be8c49d7 | [log] [tgz] |
---|---|---|
author | jarodwen <jarodwen@eaa15691-b419-025a-1212-ee371bd00084> | Wed Mar 06 00:41:52 2013 +0000 |
committer | jarodwen <jarodwen@eaa15691-b419-025a-1212-ee371bd00084> | Wed Mar 06 00:41:52 2013 +0000 |
tree | b2f749015776405da7fab24d7bed34f2f1bcfbe3 | |
parent | f1ccf82e8105310d6f3e76bb4b9a296557c4e5fe [diff] [blame] |
bug fixing and more test cases for date type. git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization_temp_missing_tests@1286 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-runtime/src/main/resources/adm.grammar b/asterix-runtime/src/main/resources/adm.grammar index 56c7212..4d4158f 100644 --- a/asterix-runtime/src/main/resources/adm.grammar +++ b/asterix-runtime/src/main/resources/adm.grammar
@@ -26,9 +26,9 @@ RECTANGLE_CONS = string(rectangle) CIRCLE_CONS = string(circle) TIME_CONS = string(time) -INTERVAL_TIME_CONS = string(interval_time) -INTERVAL_DATE_CONS = string(interval_date) -INTERVAL_DATETIME_CONS = string(interval_datetime) +INTERVAL_TIME_CONS = string(interval-time) +INTERVAL_DATE_CONS = string(interval-date) +INTERVAL_DATETIME_CONS = string(interval-datetime) NULL_LITERAL = string(null) TRUE_LITERAL = string(true)