aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 Keys•••* 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_deleteGert-Jan Timmer2018-05-292-15/+44
* 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_delete•••ADD: Connection PRAGMA ADD: Build tag for secure_delete mode: FASTGert-Jan Timmer2018-05-294-1/+53
* 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 README•••ADD: Comments for SQLite Access Mode ADD: Comments for SQLite Shared-Cache Mode UPD: README * Add Access Mode in Connection String TableGert-Jan Timmer2018-05-292-0/+18
* 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 Triggers•••ADD: Multiple KeyGert-Jan Timmer2018-05-292-2/+9
* Fix: pkey•••Ensure pkey is empty for next conditionGert-Jan Timmer2018-05-291-3/+5
* Update Foreign Keys PRAGMA•••ADD: Multiple keyGert-Jan Timmer2018-05-292-5/+10
* Update Busy Timeout PRAGMA•••ADD: multiple keyGert-Jan Timmer2018-05-292-10/+19
* ADD: PRAGMA case_sensitive_like•••ADD: Comments UPD: READMEGert-Jan Timmer2018-05-292-11/+51
* Update Connection Options•••* Rewrite order of options * ADD: PRAGMA auto_vacuum * ADD: Multi Boolean values * UPD: README * FIX: Case-Sensitive values * Reduced code for: - foreign_keys - recursive_triggersGert-Jan Timmer2018-05-292-46/+90
* Merge pull request #572 from GJRTimmer/update/docs•••Update/docsmattn2018-05-282-2/+35
|\
| * Update README•••Add DSN Connections string table. [ci skip]Gert-Jan Timmer2018-05-271-0/+31
| * Update TOC to match README•••[ci skip]Gert-Jan Timmer2018-05-271-2/+1
| * Exclude vscode settingsGert-Jan Timmer2018-05-271-0/+3
|/
* Merge pull request #571 from GJRTimmer/fix/fmt•••fmt updatemattn2018-05-2723-13/+42
|\
| * fmt update•••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.Gert-Jan Timmer2018-05-2723-13/+42
* | Merge pull request #570 from GJRTimmer/update/docs•••Update/docsmattn2018-05-271-11/+199
|\ \ | |/ |/|
| * Moved Alpine to Linux Section•••[ci skip]Gert-Jan Timmer2018-05-261-10/+8
| * Update documentation•••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]Gert-Jan Timmer2018-05-261-15/+181
| * Added FAQ item for compile error `-fPIC`•••Closes #120Gert-Jan Timmer2018-05-261-0/+14
| * Relocated FAQ item to usage subsection of FeaturesGert-Jan Timmer2018-05-261-10/+20
|/
* Merge pull request #568 from GJRTimmer/fix/usleep•••Fix/usleepmattn2018-05-261-0/+39
|\
| * Code format update•••[ci skip]Gert-Jan Timmer2018-05-251-1/+1
| * Implementation for usleep•••Implement `usleep` for Windows OS.Gert-Jan Timmer2018-05-252-13/+39
| * Add: Initial usleep option•••[ci skip]Gert-Jan Timmer2018-05-251-0/+13
* | Merge pull request #563 from GJRTimmer/update/options•••Add Additional Features / Optionsmattn2018-05-2617-95/+184
|\|
| * Merge branch 'fix/darwin-icu' into update/optionsGert-Jan Timmer2018-05-252-78/+7
| |\
| | * Update Travis CI•••Removed: 32Bit Windows Cross-Compile Aggregated: sqlite_trace into main module buildGert-Jan Timmer2018-05-251-77/+4
| | * Fix: OSX icu moduleGert-Jan Timmer2018-05-252-1/+3
| |/
| * Reduced build time•••Closes #567Gert-Jan Timmer2018-05-251-49/+0
| * Update: Travis CIGert-Jan Timmer2018-05-251-259/+9
| * Add: icu4c to OSX•••Required for building SQLite module `icu`Gert-Jan Timmer2018-05-241-0/+1
| * Update: Travis CI•••Added Cross-Compile jobs for additional feature(s)Gert-Jan Timmer2018-05-241-16/+328
| * Update: Travis CI•••Usage of new build tag namesGert-Jan Timmer2018-05-241-1/+3
| * Renamed build option `trace`Gert-Jan Timmer2018-05-242-2/+2
| * Update: README•••Add documentation to feature table for tag `trace`Gert-Jan Timmer2018-05-241-0/+1