Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Owner Reporter Resolution Summary
#734 Dimitar Misev Dimitar Misev fixed Typo in constraint name
Description

I randomly noticed this "natice_crs_ids_is_not_empty"

# \d ps_domain_set
      Table "public.ps_domain_set"
     Column     |   Type    | Modifiers 
----------------+-----------+-----------
 coverage_id    | integer   | not null
 native_crs_ids | integer[] | not null
Indexes:
    "ps_domain_set_pkey" PRIMARY KEY, btree (coverage_id)
Check constraints:
    "natice_crs_ids_is_not_empty" CHECK (array_lower(native_crs_ids, 1) IS NOT NULL)
    "native_crs_ids_is_1d" CHECK (array_lower(native_crs_ids, 2) IS NULL)
Foreign-key constraints:
    "ps9_domain_set_coverage_id_fkey" FOREIGN KEY (coverage_id) REFERENCES ps_coverage(id) ON DELETE CASCADE
#911 Dimitar Misev Dimitar Misev fixed rasgeo should support filestorage
Description

rasimport is currently hardwired with a postgres connection to RASBASE, so importing with rasimport when rasdaman is compiled to use sqlite fails.

#943 Bang Pham Huu Peter Baumann fixed resolve bison conflicts
Description

there are conflicts which can be resolved easily: by removing the unused pyramid rules from everywhere. Was an earlier approach that has been abandoned. $ make oql.cc /bin/bash ../ylwrap oql.yy y.tab.c oql.cc y.tab.h echo oql.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/ y.output oql.output — bison -y -y /home/baumann/10-secr/Tech/rasdaman-enterprise/rasdaman/qlparser/oql.yy:1309.17-24: warning: type clash on default action: <identifierToken> != <castTypes> [-Wother]

| castType

/home/baumann/10-secr/Tech/rasdaman-enterprise/rasdaman/qlparser/oql.yy: warning: 1 nonterminal useless in grammar [-Wother] /home/baumann/10-secr/Tech/rasdaman-enterprise/rasdaman/qlparser/oql.yy: warning: 1 rule useless in grammar [-Wother] /home/baumann/10-secr/Tech/rasdaman-enterprise/rasdaman/qlparser/oql.yy:3201.1-7: warning: nonterminal useless in grammar: pyrName [-Wother]

pyrName: Identifier;

/home/baumann/10-secr/Tech/rasdaman-enterprise/rasdaman/qlparser/oql.yy:3201.10-19: warning: rule useless in grammar [-Wother]

pyrName: Identifier;

/home/baumann/10-secr/Tech/rasdaman-enterprise/rasdaman/qlparser/oql.yy: warning: 2 shift/reduce conflicts [-Wconflicts-sr] /home/baumann/10-secr/Tech/rasdaman-enterprise/rasdaman/qlparser/oql.yy: warning: 80 reduce/reduce conflicts [-Wconflicts-rr]

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.