-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: mattn/go-sqlite3
base: v1.14.15
head repository: mattn/go-sqlite3
compare: v1.14.16
- 15 commits
- 15 files changed
- 13 contributors
Commits on Aug 16, 2022
-
Add build tag to enable OSTRACE() logging
This commit adds the `sqlite_os_trace` build tag which sets the `SQLITE_FORCE_OS_TRACE` and `SQLITE_DEBUG_OS_TRACE` compilation flags. This produces verbose debugging output of every operating system call made by SQLite.
Configuration menu - View commit details
-
Copy full SHA for a2e94c9 - Browse repository at this point
Copy the full SHA a2e94c9View commit details -
TestQueryer: actually check Rows returned
Fixes a test which did not correctly exercise the multi-statement Queryer functionality
Configuration menu - View commit details
-
Copy full SHA for f1eef49 - Browse repository at this point
Copy the full SHA f1eef49View commit details
Commits on Sep 1, 2022
-
Update README to fix reference URL
R.I.P. godoc.org
Configuration menu - View commit details
-
Copy full SHA for c8a1143 - Browse repository at this point
Copy the full SHA c8a1143View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5355d8 - Browse repository at this point
Copy the full SHA d5355d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92b6bb - Browse repository at this point
Copy the full SHA f92b6bbView commit details
Commits on Sep 2, 2022
-
Rollback on constraint failure (#1071)
Always rollback on a commit error
Configuration menu - View commit details
-
Copy full SHA for 4ef63c9 - Browse repository at this point
Copy the full SHA 4ef63c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for da62659 - Browse repository at this point
Copy the full SHA da62659View commit details
Commits on Sep 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7476442 - Browse repository at this point
Copy the full SHA 7476442View commit details
Commits on Sep 17, 2022
-
Add support for sqlite_math_functions tag (#1059)
Add support for SQLITE_ENABLE_MATH_FUNCTIONS compile-time option via the sqlite_math_functions build tag. Co-authored-by: Dominik Kraus <dominik.kraus@nktek.de>
Configuration menu - View commit details
-
Copy full SHA for 17f6553 - Browse repository at this point
Copy the full SHA 17f6553View commit details
Commits on Sep 18, 2022
-
Golang's linker add mingwex and mingw32 automatically,so we don't nee…
…d add them manually.
Configuration menu - View commit details
-
Copy full SHA for be28dec - Browse repository at this point
Copy the full SHA be28decView commit details -
Cross Compiling for Mac OS via
musl-cross
# Enhancement Update `README.md` with new instructions for Mac OS cross compiling. # Why? The current suggested solution `xgo` is no longer maintained (GitHub archived repository). # Credits Credits go to Pieter Claerhout (@pieterclaerhout) and his blog post: https://www.yellowduck.be/posts/cross-compile-a-go-package-which-uses-sqlite3
Configuration menu - View commit details
-
Copy full SHA for 90900be - Browse repository at this point
Copy the full SHA 90900beView commit details
Commits on Oct 18, 2022
-
Update README.md to include vtable feature (#1100)
Added documentation for sqlite_vtable build tag to the README.
Configuration menu - View commit details
-
Copy full SHA for 0b37084 - Browse repository at this point
Copy the full SHA 0b37084View commit details -
Updating vtable example, "BestIndex" method (#1099)
As it was, the vtable example will give an error when adding any kind of SQL constraint in the SQL statement. Updating the BestIndex method will ensure that adding SQL constraints will not result in errors Signed-off-by: David Vassallo <davevassallo@gmail.com> Signed-off-by: David Vassallo <davevassallo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4b8633c - Browse repository at this point
Copy the full SHA 4b8633cView commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 31c7618 - Browse repository at this point
Copy the full SHA 31c7618View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce3773 - Browse repository at this point
Copy the full SHA bce3773View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.14.15...v1.14.16