gin0115 / pixie-wpdb

An adaptation of the PIXIE query builder for use exclusively with WordPress and WPDB
MIT License
2 stars 0 forks source link

Allow table alias definition [V0.2] #27

Open gin0115 opened 2 years ago

gin0115 commented 2 years ago

It should be possible to define a table with an alias using an array.

Now we use variadics for multiple table, we can use ['table' => 'alias'] to define alais's.

gin0115 commented 2 years ago

This should be extended to tables added to join definitons