auraphp/Aura.SqlQuery

New feature: Adding support for bigQuery standard sql

gsouf opened this issue · 1 comments

gsouf commented

Hey there,

I've been playing for a long while with aura/sqlQuery and it's quite good to build sql queries.

Today I would like to see some support added for google BigQuery's standard SQL. The basic implementation would be very straightforward, as the name says it's standard sql, so for the most part it should be easy to implement using default classes. Maybe it would need some special things to have support for UNNEST feature when using fromSubSelect

However what would be very convenient would be to add support for over, partition by and window clauses.

If that's something you would like to see implemented in the library, I'm ready to do the work by myself.

gsouf commented

No activity - closing