| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/golite.go: Change driverName to "golite" and make it `const` | EuAndreh | 2024-10-05 | 1 | -2/+2 |
| | | |||||
| * | Update README.md | Partho Kumar Rajvor | 2023-05-17 | 1 | -1/+1 |
| | | |||||
| * | Add build tags to support both x86 and ARM compilation on macOS (#1069) | Denis Dmitriev | 2023-02-23 | 1 | -14/+23 |
| | | | | | | | | | | | | | | * Add build tags to support both x86 and ARM compilation on macOS * Documentation fix: command line for build under macOS * Global replace 'macOS X' -> 'macOS'. Fix typo in -tags cmd line param * `README.md`: fix all `--tags` -> `-tags` --------- Co-authored-by: Denis Dmitriev <dmitriev@itspartner.net> | ||||
| * | Add Serialize and Deserialize support (#1089) | Philip O'Toole | 2022-11-17 | 1 | -0/+1 |
| | | | | Add support for Serialize and Deserialize, which wrap sqlite3_serialize and sqlite3_deserialize. | ||||
| * | Update README.md to include vtable feature (#1100) | David Vassallo | 2022-10-18 | 1 | -0/+1 |
| | | | | Added documentation for sqlite_vtable build tag to the README. | ||||
| * | Cross Compiling for Mac OS via `musl-cross` | Luca Guidi | 2022-09-18 | 1 | -5/+4 |
| | | | | | | | | | | | | | | # 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 | ||||
| * | Add support for sqlite_math_functions tag (#1059) | Levi Gruspe | 2022-09-17 | 1 | -0/+1 |
| | | | | | | 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> | ||||
| * | Fix "ennviroment" (#1077) | RewardedIvan | 2022-09-01 | 1 | -1/+1 |
| | | | | Fix typo in README | ||||
| * | Update README to fix reference URL | Yoshiki Shibukawa | 2022-09-01 | 1 | -1/+1 |
| | | | | R.I.P. godoc.org | ||||
| * | Add build tag to enable OSTRACE() logging | Ben Johnson | 2022-08-16 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
| * | chore: readme: Fix link, typos, copy editing (#974) | Ross Smith II | 2021-10-22 | 1 | -56/+55 |
| | | | | | | | | * chore: readme: Fix link, typos, copy editing Also closes #914, #939. * Update README.md | ||||
| * | Add ?_cache_size=[..] to connection parameters (#894) | Martin Tournoij | 2020-12-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | Add a shortcut for PRAGMA cache_size; this is a pretty useful setting: the default of -2000 (2M) is not especially high, and a lot of people will probably want to increase this. For example, while running a bunch of fairy expensive queries in parallel: With SetMaxOpenConns(1): -2000: 5762ms -20000: 4714ms With SetMaxOpenConns(20): -2000: 3067ms -20000: 2532ms Which isn't a bad performance boost for changing a single number. | ||||
| * | README.md: use link in markdown (#859) | Buk Bukowski | 2020-11-17 | 1 | -1/+1 |
| | | |||||
| * | coveralls to codecov (#845) | raa0121 | 2020-08-25 | 1 | -1/+1 |
| | | | | | | * coveralls to codecov * README badge coveralls to codecov | ||||
| * | Update README.md | Yasuhiro Matsumoto | 2020-08-25 | 1 | -2/+2 |
| | | |||||
| * | Update README.md | Yasuhiro Matsumoto | 2020-06-18 | 1 | -1/+3 |
| | | |||||
| * | Edited note in README (#817) | turtlemaster19 | 2020-06-01 | 1 | -1/+1 |
| | | |||||
| * | Document requirements for cross compiling from OSX (#804) | Vishnu Mohandas | 2020-05-16 | 1 | -3/+9 |
| | | | | | | | | * Document requirements for cross compiling from OSX Inspiration: https://github.com/mattn/go-sqlite3/issues/384#issuecomment-433584967 * Document cross compilation steps using xgo for MACOSX | ||||
| * | Add extension-functions.c info to README (#779) | Paul Bergeron | 2020-04-16 | 1 | -0/+10 |
| | | |||||
| * | Update README.md | Yasuhiro Matsumoto | 2020-01-23 | 1 | -0/+2 |
| | | |||||
| * | Added financial contributors to the README | Jess | 2019-10-30 | 1 | -0/+31 |
| | | |||||
| * | Closes #597 | G.J.R. Timmer | 2019-08-22 | 1 | -4/+22 |
| | | |||||
| * | docs: fix typo | Jason Cooke | 2019-07-09 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in readme | auxten | 2019-06-17 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #680 from rittneje/improve-faq-in-memory-shared-cache | mattn | 2019-05-29 | 1 | -4/+8 |
| |\ | | | | | improve FAQ re: in-memory databases | ||||
| | * | more code formatting | Jesse Rittner | 2019-01-04 | 1 | -2/+2 |
| | | | |||||
| | * | adding additional info to FAQ about in-memory databases | Jesse Rittner | 2019-01-04 | 1 | -2/+6 |
| | | | |||||
| * | | Fix typo | Yasuhiro Matsumoto | 2019-02-18 | 1 | -1/+1 |
| |/ | | | | [ci skip] | ||||
| * | Fix typo in README | Masataka Pocke Kuwabara | 2019-01-04 | 1 | -1/+1 |
| | | | | | s/an/a/ | ||||
| * | updating link to properly render | bk521234 | 2018-11-17 | 1 | -1/+1 |
| | | | | fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/projects/tdm-gcc/)". | ||||
| * | update README.md | Yasuhiro Matsumoto | 2018-11-09 | 1 | -3/+1 |
| | | |||||
| * | Merge pull request #616 from jung-kurt/patch-1 | mattn | 2018-10-15 | 1 | -0/+1 |
| |\ | | | | | Update README: URL-encode connection options | ||||
| | * | Update README: URL-encode connection options | Kurt Jung | 2018-08-12 | 1 | -0/+1 |
| | | | | | | | This change could save users from having to dig into source code to see how connection options are parsed. | ||||
| * | | Remove extra backtick and fix Markdown formatting | Vladimir Rutsky | 2018-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typo in README.md | Daniel Thorn | 2018-10-12 | 1 | -1/+1 |
| |/ | |||||
| * | Fix typo in readme | Ingve Vormestrand | 2018-07-02 | 1 | -1/+1 |
| | | |||||
| * | fix/511 | Gert-Jan Timmer | 2018-06-12 | 1 | -3/+8 |
| | | | | | | Closes #511 [skip ci] | ||||
| * | fix/209 | Gert-Jan Timmer | 2018-06-12 | 1 | -1/+19 |
| | | | | | | Closes #209 [skip ci] | ||||
| * | Merge pull request #574 from GJRTimmer/update/travis | mattn | 2018-06-12 | 1 | -1/+2 |
| |\ | | | | | Follow official Release Policy | ||||
| | * | Removed Golang:1.8 | Gert-Jan Timmer | 2018-05-29 | 1 | -1/+2 |
| | | | | | | | Updated package for follow official Golang Release Policy. | ||||
| * | | Update User Authentication Documentation | Gert-Jan Timmer | 2018-06-05 | 1 | -2/+28 |
| | | | | | | | References: #581 | ||||
| * | | Add inital documentation | Gert-Jan Timmer | 2018-06-05 | 1 | -0/+95 |
| | | | | | | | References: #581 | ||||
| * | | Add: Reference to Spatialite | Gert-Jan Timmer | 2018-05-30 | 1 | -0/+11 |
| | | | | | | | | | | | Closes #512 [ci ckip] | ||||
| * | | update README.md | Yasuhiro Matsumoto | 2018-05-30 | 1 | -1/+3 |
| | | | |||||
| * | | Fix: Connection DSN Keys | Gert-Jan Timmer | 2018-05-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | * Conform keys to match PRAGMA * UPD: README * Fix error of _auto_vacuum * Fix error of _case_sensitive_like * Fix error of _locking_mode * Fix error of _secure_delete | ||||
| * | | ADD: PRAGMA writable_schema | Gert-Jan Timmer | 2018-05-29 | 1 | -0/+1 |
| | | | |||||
| * | | ADD: PRAGMA synchronous | Gert-Jan Timmer | 2018-05-29 | 1 | -0/+1 |
| | | | |||||
| * | | Add: PRAGMA secure_delete | Gert-Jan Timmer | 2018-05-29 | 1 | -0/+2 |
| | | | | | | | | | ADD: Connection PRAGMA ADD: Build tag for secure_delete mode: FAST | ||||
| * | | ADD: PRAGMA query_only | Gert-Jan Timmer | 2018-05-29 | 1 | -0/+1 |
| | | | |||||
| * | | Add: Documentation for opening as Immutable | Gert-Jan Timmer | 2018-05-29 | 1 | -0/+1 |
| | | | |||||
