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 5741ff3 commit 8fd3377Copy full SHA for 8fd3377
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.0.3] - 2024/05/30
9
+### Added
10
+- Changelog
11
12
+## [0.0.2] - 2024/05/20
13
14
+- `convertType` function to deal with type conversion
15
+- SQLite type conversion for INT, DECIMAL
16
17
+## [0.0.1] - 2024/05/19
18
19
20
+- initial version
21
+- MySQL/MariaDB type conversion for INT, DECIMAL
0 commit comments