Adriano Fernandes added new Window functions from the SQL:2008 standard

From twitter

I remember when I added the LOWER function to Firebird. I needed to grep (for nod_upper) and change dozens of files…
Now to add even a window function (which the framework is prepared to) it takes just a few localized changes http://bit.ly/uAt3ZP
Now adding LAST_VALUE and NTH_VALUE.

You can read more about the list of window functions that are already implemented or needs to be implemented on the tracker

A short description of what these functions do :

first_value(value any) return value evaluated at the row that is the first row of the window frame
last_value(value any) returns value evaluated at the row that is the last row of the window frame
nth_value(value any, nth integer) returns value evaluated at the row that is the nth row of the window frame (counting from 1); null if no such row
for ref : http://www.postgresql.org/docs/9.1/static/functions-window.html#FUNCTIONS-WINDOW-TABLE

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 5.00 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading...

ANN: Firebird Data Sync released

Firebird Data Sync SQL Maestro Group starts a data comparison product family and announces the release of Firebird Data Sync, a powerful and easy-to-use tool for Firebird database contents comparison and synchronization. Key product features include:
  • Comparing and synchronizing database contents
  • Automatic creation of error-free synchronization scripts
  • Easy-to-read difference display
  • Saving all options to a project file for instant re-execution
  • Custom comparison keys and flexible auto-mapping tools
  • Full control over the comparison and synchronization
  • Powerful command-line interface for continuous integration

    There are also versions for other DBMS (MySQL, PostgreSQL, SQLite, Oracle, etc). Read full press-release.

    1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 4.33 out of 5)
    Loading...

    1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
    Loading...

    Join LinkedIn Event: Firebird Conference 2011, Luxembourg

    If you come to the Firebird Conference 2011, Luxembourg join us on LinkedIn Events (or at least notify if you are interested)

    http://events.linkedin.com/Firebird-Conference-2011-Luxembourg/pub/817378

    Firebird Conference 2011, Luxembourg
    Fri, Nov 25 to Sat, Nov 26
    Luxembourg, LUXEMBOURG, LU
    Keywords: firebird, database, sqk, firebirdsql
    The Firebird Project invites all Firebird users and developers to participate in the Firebird Conference 2011, which will take place in Luxembourg, November 25-26, 2011.
    The Firebird Conference 2011 will be devoted to a variety of important topics: Firebird SQL language improvements, performance…

    1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
    Loading...

    1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
    Loading...

    1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
    Loading...

    Command line manuals updated for Firebird 2.5.x

    The various command line manuals – gfix, gstat, gsec, gbak and fbmgr – have been updated to Firebird 2.5 specification. In the case of fbmgr it was only a few spelling mistakes that were corrected.
    I’ve uploaded the html and pdf versions to the online repository. One thing I noticed when testing, the PDFs are ok but the HTML files seem to need a refresh on every page. Has anyone else noticed this when a new HTMl documents is uploaded?
    Try hitting this link and see if you get the 11 October 2011 version:
    If you don’t see 11 October 2011, click refresh. Now click on the link to go to Command Line Options. Under the password option do you see a fetch_password option? If not, click refresh.

    I found this morning that I had to manually refresh every page in each of the updated manuals – which I’ve never had to do before.

    Cheers,

    Norman Dunbar

    1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
    Loading...

    1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
    Loading...

    1 194 195 196 197 198 485