We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d53346 commit bbeaf81Copy full SHA for bbeaf81
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## 0.9.4 - 2022-09-16
9
+
10
+* Parsing SQLite integer column types without space in it https://github.com/SeaQL/sea-schema/pull/77
11
12
## 0.9.3 - 2022-07-17
13
14
* SQLite real datatype maps to double https://github.com/SeaQL/sea-schema/pull/75
Cargo.toml
@@ -14,7 +14,7 @@ members = [
15
[package]
16
name = "sea-schema"
17
-version = "0.9.3"
+version = "0.9.4"
18
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
19
edition = "2021"
20
description = "🌿 SQL schema definition and discovery"
0 commit comments