@@ -5,27 +5,41 @@ All notable changes will be documented in this file.
5
5
The format is based on [ Keep a Changelog] [ keepachangelog ] , and this project
6
6
adheres to [ Semantic Versioning] [ semver ] .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.5.7] - 2021-08-17
11
+ ### Changed
12
+ - Prepared statements can now be released manually.
13
+ - Added ability to specify ` :asc_nulls_last ` , ` :asc_nulls_first ` , ` :desc_nulls_last ` ,
14
+ and ` :desc_nulls_first ` .
8
15
9
16
## [ 0.5.6] - 2021-07-02
17
+ ### Fixed
10
18
- Fix double quote missing from sql query generation. https://github.com/elixir-sqlite/ecto_sqlite3/pull/39
11
19
12
20
13
21
## [ 0.5.5] - 2021-04-19
14
- - Fix "database is locked" issue by setting ` journal_mode ` at ` storage_up ` time.
22
+ ### Added
15
23
- Add : check constraint column option.
16
24
25
+ ### Fixed
26
+ - Fix "database is locked" issue by setting ` journal_mode ` at ` storage_up ` time.
27
+
17
28
18
29
## [ 0.5.4] - 2021-04-06
30
+ ### Changed
19
31
- Upgrade ` ecto_sql ` dependency to 3.6.0
20
32
- Removed old ` Ecto.Adapters.SQLite3.Connection.insert/6 ` was replaced with
21
33
` Ecto.Adapters.SQLite3.Connection.insert/7 ` .
22
34
23
35
24
36
## [ 0.5.3] - 2021-03-20
37
+ ### Added
25
38
- Added ` collate: ` opts support to ` :string ` column type
26
39
27
40
28
41
## [ 0.5.1] - 2021-03-18
42
+ ### Changed
29
43
- Updated exqlite to 0.5.0
30
44
- Updated documentation
31
45
- Updated git repository url
@@ -37,6 +51,8 @@ adheres to [Semantic Versioning][semver].
37
51
38
52
[ keepachangelog ] : < https://keepachangelog.com/en/1.0.0/ >
39
53
[ semver ] : < https://semver.org/spec/v2.0.0.html >
54
+ [ Unreleased ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.5.7...HEAD
55
+ [ 0.5.7 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.5.6...v0.5.7
40
56
[ 0.5.6 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.5.5...v0.5.6
41
57
[ 0.5.5 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.5.4...v0.5.5
42
58
[ 0.5.4 ] : https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.5.3...v0.5.4
0 commit comments