Skip to content

Commit

Permalink
0004993: Remove "databases" sub-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed May 17, 2021
1 parent 5abd200 commit 67f3746
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 5 deletions.
9 changes: 6 additions & 3 deletions symmetric-assemble/src/asciidoc/appendix/firebird.ad
Expand Up @@ -10,13 +10,16 @@ and BLOB types, so the dialect will not allow startup if the UDF is missing.
For Firebird 2.1 and later, the UDF is only needed for capturing BLOB types, so installation may not be necessary and the dialect does not
check for it.

The SYM_UDF library is copied into the UDF folder within the Firebird installation directory. For Linux users:
Download the https://www.symmetricds.org/files/firebird-udf-1.1.zip[SymmetricDS UDF Library] if it is required for your use case.
The SYM_UDF library is copied into the UDF folder within the Firebird installation directory.

*cp databases/firebird/sym_udf.so /opt/firebird/UDF*
For Linux users:

*cp firebird/sym_udf.so /opt/firebird/UDF*

For Windows users:

*copy databases\firebird\sym_udf.dll C:\Program Files\Firebird\Firebird_2_0\UDF*
*copy firebird\sym_udf.dll C:\Program Files\Firebird\Firebird_2_0\UDF*

The following limitations currently exist for this dialect:

Expand Down
6 changes: 4 additions & 2 deletions symmetric-assemble/src/asciidoc/appendix/interbase.ad
Expand Up @@ -6,15 +6,17 @@ Use `symadmin module install interbase` to install driver files, or copy your ow
The Interbase Dialect requires the installation of a User Defined Function (UDF) library in order to
provide functionality needed by the database triggers. SymmetricDS includes the required UDF library,
called SYM_UDF, in both source form (as a C program) and as pre-compiled libraries for both Windows and Linux.

Download the https://www.symmetricds.org/files/interbase-udf-1.1.zip[SymmetricDS UDF Library].
The SYM_UDF library is copied into the UDF folder within the Interbase installation directory.

For Linux users:

*cp databases/interbase/sym_udf.so /opt/interbase/UDF*
*cp interbase/sym_udf.so /opt/interbase/UDF*

For Windows users:

*copy databases\interbase\sym_udf.dll C:\CodeGear\InterBase\UDF*
*copy interbase\sym_udf.dll C:\CodeGear\InterBase\UDF*

The Interbase dialect currently has the following limitations:

Expand Down

0 comments on commit 67f3746

Please sign in to comment.