Project

General

Profile

Feature #2359

automated maintenance of database support files

Added by Ovidiu Maxiniuc almost 10 years ago. Updated almost 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
version:

History

#1 Updated by Ovidiu Maxiniuc almost 10 years ago

Current implementation of custom functions exposed in SQL queries uses some additional files that, even if they rarely change, need additional manual maintenance.
Namely, for SQL Server there are: Functions.cs and Operators.cs and for PostgreSQL: p2jpl.ddr.
These files are rather simple, usually declaring functions that delegates to other language (native C# to converted Java, respectively PL to java).
The solution would be to create an automation mechanism to generate these files at build (rather than conversion, as the list of exposed functions independent of the converted code) time so that no manual interaction will be necessary any more.

Also available in: Atom PDF