xeodou
efb0ea6075
Upgrade the latest version of go-sqlite3 and sqlcipher.
2019-02-25 02:39:29 +08:00
Yasuhiro Matsumoto
eac3a7fd21
Fix typo
...
[ci skip]
2019-02-18 02:39:13 +09:00
Masataka Pocke Kuwabara
1688b64fb7
Fix typo in README
...
s/an/a/
2019-01-04 23:55:45 +09:00
bk521234
76c6ec0516
updating link to properly render
...
fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/projects/tdm-gcc/ )".
2018-11-17 09:45:35 -07:00
Yasuhiro Matsumoto
eed79b8657
update README.md
2018-11-09 18:53:04 +09:00
mattn
c67b489f7e
Merge pull request #616 from jung-kurt/patch-1
...
Update README: URL-encode connection options
2018-10-15 22:44:34 +09:00
Vladimir Rutsky
2bf2b22523
Remove extra backtick and fix Markdown formatting
2018-10-14 18:56:19 +02:00
Daniel Thorn
0ad25499b6
Fix typo in README.md
2018-10-12 13:04:07 -07:00
Kurt Jung
0109106b87
Update README: URL-encode connection options
...
This change could save users from having to dig into source code to see how connection options are parsed.
2018-08-12 08:34:51 -04:00
Ingve Vormestrand
3aefd9f0a1
Fix typo in readme
2018-07-02 20:40:57 +02:00
Gert-Jan Timmer
20c4bd2e63
fix/511
...
Closes #511
[skip ci]
2018-06-12 15:45:36 +02:00
Gert-Jan Timmer
578beef531
fix/209
...
Closes #209
[skip ci]
2018-06-12 14:23:08 +02:00
mattn
53f6d424ab
Merge pull request #574 from GJRTimmer/update/travis
...
Follow official Release Policy
2018-06-12 18:17:37 +09:00
Gert-Jan Timmer
f46bde7099
Update User Authentication Documentation
...
References: #581
2018-06-05 13:43:07 +02:00
Gert-Jan Timmer
086629727d
Add inital documentation
...
References: #581
2018-06-05 12:20:54 +02:00
Gert-Jan Timmer
2c4bacc57f
Add: Reference to Spatialite
...
Closes #512
[ci ckip]
2018-05-30 16:28:06 +02:00
Yasuhiro Matsumoto
52b8080d4d
update README.md
2018-05-30 00:11:22 +09:00
Gert-Jan Timmer
0eb0d18f67
Removed Golang:1.8
...
Updated package for follow official Golang Release Policy.
2018-05-29 15:04:02 +02:00
Gert-Jan Timmer
4857d602fe
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_delete
2018-05-29 14:11:49 +02:00
Gert-Jan Timmer
24cbd402e4
ADD: PRAGMA writable_schema
2018-05-29 14:01:33 +02:00
Gert-Jan Timmer
cb041405c6
ADD: PRAGMA synchronous
2018-05-29 13:55:31 +02:00
Gert-Jan Timmer
6a80b70b7a
Add: PRAGMA secure_delete
...
ADD: Connection PRAGMA
ADD: Build tag for secure_delete mode: FAST
2018-05-29 13:41:52 +02:00
Gert-Jan Timmer
764e391156
ADD: PRAGMA query_only
2018-05-29 13:29:06 +02:00
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
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
a4b55e1a40
ADD: PRAGMA ignore_check_constraints
2018-05-29 12:19:46 +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
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
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
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
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
ef74e33f4a
Update: README
...
Fix: New build tag(s) names
2018-05-24 11:55:24 +02:00
Gert-Jan Timmer
a909aeb37f
Update: README
...
Add: Feature Table
Add: Links
Add: TOC
Fix: References for TOC
2018-05-23 22:30:51 +02:00
xeodou
4c57f7b70b
Update travis config.
2018-05-23 23:49:15 +08:00
xeodou
04d43c043e
Upgrade to the latest sqlcipher.
2018-05-23 23:43:09 +08:00
Ivan Fraixedes
766b269f59
README: Update list issues concurrent read/writes
...
Update the README FAQ section adding one issues more to the list of the
issues related with the concurrent reads and writes. This new added
issues gives a lot of insights, much more than the ones which where
already present.
2018-02-24 19:53:12 +00:00
Matthew Swain
f8e991c201
Update README.md
...
Clarified the gcc requirement to avoid confusion.
2017-11-30 20:35:32 +00:00
Yasuhiro Matsumoto
a97e7bb12f
fix README.md
...
close #456
2017-08-27 14:00:16 +09:00
Jonathan Hall
47e1f81069
Use "sqlite3" instead of "sqlite" in usage example.
...
And a minor grammar improvement.
2017-05-29 15:57:51 +02:00