Skip to content

Commit

Permalink
updated readme with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Grosner committed Jul 4, 2015
1 parent 3869b54 commit a37c3e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ If you wish to have your application featured here, please file an [issue](https

## Changelog

#### 2.2.1
1. Fixed issue with `OrderBy` where the `COLLATE` keyword was not appended to the query.
2. Fixed conversion and inconsistency issues within a `ModelContainer` adapter that have foreign keys and private fields.
3. Private primary keys now work with getter and setters, private fields within `ModelContainer` adapters now generate compilable code.

#### 2.2.0

1. Fixed a bug where `new Select().from(myTable.class).byId(PrimaryKey)` was incorrectly double-quoting columns.
Expand Down

0 comments on commit a37c3e9

Please sign in to comment.