Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | update README.md | Yasuhiro Matsumoto | 2018-05-30 | 1 | -1/+3 | |
| | | ||||||
* | | Merge pull request #573 from GJRTimmer/fix/pragma | mattn | 2018-05-30 | 11 | -58/+502 | |
|\ \ | |/ |/| | Added PRAGMA's | |||||
| * | Fix: Display of secure_delete error message | Gert-Jan Timmer | 2018-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix: Condition of queryOnly Variable | Gert-Jan Timmer | 2018-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix: Connection DSN Keys | Gert-Jan Timmer | 2018-05-29 | 2 | -15/+44 | |
| | | | | | | | | | | | | | | | | * 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 | 2 | -4/+36 | |
| | | ||||||
| * | ADD: PRAGMA synchronous | Gert-Jan Timmer | 2018-05-29 | 2 | -1/+41 | |
| | | ||||||
| * | Add: Copyright for additional Features | Gert-Jan Timmer | 2018-05-29 | 7 | -2/+9 | |
| | | ||||||
| * | Add: PRAGMA secure_delete | Gert-Jan Timmer | 2018-05-29 | 4 | -1/+53 | |
| | | | | | | | | ADD: Connection PRAGMA ADD: Build tag for secure_delete mode: FAST | |||||
| * | ADD: PRAGMA query_only | Gert-Jan Timmer | 2018-05-29 | 2 | -0/+28 | |
| | | ||||||
| * | Add: Documentation for opening as Immutable | Gert-Jan Timmer | 2018-05-29 | 2 | -0/+10 | |
| | | ||||||
| * | ADD: PRAGMA locking_mode | Gert-Jan Timmer | 2018-05-29 | 2 | -1/+29 | |
| | | ||||||
| * | ADD: PRAGMA journal_mode | Gert-Jan Timmer | 2018-05-29 | 2 | -0/+26 | |
| | | ||||||
| * | Fix: String ToLower for PRAGMA's | Gert-Jan Timmer | 2018-05-29 | 1 | -4/+5 | |
| | | ||||||
| * | Update README | Gert-Jan Timmer | 2018-05-29 | 2 | -0/+18 | |
| | | | | | | | | | | | | ADD: Comments for SQLite Access Mode ADD: Comments for SQLite Shared-Cache Mode UPD: README * Add Access Mode in Connection String Table | |||||
| * | ADD: Additional Copyright line | Gert-Jan Timmer | 2018-05-29 | 1 | -0/+1 | |
| | | ||||||
| * | Update Comments | Gert-Jan Timmer | 2018-05-29 | 1 | -3/+3 | |
| | | ||||||
| * | ADD: PRAGMA ignore_check_constraints | Gert-Jan Timmer | 2018-05-29 | 2 | -0/+29 | |
| | | ||||||
| * | Update Comments | Gert-Jan Timmer | 2018-05-29 | 1 | -0/+1 | |
| | | ||||||
| * | ADD: PRAGMA defer_foreign_keys | Gert-Jan Timmer | 2018-05-29 | 2 | -0/+35 | |
| | | ||||||
| * | Update Recursive Triggers | Gert-Jan Timmer | 2018-05-29 | 2 | -2/+9 | |
| | | | | | | ADD: Multiple Key | |||||
| * | Fix: pkey | Gert-Jan Timmer | 2018-05-29 | 1 | -3/+5 | |
| | | | | | | Ensure pkey is empty for next condition | |||||
| * | Update Foreign Keys PRAGMA | Gert-Jan Timmer | 2018-05-29 | 2 | -5/+10 | |
| | | | | | | ADD: Multiple key | |||||
| * | Update Busy Timeout PRAGMA | Gert-Jan Timmer | 2018-05-29 | 2 | -10/+19 | |
| | | | | | | ADD: multiple key | |||||
| * | ADD: PRAGMA case_sensitive_like | Gert-Jan Timmer | 2018-05-29 | 2 | -11/+51 | |
| | | | | | | | | ADD: Comments UPD: README | |||||
| * | Update Connection Options | Gert-Jan Timmer | 2018-05-29 | 2 | -46/+90 | |
|/ | | | | | | | | | | * Rewrite order of options * ADD: PRAGMA auto_vacuum * ADD: Multi Boolean values * UPD: README * FIX: Case-Sensitive values * Reduced code for: - foreign_keys - recursive_triggers | |||||
* | Merge pull request #572 from GJRTimmer/update/docs | mattn | 2018-05-28 | 2 | -2/+35 | |
|\ | | | | | Update/docs | |||||
| * | Update README | Gert-Jan Timmer | 2018-05-27 | 1 | -0/+31 | |
| | | | | | | | | | | Add DSN Connections string table. [ci skip] | |||||
| * | Update TOC to match README | Gert-Jan Timmer | 2018-05-27 | 1 | -2/+1 | |
| | | | | | | [ci skip] | |||||
| * | Exclude vscode settings | Gert-Jan Timmer | 2018-05-27 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #571 from GJRTimmer/fix/fmt | mattn | 2018-05-27 | 23 | -13/+42 | |
|\ | | | | | fmt update | |||||
| * | fmt update | Gert-Jan Timmer | 2018-05-27 | 23 | -13/+42 | |
| | | | | | | | | | | | | Fix: Placed all +build tags in the same location Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup Fix: Placed empty line between copyright comments and build tags for readability Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines. | |||||
* | | Merge pull request #570 from GJRTimmer/update/docs | mattn | 2018-05-27 | 1 | -11/+199 | |
|\ \ | |/ |/| | Update/docs | |||||
| * | Moved Alpine to Linux Section | Gert-Jan Timmer | 2018-05-26 | 1 | -10/+8 | |
| | | | | | | [ci skip] | |||||
| * | Update documentation | Gert-Jan Timmer | 2018-05-26 | 1 | -15/+181 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 [ci skip] | |||||
| * | Added FAQ item for compile error `-fPIC` | Gert-Jan Timmer | 2018-05-26 | 1 | -0/+14 | |
| | | | | | | Closes #120 | |||||
| * | Relocated FAQ item to usage subsection of Features | Gert-Jan Timmer | 2018-05-26 | 1 | -10/+20 | |
|/ | ||||||
* | Merge pull request #568 from GJRTimmer/fix/usleep | mattn | 2018-05-26 | 1 | -0/+39 | |
|\ | | | | | Fix/usleep | |||||
| * | Code format update | Gert-Jan Timmer | 2018-05-25 | 1 | -1/+1 | |
| | | | | | | [ci skip] | |||||
| * | Implementation for usleep | Gert-Jan Timmer | 2018-05-25 | 2 | -13/+39 | |
| | | | | | | Implement `usleep` for Windows OS. | |||||
| * | Add: Initial usleep option | Gert-Jan Timmer | 2018-05-25 | 1 | -0/+13 | |
| | | | | | | [ci skip] | |||||
* | | Merge pull request #563 from GJRTimmer/update/options | mattn | 2018-05-26 | 17 | -95/+184 | |
|\| | | | | | Add Additional Features / Options | |||||
| * | Merge branch 'fix/darwin-icu' into update/options | Gert-Jan Timmer | 2018-05-25 | 2 | -78/+7 | |
| |\ | ||||||
| | * | Update Travis CI | Gert-Jan Timmer | 2018-05-25 | 1 | -77/+4 | |
| | | | | | | | | | | | | Removed: 32Bit Windows Cross-Compile Aggregated: sqlite_trace into main module build | |||||
| | * | Fix: OSX icu module | Gert-Jan Timmer | 2018-05-25 | 2 | -1/+3 | |
| |/ | ||||||
| * | Reduced build time | Gert-Jan Timmer | 2018-05-25 | 1 | -49/+0 | |
| | | | | | | Closes #567 | |||||
| * | Update: Travis CI | Gert-Jan Timmer | 2018-05-25 | 1 | -259/+9 | |
| | | ||||||
| * | Add: icu4c to OSX | Gert-Jan Timmer | 2018-05-24 | 1 | -0/+1 | |
| | | | | | | Required for building SQLite module `icu` | |||||
| * | Update: Travis CI | Gert-Jan Timmer | 2018-05-24 | 1 | -16/+328 | |
| | | | | | | Added Cross-Compile jobs for additional feature(s) | |||||
| * | Update: Travis CI | Gert-Jan Timmer | 2018-05-24 | 1 | -1/+3 | |
| | | | | | | Usage of new build tag names |