Releases: mattn/go-sqlite3
Releases · mattn/go-sqlite3
1.14.16
What's Changed
- Add build tag to enable OSTRACE() logging by @benbjohnson in #1067
- TestQueryer: actually check Rows returned by @ohwgiles in #1062
- Update README to fix reference URL by @shibukawa in #1082
- Fix test queryer test by @joshbuddy in #1079
- Rollback on constraint failure by @joshbuddy in #1071
- Fix "ennviroment" by @RewardedIvan in #1077
- こんにちわ is wrong Japanse, Correct word is こんにちは by @KiYugadgeter in #1085
- Add test for sqlite_math_functions tag by @lggruspe in #1059
- remove unuseful ldflags for windows platform. by @kkqy in #1084
- Cross Compiling for Mac OS via
musl-cross
by @jodosha in #1090 - Update README.md to include vtable feature by @dvas0004 in #1100
- Updating vtable example, "BestIndex" method by @dvas0004 in #1099
- Update amalgamation code by @mattn in #1104
New Contributors
- @ohwgiles made their first contribution in #1062
- @shibukawa made their first contribution in #1082
- @joshbuddy made their first contribution in #1079
- @RewardedIvan made their first contribution in #1077
- @KiYugadgeter made their first contribution in #1085
- @lggruspe made their first contribution in #1059
- @kkqy made their first contribution in #1084
- @jodosha made their first contribution in #1090
- @dvas0004 made their first contribution in #1100
Full Changelog: v1.14.15...v1.14.16
1.10.0
1.9.0
1.8.0
Core
- SQLite: 3.24.0
New Features
- Implemented SQLite User Authentication Module
- Implemented GetFilename
sqlite3_db_filename
- Implemented use of PRAGMA's from DSN
- Implemented
usleep
for Windows - PRAGMA DSN
- Auto Vacuum
- Case Sensitive LIKE
- Defer Foreign Keys
- Ignore CHECK Constraints
- Journal Mode
- Query Only
- Secure Delete
- Synchronous
- User Authentication
- Writeable Schema
Updates
- Rewrite upgrade tool to auto include UserAuth Module
- FIX: Case-Sensitive values for PRAGMA
- Reduced code for:
- foreign_keys
- recursive_triggers
Fixes
- #542
- #568
- ICU extension for darwin
- Fixes WAL Mode Synchronous
- #120
- Compile Section Closes #175
- Compile Section Closes #201
- Compile Section Closes #206
- Compile Section Closes #404
- Compile Section Closes #217
- Compile Section Closes #224
- Compile Section Closes #234
- Compile Section Closes #242
- Feature table Closes #255
- Description Section Closes #232
- Golang:1.6 not supported Closes #272
- Golang:1.5 not supported + compilation section Closes #283
- usleep Implemented Closes #285
- FAQ Section Closes #289
- Compile Section closes #295
- FAQ Section Closes #305
- PR339 Closes #318 #321
- Compilation Section Closes #341
- PR407 Closes #364
- Feature
sqlite_vtable
Closes #393 - Compile Section Closes #416
- sqlite_trace feature Closes #433
- Compilation Section Closes #435
- Compilation Section Closes #443
- Golang:1.6 Not Supported Closes #445
- Compilation Section Closes #451
- Compilation Section Closes #467
- Compilation Section Closes #491
- Compilation Section Closes #495
- Compilation Section Closes #505
- Compilation Section Closes #557
- Compilation Section Closes #560