2023-01-25 11:38:49 +01:00
2023-02-02 16:11:52 +01:00
2023-01-24 19:17:43 +01:00
2023-01-26 16:41:14 +01:00
2023-01-23 15:43:45 +01:00
2023-01-23 15:31:00 +01:00
2023-01-20 16:18:10 +01:00
2023-01-20 16:17:42 +01:00
2023-01-20 13:00:23 +01:00

MyFirstUDRKit

Building the kit

cd builds
make

Installation

run the sql on the target database

Decide whether to install the functions globally or as part of a package

Testing

  • create a test db
  • add functions
  • write some simple tests

Stress testing

  • compile fb for valgrind
  • stress test for leakage

When things go wrong

Errors when registering a function

Invalid index 1 in function IMetadataBuilder::setType

This error indicates that the parameters in the sql function declaration do not match the parameters in the actual function. Check your sql with the FB_UDR_MESSAGE declarations.

TODO

Description
No description provided
Readme 525 KiB
Languages
C++ 28.9%
Shell 25.1%
CMake 24.6%
Makefile 12.8%
PLSQL 6.9%
Other 1.7%