laminas / laminas-db

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
https://docs.laminas.dev/laminas-db/
BSD 3-Clause "New" or "Revised" License
122 stars 69 forks source link

Fixes #22 add JOIN_FULL_OUTER for full outer join #172

Closed samsonasik closed 3 years ago

samsonasik commented 4 years ago
Q A
New Feature yes

Description

Re-create https://github.com/zendframework/zend-db/pull/351 by @galvao Fixes #22 . Original PR description:

An example of that can be found in PostgreSQL (See: https://www.postgresql.org/docs/11/sql-select.html).