auraphp / Aura.SqlQuery

Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
MIT License
452 stars 86 forks source link

New feature: Adding support for bigQuery standard sql #166

Closed gsouf closed 4 years ago

gsouf commented 6 years ago

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 4 years ago

No activity - closing