All Downloads are FREE. Search and download functionalities are using the official Maven repository.

alfresco.ibatis.org.hibernate.dialect.H2Dialect.alfresco-util-SqlMap.xml Maven / Gradle / Ivy

There is a newer version: 5.0
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">

<mapper namespace="alfresco.util">
    <!--
        ALF-12569: PostgreSQL 9.1.2 no longer treats backslashes specially. Using E'' quoting
        allows this fragment to work with 9.1.2 and older databases.
     -->
    <sql id="escape">
        escape E'\\'
    </sql>

</mapper>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy