You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,23 @@
3
3
## [Unreleased](unreleased)
4
4
5
5
6
-
## [0.6.1] - 2021-05-17
6
+
## [0.6.2] - 2021-08-25
7
+
### Changed
8
+
- Handle only UTC datetime and convert them to iso form without offset [#157](https://github.com/elixir-sqlite/exqlite/pull/157)
7
9
8
-
### Fixed
9
10
11
+
## [0.6.1] - 2021-05-17
12
+
### Fixed
10
13
- Fixed compilation issue on windows [#151](https://github.com/elixir-sqlite/exqlite/pull/151)
11
14
12
15
13
16
## [0.6.0] - 2021-05-5
14
-
15
17
### Added
16
-
17
18
-`Exqlite.Sqlite3.serialize/2` to serialize the contents of the database to a binary.
18
19
-`Exqlite.Sqlite3.deserialize/3` to load a previously serialized database from a binary.
19
20
20
21
21
22
## [0.5.11] - 2021-05-02
22
-
23
23
### Changed
24
24
- add the relevant sql statement to the Error exception message
25
25
- update SQLite3 amalgamation to [3.35.5](https://sqlite.org/releaselog/3_35_5.html)
@@ -35,66 +35,56 @@
35
35
36
36
37
37
## [0.5.9] - 2021-04-06
38
-
39
38
### Changed
40
39
- Setting the pragma for `Exqlite.Connection` is now a two step process to check
41
40
what the value is and then set it to the desired value if it is not already
42
41
the desired value.
43
42
44
43
45
44
## [0.5.8] - 2021-04-04
46
-
47
45
### Added
48
46
-`Exqlite.Error` now has the statement that failed that the error occurred on.
49
47
50
48
51
49
## [0.5.7] - 2021-04-04
52
-
53
50
### Changed
54
51
- Update SQLite3 amalgamation to [3.35.4](https://sqlite.org/releaselog/3_35_4.html)
55
52
56
53
57
54
## [0.5.6] - 2021-04-02
58
-
59
55
### Fixed
60
56
- Fix SQLite3 amalgamation in 0.5.5 being incorrectly downgraded to 3.34.1. Amalgamation is now correctly [3.35.3](https://sqlite.org/releaselog/3_35_3.html).
61
57
62
58
63
59
## [0.5.5] - 2021-03-29
64
-
65
60
### Changed
66
61
- Bump SQLite3 amalgamation to version [3.35.3](https://sqlite.org/releaselog/3_35_3.html)
67
62
68
63
69
64
## [0.5.4] - 2021-03-23
70
-
71
65
### Fixed
72
66
- Fix incorrect passing of `chunk_size` to `fetch_all/4`
73
67
74
68
75
69
## [0.5.3] - 2021-03-23
76
-
77
70
### Fixed
78
71
-`:invalid_chunk_size` being emitted by the `DBConnection.execute`
79
72
80
73
81
74
## [0.5.2] - 2021-03-23
82
-
83
75
### Added
84
76
- Guide for Windows users.
85
77
-`Exqlite.Sqlite3.multi_step/3` to step through results chunks at a time.
86
78
-`default_chunk_size` configuration.
87
79
88
80
89
81
## [0.5.1] - 2021-03-19
90
-
91
82
### Changed
92
83
- Bumped SQLite3 amalgamation to version [3.35.2](https://sqlite.org/releaselog/3_35_2.html)
93
84
- Replaced old references of [github.com/warmwaffles](http://github.com/warmwaffles)
94
85
95
86
96
87
## [0.5.0] - 2021-03-17
97
-
98
88
### Removed
99
89
- Removed `Ecto.Adapters.Exqlite`
100
90
Replaced with [Ecto Sqlite3][ecto_sqlite3] library.
0 commit comments