Licensed to JumpMind Inc under one or more contributor
license agreements. See the NOTICE file distributed
with this work for additional information regarding
copyright ownership. JumpMind Inc licenses this file
to you under the GNU General Public License, version 3.0 (GPLv3)
(the "License"); you may not use this file except in compliance
with the License.
You should have received a copy of the GNU General Public License,
version 3.0 (GPLv3) along with this library; if not, see
<http://www.gnu.org/licenses/>.
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
This folder contains a user defined function (UDF) library that must be installed in the Interbase 9.0
database for SymmetricDS to work properly. It includes the sym_escape() and sym_hex() functions used
by the database triggers to escape strings and BLOBs.
The sym_udf library is copied to the UDF folder under the Firebird installation directory.
For Linux users:
Copy sym_udf.so to /opt/interbase/UDF
For Windows users:
Copy sym_udf.dll to C:\CodeGear\InterBase\UDF
When SymmetricDS starts up for the first time, it will enable the functions (using the
"create external function" command) and test that they are working.
If you want to the build the library yourself, the following files are included:
Source files:
For Unix users:
For Windows users:
1 开源协议云云
这个文件夹包好了用户自定义功能库,此库必须在安装在Interbase 9.0 database for SymmetricDS才能正常工作。 它包含了sym_escape()和sym_hex() 函数,数据库用这两个函数来触发器去规避strings和BlOBs。
xxx
xxx