Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
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
Description
Re-create https://github.com/zendframework/zend-db/pull/351 by @galvao Fixes #22 . Original PR description: