Update change log to reflect merge of #60
This commit is contained in:
parent
30c668c86c
commit
cf45f29b4d
1 changed files with 2 additions and 5 deletions
|
|
@ -6,12 +6,9 @@ Only accretive/fixative changes will be made from now on.
|
|||
|
||||
The following changes have been committed to the **master** branch since the 1.0.6 release:
|
||||
|
||||
* Added test for using `any(?)` and arrays in PostgreSQL for `IN (?,,,?)` style queries. Added a **Tips & Tricks** section to **Friendly SQL Functions** with database-specific suggestions, that starts with this one.
|
||||
* Improved documentation in several areas.
|
||||
|
||||
The following changes have been committed to the **issue-60** branch since the 1.0.6 release:
|
||||
|
||||
* Address #60 by supporting simpler schema entry formats: `:table/column` is equivalent to the old `[:table :column :one]` and `[:table/column]` is equivalent to the old `[:table :column :many]`. The older formats will continue to be supported but should be considered deprecated.
|
||||
* Added test for using `ANY(?)` and arrays in PostgreSQL for `IN (?,,,?)` style queries. Added a **Tips & Tricks** section to **Friendly SQL Functions** with database-specific suggestions, that starts with this one.
|
||||
* Improved documentation in several areas.
|
||||
|
||||
## Stable Builds
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue