allow to specify subfolders when declare udr function
-----------------------------------------------------
Key: CORE-5809
URL: http://tracker.firebirdsql.org/browse/CORE-5809
Project: Firebird Core
Issue Type: Improvement
Components: Engine
Affects Versions: 3.0.3
Reporter: fbbt
This is need for grouping and isolation.
Example:
SphinxV7 and SphinxV7 - subfolders of UDR forlder
SphinxV7:
-> udr_SphinxClient.dll
-> libmysql.dll // mysql v7
-> udr_SphinxClient.ini // for connect to v7 database
SphinxV8:
-> udr_SphinxClient.dll
-> libmysql.dll // mysql v8
-> udr_SphinxClient.ini // for connect to v8 database
CREATE OR ALTER PROCEDURE SPHINXCLIENTV7$EXECUTE (
SQL_TEXT VARCHAR(8000) CHARACTER SET UTF8 NOT NULL)
RETURNS (
MODULE_ID BIGINT,
ROW_ID VARCHAR(128) CHARACTER SET OCTETS)
EXTERNAL NAME 'SphinxV7\udr_SphinxClient!Execute'
ENGINE UDR
CREATE OR ALTER PROCEDURE SPHINXCLIENTV8$EXECUTE (
SQL_TEXT VARCHAR(8000) CHARACTER SET UTF8 NOT NULL)
RETURNS (
MODULE_ID BIGINT,
ROW_ID VARCHAR(128) CHARACTER SET OCTETS)
EXTERNAL NAME 'SphinxV8\udr_SphinxClient!Execute'
ENGINE UDR
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel