https://github.com/rachbowyer/fudlib
FUDLibrary - a user defined function library for Interbase 6
https://github.com/rachbowyer/fudlib
cpp interbase rdbms udf user user-defined-functions
Last synced: 11 months ago
JSON representation
FUDLibrary - a user defined function library for Interbase 6
- Host: GitHub
- URL: https://github.com/rachbowyer/fudlib
- Owner: rachbowyer
- License: gpl-2.0
- Created: 2015-01-26T21:36:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T22:12:59.000Z (almost 11 years ago)
- Last Synced: 2025-01-10T00:23:51.637Z (about 1 year ago)
- Topics: cpp, interbase, rdbms, udf, user, user-defined-functions
- Language: C++
- Homepage:
- Size: 332 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
FUDLib
======
*FUDLibrary - a user defined function library for Interbase 6*
FUDLibrary is an open source library I wrote 15 years ago - my first open source contribution. At the time I intended to develop on the [WindowsNT](http://windows.microsoft.com/en-us/windows/home)/[Interbase](http://www.firebirdsql.org/)/[ACS](http://openacs.org/)/[AOLServer](http://sourceforge.net/projects/aolserver/) stack. Unix was expensive, and Linux and Postgres were immature. However, in order to run this stack I needed to purchase a licence for UDF Library from Mer systems. Rather than purchase a licence, I chose to write an open source clone and add some additional features including soundex searching.
XUnit style unit testing was not yet mainstream, but I did write an extensive acceptance test script in Perl.
Unless you need a GPL C implementation of soundex searching it is probably now only of historical interest.
Rachel Bowyer
January 2015