Skip to content

Commit

Permalink
Introduce properties for SQL parts in QueryBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 22, 2020
1 parent 6d673d7 commit 1320e5e
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 251 deletions.
6 changes: 2 additions & 4 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
1. The `select()`, `addSelect()`, `groupBy()` and `addGroupBy()` methods no longer accept an array of arguments. Pass each expression as an individual argument or expand an array of expressions using the `...` operator.
2. The `select()`, `addSelect()`, `groupBy()` and `addGroupBy()` methods no longer ignore the first argument if it's empty.
3. The `addSelect()` method can be no longer called without arguments.

## BC BREAK: `QueryBuilder::insert()`, `update()` and `delete()` signatures changed

These methods now require the `$table` parameter, and do not support aliases anymore.
4. The `insert()`, `update()` and `delete()` methods now require the `$table` parameter, and do not support aliases anymore.
5. The `add()`, `getQueryPart()`, `getQueryParts()`, `resetQueryPart()` and `resetQueryParts()` methods are removed.

## BC BREAK: `OCI8Statement::convertPositionalToNamedPlaceholders()` is removed.

Expand Down
Loading

0 comments on commit 1320e5e

Please sign in to comment.