Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.0] - 2020-10-07

### Fixed

* Select with `==` conditions bugs
Expand All @@ -17,12 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* CRUD operations:
* replace
* upsert

* Output format for CRUD operations changed to set of rows and metadata

* Insert/replace/upsert methods now accept tuples.
To process unflattened objects *_object methods are introduced.

* `pairs` accepts `use_tomap` flag to return tuples or objects

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ are used on the storage side to perform CRUD operations.
-- <project-name>-scm-1.rockspec
dependencies = {
...
'crud >= 0.1.0-1',
'crud >= 0.2.0-1',
...
}
```
Expand Down