/[gnue]/gnue-common/utils/xml2sql/pgsql.xsl
ViewVC logotype

Diff of /gnue-common/utils/xml2sql/pgsql.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by reinhard, Sun Oct 19 10:10:16 2003 UTC revision 1.10 by reinhard, Sun Oct 19 15:20:28 2003 UTC
# Line 51  Line 51 
51          <xsl:when test="@type = &quot;blob&quot;"><xsl:text> </xsl:text>text</xsl:when>          <xsl:when test="@type = &quot;blob&quot;"><xsl:text> </xsl:text>text</xsl:when>
52          <xsl:when test="@type = &quot;date&quot;"><xsl:text> date</xsl:text></xsl:when>          <xsl:when test="@type = &quot;date&quot;"><xsl:text> date</xsl:text></xsl:when>
53          <xsl:when test="@type = &quot;time&quot;"><xsl:text> time</xsl:text></xsl:when>          <xsl:when test="@type = &quot;time&quot;"><xsl:text> time</xsl:text></xsl:when>
54          <xsl:when test="@type = &quot;datetime&quot;"><xsl:text> timestamp</xsl:text></xsl:when>          <xsl:when test="@type = &quot;timestamp&quot;"><xsl:text> timestamp</xsl:text></xsl:when>
55          <xsl:when test="@type = &quot;boolean&quot;"><xsl:text> boolean</xsl:text></xsl:when>          <xsl:when test="@type = &quot;boolean&quot;"><xsl:text> boolean</xsl:text></xsl:when>
56          <xsl:otherwise><xsl:text> </xsl:text>UNHANDLED TYPE(<xsl:value-of select="@type"/>)</xsl:otherwise>          <xsl:otherwise><xsl:text> </xsl:text>UNHANDLED TYPE(<xsl:value-of select="@type"/>)</xsl:otherwise>
57        </xsl:choose>        </xsl:choose>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26