aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add: PRAGMA secure_deleteGert-Jan Timmer2018-05-291-0/+2
| | | | | | | | ADD: Connection PRAGMA ADD: Build tag for secure_delete mode: FAST
* | ADD: PRAGMA query_onlyGert-Jan Timmer2018-05-291-0/+1
| |
* | Add: Documentation for opening as ImmutableGert-Jan Timmer2018-05-291-0/+1
| |
* | ADD: PRAGMA locking_modeGert-Jan Timmer2018-05-291-0/+1
| |
* | ADD: PRAGMA journal_modeGert-Jan Timmer2018-05-291-0/+1
| |
* | Update READMEGert-Jan Timmer2018-05-291-0/+1
| | | | | | | | | | | | ADD: Comments for SQLite Access Mode ADD: Comments for SQLite Shared-Cache Mode UPD: README * Add Access Mode in Connection String Table
* | ADD: PRAGMA ignore_check_constraintsGert-Jan Timmer2018-05-291-0/+1
| |
* | ADD: PRAGMA defer_foreign_keysGert-Jan Timmer2018-05-291-0/+1
| |
* | Update Recursive TriggersGert-Jan Timmer2018-05-291-1/+1
| | | | | | ADD: Multiple Key
* | Update Foreign Keys PRAGMAGert-Jan Timmer2018-05-291-1/+1
| | | | | | ADD: Multiple key
* | Update Busy Timeout PRAGMAGert-Jan Timmer2018-05-291-9/+9
| | | | | | ADD: multiple key
* | ADD: PRAGMA case_sensitive_likeGert-Jan Timmer2018-05-291-3/+4
| | | | | | | | ADD: Comments UPD: README
* | Update Connection OptionsGert-Jan Timmer2018-05-291-4/+9
|/ | | | | | | | | | * 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
* 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]
* 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
|
* Renamed build option `trace`Gert-Jan Timmer2018-05-241-1/+1
|
* Update: READMEGert-Jan Timmer2018-05-241-0/+1
| | | Add documentation to feature table for tag `trace`
* Update: READMEGert-Jan Timmer2018-05-241-11/+11
| | | Fix: New build tag(s) names
* Update: READMEGert-Jan Timmer2018-05-231-24/+51
| | | | | | Add: Feature Table Add: Links Add: TOC Fix: References for TOC
* README: Update list issues concurrent read/writesIvan Fraixedes2018-02-241-1/+1
| | | | | | | 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.
* Update README.mdMatthew Swain2017-11-301-1/+1
| | | Clarified the gcc requirement to avoid confusion.
* fix README.mdYasuhiro Matsumoto2017-08-271-1/+1
| | | | close #456
* Use "sqlite3" instead of "sqlite" in usage example.Jonathan Hall2017-05-291-5/+5
| | | | And a minor grammar improvement.
* add gorepocard badgeYasuhiro Matsumoto2017-03-051-1/+2
|
* Added available extensions to READMESergey Mudrik2017-03-021-0/+2
|
* Fix links to issuesAlexey Palazhchenko2017-02-071-5/+5
|
* add a FAQ entry about :memory: racesTycho Andersen2017-01-261-0/+9
| | | | | | | Closes #204 Closes #309 Signed-off-by: Tycho Andersen <tycho@tycho.ws>
* FAQ about concurrency. Close #350Yasuhiro Matsumoto2016-11-071-0/+4
|
* FTS4 is not available on TrustyZbigniew Mandziejewicz2016-04-231-0/+1
|
* Instructions for libsqlite3 on OS XZbigniew Mandziejewicz2016-04-181-0/+5
|
* Fix minor typos in commentsPhilip O Toole2016-02-231-2/+2
|
* Update README.mdTimothy Cyrus2016-01-281-2/+3
| | | Changed PNG Badges to SVG and Added GoDoc Badge
* Fix README project addressMarcelo Lima2015-11-061-1/+1
|
* Update README. Install go-sqlite3 to avoid builds with gccDavid Gamba2015-10-311-0/+4
|
* added icu extension supportPavel Zalunin2015-08-201-0/+4
|
* update README.mdYasuhiro Matsumoto2015-06-301-0/+4
|
* Rename sqlite3.{c,h} to sqlite3-binding.{c,h}Stéphane Graber2015-03-111-1/+3
| | | | | | | | | | | | | 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>
* Update README.mdmattn2015-03-051-0/+4
|
* Update README.mdmattn2014-11-141-0/+1
|
* Update README.mdmattn2014-11-141-0/+4
|
* Add note about license of amalgamation codemattn2014-08-181-0/+9
|
* Prefer mdmattn2014-07-161-0/+42