Releases: subframe7536/kysely-sqlite-tools
Releases · subframe7536/kysely-sqlite-tools
v1.2.1
🚀 Features
- dialect-generic-sqlite: Dynamically setup savepoint methods for better backward compatibility - by @subframe7536 (29bd7)
🐞 Bug Fixes
- dialect-generic-sqlite: Cleanup worker and mitt after closing db - by @subframe7536 (ede3f)
View changes on GitHub
v1.2.0
🚀 Features
- dialect-generic-sqlite: Support savepoint for kysely@0.28 - by @subframe7536 (cf22d)
- dialect-wasqlite-worker: Don't initialize the result array with the column length - by @mdawaffe in #23 (553b1)
View changes on GitHub
v1.1.0
🚀 Features
- dialect-bun-worker:
- Add
BunSqliteDialect
- by @subframe7536 (a7748) - Add db options - by @subframe7536 (3a766)
- Add
🐞 Bug Fixes
- dialect: Correct typesVersions and expose package.json - by @subframe7536 (18b65)
View changes on GitHub
v1.0.1
🐞 Bug Fixes
- dialect-generic-sqlite: Fix missing await in worker
onCreateConnection
- by @subframe7536 (fc792)
View changes on GitHub
v1.0.0
🚨 Breaking Changes
- Add generic sqlite dialect - by @subframe7536 in #15 (a4500)
🚀 Features
- dialect: Expose config type - by @subframe7536 (a8165)
- worker-dialect: Expose createSqliteExecutor - by @subframe7536 (edb5e)
🐞 Bug Fixes
- dialect-bun-worker: Use
stmt.columnNames.length > 0
to detect whether to usestmt.all()
- by @subframe7536 (aac4c) - dialect-generic-sqlite: Custom message for rest type - by @subframe7536 (7ead6)
- dialect-wasm: Fix official wasm database type - by @subframe7536 (e57a8)
View changes on GitHub
v0.7.0
🚨 Breaking Changes
- dialect-bun-worker: Use
SELECT 1
withrun()
to getinsertId
andnumAffectedRows
(requiresBun@^1.1.14
) - by @subframe7536 (0094f) - dialect-tauri: Upgrade
@tauri-apps/plugin-sql
dependency to2.0.0
- by @subframe7536 (8f5a6)
🚀 Features
- dialect-bun-worker: Function to create custom OnMessageCallback in worker, add stream support - by @subframe7536 (41750)
- dialect-sqlite-worker: Function to create custom OnMessageCallback in worker - by @subframe7536 (611ad)
- dialect-wasqlite-worker: Function to create custom OnMessageCallback in worker - by @subframe7536 (46541)
- worker: Export worker paths - by @subframe7536 (6f13e)
🐞 Bug Fixes
- dialect-worker: Fix stream issue - by @subframe7536 (b4480)
View changes on GitHub
v0.6.3
🚨 Breaking Changes
- dialect-tauri: Rename
TaruiSqlDriver
toTauriSqlDriver
, correct name - by @subframe7536 (118a9)
🚀 Features
- dialect-sqlite-worker: Support stream - by @subframe7536 (3a6ed)
- dialect-wasqlite-worker: Support stream - by @subframe7536 (aeddf)
- plugin: Add BaseSerializePlugin - by @subframe7536 (ed545)
View changes on GitHub
v0.6.2
🚀 Features
- dialect-wasqlite-worker: Upgrade wasqlite and fix url - by @subframe7536 (b7bf6)
View changes on GitHub
v0.6.1
🚨 Breaking Changes
- dialect-tauri: Drop support for MySQL and PostgreSQL - by @subframe7536 (8d333)
🚀 Features
- dialect: Remove prefix # of config - by @subframe7536 (d6c33)
🐞 Bug Fixes
- dialect-bun-worker: Fix miss destroy message - by @subframe7536 (25a6b)
View changes on GitHub
v0.6.0
🚨 Breaking Changes
- Move out sqlite-builder - by @subframe7536 (4d7e0)
🚀 Features
- utils: Improve logger - by @subframe7536 (f2355)
🐞 Bug Fixes
- dialect-wasm: Fix NodeWasmDialect type - by @subframe7536 (fe139)
- worker-dialect: Reject with error instead of string - by @subframe7536 (bb932)
🏎 Performance
- plugin: Improve string perf and use forof - by @subframe7536 (09e07)