LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-259] enhance CREATE FUNCTION to allow for specification of a flag that statement implementations which invoke the function must not be cached #613

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Mon, 12 Mar 2007 15:44:12 -0500 (GMT-05:00)"] See TODO in com.lucidera.farrago.LucidDbPreparingStmt. More use-cases incoming.

dynamobi-build commented 12 years ago

[author="jvs", created="Mon, 12 Mar 2007 15:51:20 -0500 (GMT-05:00)"] We can use the existing non-reserved keyword DYNAMIC_FUNCTION as a modifier in the DDL.

dynamobi-build commented 12 years ago

[author="jvs", created="Mon, 9 Apr 2007 12:00:13 -0500 (GMT-05:00)"]

dynamobi-build commented 12 years ago

[author="jvs", created="Mon, 9 Apr 2007 12:11:05 -0500 (GMT-05:00)"] Once you add this flag to the initsql DDL for applib.get_var, it should be OK to remove the existing code-level hack, since we always run CREATE OR REPLACE during LucidDB upgrade.

dynamobi-build commented 12 years ago

[author="schoi", created="Sun, 15 Apr 2007 10:31:36 -0500 (GMT-05:00)"] eigenchange 9110