]> git.pld-linux.org Git - packages/3store3.git/blob - 3store3-rasqal-disable-constrs.patch
- updated db patch to support db up to 5.0
[packages/3store3.git] / 3store3-rasqal-disable-constrs.patch
1 --- 3store3-3.0.17/src/sql-compile.c.orig       2010-11-19 21:20:10.367102452 +0100
2 +++ 3store3-3.0.17/src/sql-compile.c    2010-11-20 09:44:36.963102452 +0100
3 @@ -156,11 +156,13 @@
4             g_hash_table_foreach(symtab->hash, union_clear, opt_block);
5         }
6      }
7 +#if RASQAL_VERSION < 917
8      if ((opt && !reqd) || (!opt && reqd)) {
9         ts_parse_constr_seq(symtab,
10                         rasqal_graph_pattern_get_constraint_sequence(pattern),
11                         &sql_constrs[*opt_block], *opt_block);
12      }
13 +#endif
14  }
15  
16  void union_clear(gpointer key, gpointer value, gpointer user_data)
This page took 0.091606 seconds and 3 git commands to generate.