There is a solution for this checked into SVN (not released yet). If
you build Abator from source you can specify that a column name should be
delimited for situations such as these.
In a nutshell, you specify this:
...
As I said, this is not released yet, but it is worki
I need a workaround for a problem in Abator with Microsoft Sql Server.
Abator generates the following SQL statment which gives an error (the problem
is that "FUNCTION" is a keyword):
select BUDGET_UNIT, FUNCTION, FUNCTION_NAME from b0maschm.MAT_ORGSTRUCTURE
The error it gives is:
-