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
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
Yasuhiro Matsumoto
0147a481cf
add gorepocard badge
2017-03-05 21:05:35 +09:00
Sergey Mudrik
4fb55b1ad9
Added available extensions to README
2017-03-02 00:15:45 +03:00
Alexey Palazhchenko
a5027c521a
Fix links to issues
2017-02-07 10:54:49 +03:00
Tycho Andersen
ded1ba664d
add a FAQ entry about :memory: races
...
Closes #204
Closes #309
Signed-off-by: Tycho Andersen <tycho@tycho.ws>
2017-01-26 14:55:07 -07:00
Yasuhiro Matsumoto
8d7068003b
FAQ about concurrency. Close #350
2016-11-07 16:16:17 +09:00
Zbigniew Mandziejewicz
9f06636f8c
FTS4 is not available on Trusty
2016-04-23 00:00:49 +08:00
Zbigniew Mandziejewicz
e8363dc691
Instructions for libsqlite3 on OS X
2016-04-18 20:21:32 +08:00
Philip O Toole
1e280555b7
Fix minor typos in comments
2016-02-23 01:26:13 -05:00
Timothy Cyrus
298ea4316b
Update README.md
...
Changed PNG Badges to SVG and Added GoDoc Badge
2016-01-28 20:28:43 -05:00
Marcelo Lima
0ad9f0ce2f
Fix README project address
2015-11-06 11:23:34 -03:00
David Gamba
90af0d5722
Update README. Install go-sqlite3 to avoid builds with gcc
2015-10-31 00:59:28 -06:00
Pavel Zalunin
715f5e5de0
added icu extension support
2015-08-20 03:02:59 +03:00
Yasuhiro Matsumoto
b4142c444a
update README.md
2015-06-30 08:57:28 +09:00
Stéphane Graber
3d6c6f9345
Rename sqlite3.{c,h} to sqlite3-binding.{c,h}
...
This fixes the problem where when building with gccgo, sqlite3.c is
overwritten, leading to a build failure.
An alternative would have been to move sqlite3*.{c,h} to a subdirectory,
but that seems to confuse the linker a fair bit and would just swap one
implementation-dependent issue for another.
Closes #20
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2015-03-11 16:19:50 -04:00
mattn
1b2a5560c2
Update README.md
2015-03-05 01:19:33 +09:00
mattn
d9881e4de3
Update README.md
2014-11-14 19:50:39 +09:00
mattn
764faa850f
Update README.md
2014-11-14 19:49:22 +09:00
mattn
060db06a28
Add note about license of amalgamation code
2014-08-18 17:05:50 +09:00
mattn
9ac94b6fbf
Prefer md
2014-07-16 17:56:05 +09:00