Commit Graph

678 Commits

Author SHA1 Message Date
Gert-Jan Timmer 9e79299c09 Add: Documentation for opening as Immutable 2018-05-29 13:23:39 +02:00
Gert-Jan Timmer f14a7566f9 ADD: PRAGMA locking_mode 2018-05-29 13:19:40 +02:00
Gert-Jan Timmer e02bbc0381 ADD: PRAGMA journal_mode 2018-05-29 13:13:38 +02:00
Gert-Jan Timmer a159b5d1ab Fix: String ToLower for PRAGMA's 2018-05-29 13:06:07 +02:00
Gert-Jan Timmer 46fb6884f2 Update README
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 13:02:28 +02:00
Gert-Jan Timmer a5150a8e01 ADD: Additional Copyright line 2018-05-29 12:20:11 +02:00
Gert-Jan Timmer cac1feb8c7 Update Comments 2018-05-29 12:19:57 +02:00
Gert-Jan Timmer a4b55e1a40 ADD: PRAGMA ignore_check_constraints 2018-05-29 12:19:46 +02:00
Gert-Jan Timmer 37d3ff3d86 Update Comments 2018-05-29 12:10:05 +02:00
Gert-Jan Timmer 7393095f07 ADD: PRAGMA defer_foreign_keys 2018-05-29 12:09:56 +02:00
Gert-Jan Timmer 4ab48f1935 Update Recursive Triggers
ADD: Multiple Key
2018-05-29 12:03:18 +02:00
Gert-Jan Timmer bb42c28ba5 Fix: pkey
Ensure pkey is empty for next condition
2018-05-29 12:01:25 +02:00
Gert-Jan Timmer afd179bd93 Update Foreign Keys PRAGMA
ADD: Multiple key
2018-05-29 11:58:29 +02:00
Gert-Jan Timmer f087cd79b2 Update Busy Timeout PRAGMA
ADD: multiple key
2018-05-29 11:54:47 +02:00
Gert-Jan Timmer 95237557d2 ADD: PRAGMA case_sensitive_like
ADD: Comments
UPD: README
2018-05-29 11:46:53 +02:00
Gert-Jan Timmer efc41bcd27 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_triggers
2018-05-29 11:34:28 +02:00
mattn a5cc8a2afa
Merge pull request #572 from GJRTimmer/update/docs
Update/docs
2018-05-28 09:48:08 +09:00
Gert-Jan Timmer 72ddc06453 Update README
Add DSN Connections string table.

[ci skip]
2018-05-27 23:00:56 +02:00
Gert-Jan Timmer a587d7d84f Update TOC to match README
[ci skip]
2018-05-27 16:43:41 +02:00
Gert-Jan Timmer ce3d9bd4ed Exclude vscode settings 2018-05-27 16:38:22 +02:00
mattn 694900d720
Merge pull request #571 from GJRTimmer/fix/fmt
fmt update
2018-05-27 22:22:03 +09:00
mattn 64af6008b1
Merge pull request #570 from GJRTimmer/update/docs
Update/docs
2018-05-27 22:19:13 +09:00
Gert-Jan Timmer 420bfbcac8 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.
2018-05-27 00:05:45 +02:00
Gert-Jan Timmer cf4b585971 Moved Alpine to Linux Section
[ci skip]
2018-05-26 22:51:07 +02:00
Gert-Jan Timmer c9394b1e02 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]
2018-05-26 22:50:06 +02:00
Gert-Jan Timmer 3526997453 Added FAQ item for compile error `-fPIC`
Closes #120
2018-05-26 21:15:37 +02:00
Gert-Jan Timmer 92e4da02d7 Relocated FAQ item to usage subsection of Features 2018-05-26 21:13:26 +02:00
mattn b8b158db6f
Merge pull request #568 from GJRTimmer/fix/usleep
Fix/usleep
2018-05-26 01:48:33 +09:00
mattn c5dd6c3c87
Merge pull request #563 from GJRTimmer/update/options
Add Additional Features / Options
2018-05-26 01:45:24 +09:00
Gert-Jan Timmer 89bdd9c3c9 Code format update
[ci skip]
2018-05-25 15:49:35 +02:00
Gert-Jan Timmer 7c89b38a2d Implementation for usleep
Implement `usleep` for Windows OS.
2018-05-25 15:33:53 +02:00
Gert-Jan Timmer edb95b5914 Add: Initial usleep option
[ci skip]
2018-05-25 14:15:46 +02:00
Gert-Jan Timmer 670bba5d74 Merge branch 'fix/darwin-icu' into update/options 2018-05-25 12:24:53 +02:00
Gert-Jan Timmer 2cee2f9651 Update Travis CI
Removed: 32Bit Windows Cross-Compile
Aggregated: sqlite_trace into main module build
2018-05-25 12:24:41 +02:00
Gert-Jan Timmer 5abd024785 Fix: OSX icu module 2018-05-25 11:41:14 +02:00
Gert-Jan Timmer 59885cf9d4 Reduced build time
Closes #567
2018-05-25 10:40:18 +02:00
Gert-Jan Timmer b21e83238e Update: Travis CI 2018-05-25 10:18:56 +02:00
Gert-Jan Timmer 4525f3a65f Add: icu4c to OSX
Required for building SQLite module `icu`
2018-05-24 15:06:10 +02:00
Gert-Jan Timmer 7fe42b0c27 Update: Travis CI
Added Cross-Compile jobs for additional feature(s)
2018-05-24 12:35:44 +02:00
Gert-Jan Timmer 4d6bb50892 Update: Travis CI
Usage of new build tag names
2018-05-24 12:07:11 +02:00
Gert-Jan Timmer 7319fcc0d8 Renamed build option `trace` 2018-05-24 12:06:54 +02:00
Gert-Jan Timmer 5a602a653e Update: README
Add documentation to feature table for tag `trace`
2018-05-24 12:00:17 +02:00
Gert-Jan Timmer 23bb9ee3cb Update: Travis CI 2018-05-24 11:59:17 +02:00
Gert-Jan Timmer ef74e33f4a Update: README
Fix: New build tag(s) names
2018-05-24 11:55:24 +02:00
Gert-Jan Timmer 765f6e93d2 Update prefix of build tags to `sqlite_`
* Keep current build tags backwards compliant
* Added alias for `sqlite_json1` => `sqlite_json`
2018-05-24 11:55:02 +02:00
Gert-Jan Timmer 6f78e03131 Update build tags with prefix `sqlite_` 2018-05-24 11:53:45 +02:00
Gert-Jan Timmer fdd603e859 Merge branch 'master' into update/options 2018-05-24 11:43:17 +02:00
mattn 29ac65fc30
Merge pull request #562 from GJRTimmer/fix/travis-ci
Update Travis CI
2018-05-24 17:53:35 +09:00
mattn 323f3f4bee
Merge pull request #565 from GJRTimmer/fix/wal
ADD: SQLITE_DEFAULT_WAL_SYNCHRONOUS
2018-05-24 17:43:25 +09:00
Gert-Jan Timmer 6510a04266 Add: EOL 2018-05-24 09:25:16 +02:00