forrest79 / phpgsql

Simple and fast PHP database library for PostgreSQL with auto converting DB types to PHP and fluent interface for SQL query writing.
Other
11 stars 3 forks source link

Refactor Complex #38

Open forrest79 opened 7 months ago

forrest79 commented 7 months ago

Rename Complex to more obvious Condition and implements Db\Sql co it can be use simply everywhere - there is no need to process Complex in QueryBuilder - Condition object will generate SQL code itself.

forrest79 commented 7 months ago

Duplicate to #27