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
119 stars 66 forks source link

2.14.x added tests for Oracle and docker for local development #227

Open ZVanoZ opened 2 years ago

ZVanoZ commented 2 years ago
  1. I offer you accept "./local" from this code (run dockers for MySQL, PostgreSQL, MsSQL, Oracle). It is very comfortable for "laminas-db" developers.
  2. Look other changes. There are fix ParameterContainer for bind out parameters (Oracle) . There many tests for Oracle. Look at universal fixture loader for Oracle.