I made some changes, the tasks are now generic and the base set name is
specified with a commandline option:
gradlew docbookHtml
will build the entire firebirddocs set (firebirddocs is the default
baseName)
gradlew docbookHtml --baseName=refdocs --docId=fblangref25
will build the Firebird 2
Hi,
I think we have a simple error in the release docs for FB 4.0 Beta 1:
Section
More Window Functions (Pages: 76-77)
Ranking Functions:
DENSE_RANK() |
RANK() |
PERCENT_RANK() |
CUME_DIST() |
NTILE() |
ROW_NUMBER()
Simple Example
The following example illustrates the behaviour of ranking funct
Hi Mark,
> I'm currently working on a gradle build to replace the current ant-based
> build for the documentation.
>
> It is a work-in-progress, but I'd really like some other eyes on its
> output. So, could some of you please try it out, look at its output and
> report any problems you see com