01.06.2011 17:59, bertherngreen wrote:
>
> I took a look at parse.y and changed it to:
>
> default_value
> : constant
> | RDB_GET_CONTEXT '(' value_list_opt ')'
> { $$ = makeClassNode(newNode<SysFuncCallNode>(toName($1), $3));
> }
> | current_user { $$ =
> makeClassNode($1); }
> ...
>
> Now it's allowed, but could this lead to problems - except for typo's in the
> quoted parts of RDB$GET_CONTEXT()?
If the function argument (value_list_opt) would be a select from a
stored procedure, you're likely to get an unrestorable backup.
Dmitry
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel