Skip to content

Commit

Permalink
Merge branch 'release/2.6.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
moigagoo committed Feb 9, 2023
2 parents 0808101 + 269cab8 commit 4479240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
- [d]—docs improvement


## 2.6.2 (WIP)
## 2.6.2 (February 9, 2023)

- [+] Add `LIMIT 1` to the single object variant of `select` proc to make selection faster.
- [f] Add `PRAGMA foreign_keys=on` to sqlite connections upon creation, for both the pool and when using `getDb`.


## 2.6.1 (December 12, 2022)

- [+] Add the ability to create indexes for tables (see [#180](https://github.com/moigagoo/norm/issues/180)).
Expand Down
2 changes: 1 addition & 1 deletion norm.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "2.6.1"
version = "2.6.2"
author = "Constantine Molchanov"
description = "Nim ORM for SQLite and PostgreSQL."
license = "MIT"
Expand Down

0 comments on commit 4479240

Please sign in to comment.