Skip to content

Commit

Permalink
Update meta store as auto update doesn't seem to work. Refs midgardpr…
Browse files Browse the repository at this point in the history
  • Loading branch information
piotras committed Feb 24, 2012
1 parent 7128e4f commit d5bce48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/midgard_core_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ MidgardDBColumn *midgard_core_dbcolumn_new(void)
static void
_update_gda_meta_store_table (GdaConnection *cnc, const gchar *tablename, GError **error)
{
return;
GdaMetaContext mcontext = {"_tables", 1, NULL, NULL};
mcontext.column_names = g_new (gchar *, 1);
mcontext.column_names[0] = "table_name";
Expand Down

0 comments on commit d5bce48

Please sign in to comment.