aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | update README.mdYasuhiro Matsumoto2018-05-301-1/+3
| |
* | Merge pull request #573 from GJRTimmer/fix/pragmamattn2018-05-3011-58/+502
|\ \ | |/ |/| Added PRAGMA's
| * Fix: Display of secure_delete error messageGert-Jan Timmer2018-05-291-1/+1
| |
| * Fix: Condition of queryOnly VariableGert-Jan Timmer2018-05-291-1/+1
| |
| * Fix: Connection DSN KeysGert-Jan Timmer2018-05-292-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_schemaGert-Jan Timmer2018-05-292-4/+36
| |
| * ADD: PRAGMA synchronousGert-Jan Timmer2018-05-292-1/+41
| |
| * Add: Copyright for additional FeaturesGert-Jan Timmer2018-05-297-2/+9
| |
| * Add: PRAGMA secure_deleteGert-Jan Timmer2018-05-294-1/+53
| | | | | | | | ADD: Connection PRAGMA ADD: Build tag for secure_delete mode: FAST
| * ADD: PRAGMA query_onlyGert-Jan Timmer2018-05-292-0/+28
| |
| * Add: Documentation for opening as ImmutableGert-Jan Timmer2018-05-292-0/+10
| |
| * ADD: PRAGMA locking_modeGert-Jan Timmer2018-05-292-1/+29
| |
| * ADD: PRAGMA journal_modeGert-Jan Timmer2018-05-292-0/+26
| |
| * Fix: String ToLower for PRAGMA'sGert-Jan Timmer2018-05-291-4/+5
| |
| * Update READMEGert-Jan Timmer2018-05-292-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 lineGert-Jan Timmer2018-05-291-0/+1
| |
| * Update CommentsGert-Jan Timmer2018-05-291-3/+3
| |
| * ADD: PRAGMA ignore_check_constraintsGert-Jan Timmer2018-05-292-0/+29
| |
| * Update CommentsGert-Jan Timmer2018-05-291-0/+1
| |
| * ADD: PRAGMA defer_foreign_keysGert-Jan Timmer2018-05-292-0/+35
| |
| * Update Recursive TriggersGert-Jan Timmer2018-05-292-2/+9
| | | | | | ADD: Multiple Key
| * Fix: pkeyGert-Jan Timmer2018-05-291-3/+5
| | | | | | Ensure pkey is empty for next condition
| * Update Foreign Keys PRAGMAGert-Jan Timmer2018-05-292-5/+10
| | | | | | ADD: Multiple key
| * Update Busy Timeout PRAGMAGert-Jan Timmer2018-05-292-10/+19
| | | | | | ADD: multiple key
| * ADD: PRAGMA case_sensitive_likeGert-Jan Timmer2018-05-292-11/+51
| | | | | | | | ADD: Comments UPD: README
| * Update Connection OptionsGert-Jan Timmer2018-05-292-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/docsmattn2018-05-282-2/+35
|\ | | | | Update/docs
| * Update READMEGert-Jan Timmer2018-05-271-0/+31
| | | | | | | | | | Add DSN Connections string table. [ci skip]
| * Update TOC to match READMEGert-Jan Timmer2018-05-271-2/+1
| | | | | | [ci skip]
| * Exclude vscode settingsGert-Jan Timmer2018-05-271-0/+3
|/
* Merge pull request #571 from GJRTimmer/fix/fmtmattn2018-05-2723-13/+42
|\ | | | | fmt update
| * fmt updateGert-Jan Timmer2018-05-2723-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/docsmattn2018-05-271-11/+199
|\ \ | |/ |/| Update/docs
| * Moved Alpine to Linux SectionGert-Jan Timmer2018-05-261-10/+8
| | | | | | [ci skip]
| * Update documentationGert-Jan Timmer2018-05-261-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 Timmer2018-05-261-0/+14
| | | | | | Closes #120
| * Relocated FAQ item to usage subsection of FeaturesGert-Jan Timmer2018-05-261-10/+20
|/
* Merge pull request #568 from GJRTimmer/fix/usleepmattn2018-05-261-0/+39
|\ | | | | Fix/usleep
| * Code format updateGert-Jan Timmer2018-05-251-1/+1
| | | | | | [ci skip]
| * Implementation for usleepGert-Jan Timmer2018-05-252-13/+39
| | | | | | Implement `usleep` for Windows OS.
| * Add: Initial usleep optionGert-Jan Timmer2018-05-251-0/+13
| | | | | | [ci skip]
* | Merge pull request #563 from GJRTimmer/update/optionsmattn2018-05-2617-95/+184
|\| | | | | Add Additional Features / Options
| * Merge branch 'fix/darwin-icu' into update/optionsGert-Jan Timmer2018-05-252-78/+7
| |\
| | * Update Travis CIGert-Jan Timmer2018-05-251-77/+4
| | | | | | | | | | | | Removed: 32Bit Windows Cross-Compile Aggregated: sqlite_trace into main module build
| | * Fix: OSX icu moduleGert-Jan Timmer2018-05-252-1/+3
| |/
| * Reduced build timeGert-Jan Timmer2018-05-251-49/+0
| | | | | | Closes #567
| * Update: Travis CIGert-Jan Timmer2018-05-251-259/+9
| |
| * Add: icu4c to OSXGert-Jan Timmer2018-05-241-0/+1
| | | | | | Required for building SQLite module `icu`
| * Update: Travis CIGert-Jan Timmer2018-05-241-16/+328
| | | | | | Added Cross-Compile jobs for additional feature(s)
| * Update: Travis CIGert-Jan Timmer2018-05-241-1/+3
| | | | | | Usage of new build tag names