| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-05-30 | Add: Reference to Spatialite | Gert-Jan Timmer | 1 | -0/+11 | |
| Closes #512 [ci ckip] | |||||
| 2018-05-30 | update README.md | Yasuhiro Matsumoto | 1 | -1/+3 | |
| 2018-05-29 | Fix: Display of secure_delete error message | Gert-Jan Timmer | 1 | -1/+1 | |
| 2018-05-29 | Fix: Condition of queryOnly Variable | Gert-Jan Timmer | 1 | -1/+1 | |
| 2018-05-29 | Fix: Connection DSN Keys | Gert-Jan Timmer | 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 | |||||
| 2018-05-29 | ADD: PRAGMA writable_schema | Gert-Jan Timmer | 2 | -4/+36 | |
| 2018-05-29 | ADD: PRAGMA synchronous | Gert-Jan Timmer | 2 | -1/+41 | |
| 2018-05-29 | Add: Copyright for additional Features | Gert-Jan Timmer | 7 | -2/+9 | |
| 2018-05-29 | Add: PRAGMA secure_delete | Gert-Jan Timmer | 4 | -1/+53 | |
| ADD: Connection PRAGMA ADD: Build tag for secure_delete mode: FAST | |||||
| 2018-05-29 | ADD: PRAGMA query_only | Gert-Jan Timmer | 2 | -0/+28 | |
| 2018-05-29 | Add: Documentation for opening as Immutable | Gert-Jan Timmer | 2 | -0/+10 | |
| 2018-05-29 | ADD: PRAGMA locking_mode | Gert-Jan Timmer | 2 | -1/+29 | |
| 2018-05-29 | ADD: PRAGMA journal_mode | Gert-Jan Timmer | 2 | -0/+26 | |
| 2018-05-29 | Fix: String ToLower for PRAGMA's | Gert-Jan Timmer | 1 | -4/+5 | |
| 2018-05-29 | Update README | Gert-Jan Timmer | 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 | |||||
| 2018-05-29 | ADD: Additional Copyright line | Gert-Jan Timmer | 1 | -0/+1 | |
| 2018-05-29 | Update Comments | Gert-Jan Timmer | 1 | -3/+3 | |
| 2018-05-29 | ADD: PRAGMA ignore_check_constraints | Gert-Jan Timmer | 2 | -0/+29 | |
| 2018-05-29 | Update Comments | Gert-Jan Timmer | 1 | -0/+1 | |
| 2018-05-29 | ADD: PRAGMA defer_foreign_keys | Gert-Jan Timmer | 2 | -0/+35 | |
| 2018-05-29 | Update Recursive Triggers | Gert-Jan Timmer | 2 | -2/+9 | |
| ADD: Multiple Key | |||||
| 2018-05-29 | Fix: pkey | Gert-Jan Timmer | 1 | -3/+5 | |
| Ensure pkey is empty for next condition | |||||
| 2018-05-29 | Update Foreign Keys PRAGMA | Gert-Jan Timmer | 2 | -5/+10 | |
| ADD: Multiple key | |||||
| 2018-05-29 | Update Busy Timeout PRAGMA | Gert-Jan Timmer | 2 | -10/+19 | |
| ADD: multiple key | |||||
| 2018-05-29 | ADD: PRAGMA case_sensitive_like | Gert-Jan Timmer | 2 | -11/+51 | |
| ADD: Comments UPD: README | |||||
| 2018-05-29 | Update Connection Options | Gert-Jan Timmer | 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 | |||||
| 2018-05-27 | Update README | Gert-Jan Timmer | 1 | -0/+31 | |
| Add DSN Connections string table. [ci skip] | |||||
| 2018-05-27 | Update TOC to match README | Gert-Jan Timmer | 1 | -2/+1 | |
| [ci skip] | |||||
| 2018-05-27 | Exclude vscode settings | Gert-Jan Timmer | 1 | -0/+3 | |
| 2018-05-27 | fmt update | Gert-Jan Timmer | 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. | |||||
| 2018-05-26 | Moved Alpine to Linux Section | Gert-Jan Timmer | 1 | -10/+8 | |
| [ci skip] | |||||
| 2018-05-26 | Update documentation | Gert-Jan Timmer | 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] | |||||
| 2018-05-26 | Added FAQ item for compile error `-fPIC` | Gert-Jan Timmer | 1 | -0/+14 | |
| Closes #120 | |||||
| 2018-05-26 | Relocated FAQ item to usage subsection of Features | Gert-Jan Timmer | 1 | -10/+20 | |
| 2018-05-25 | Code format update | Gert-Jan Timmer | 1 | -1/+1 | |
| [ci skip] | |||||
| 2018-05-25 | Implementation for usleep | Gert-Jan Timmer | 2 | -13/+39 | |
| Implement `usleep` for Windows OS. | |||||
