From: Andrea Zagli Date: Wed, 30 Jun 2010 17:58:02 +0000 (+0200) Subject: Saving transformation on system table dbt_transformation. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=a57c8957dc5154edce2a3b1eed6291bb8628a8a9;p=libzakdbt Saving transformation on system table dbt_transformation. --- diff --git a/src/dbtransformer.c b/src/dbtransformer.c index 19231a6..92581e5 100644 --- a/src/dbtransformer.c +++ b/src/dbtransformer.c @@ -463,11 +463,11 @@ dbt_transform (Dbt *dbt) if (tosave) { - /*gchar *operation; + gchar *operation; xmlBufferPtr xbuf = xmlBufferCreate (); - xmlNodeDump (xbuf, priv->xml_doc, xnodeset->nodeTab[i], 2, 1); - operation = xml - dbt_save_transformation (dbt, id, g_strstrip (operation));*/ + xmlNodeDump (xbuf, priv->xml_doc, xnodeset->nodeTab[i], 0, 0); + operation = g_strstrip (g_strdup (xbuf->content)); + dbt_save_transformation (dbt, id, g_strstrip (operation)); } } } diff --git a/tests/test.db b/tests/test.db index 761e02c..81e5ffa 100644 Binary files a/tests/test.db and b/tests/test.db differ