• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mattn / go-sqlite3 / 677

Builds Branch Commit Type Ran Committer Via Coverage
677 master add _mutex flag to specify SQLITE_OPEN_NOMUTEX or SQLITE_OPEN_FULLMUTEX Pull #540 16 Mar 2018 12:54PM UTC web-flow travis-ci pending completion   set done
676 open-mode add _mutex flag to specify SQLITE_OPEN_NOMUTEX or SQLITE_OPEN_FULLMUTEX push 16 Mar 2018 12:44PM UTC mattn travis-ci pending completion   set done
675 master add basic read/execute loop Pull #538 12 Mar 2018 08:54PM UTC web-flow travis-ci pending completion   set done
674 master Merge pull request #536 from ifraixedes/if-update-readme README: Update list issues concurrent read/writes push 07 Mar 2018 07:23AM UTC web-flow travis-ci pending completion   set done
673 master Add support for pre-update hooks Pull #537 06 Mar 2018 10:36PM UTC web-flow travis-ci pending completion   set done
41 sessions-support Add support for applying a change set push 27 Feb 2018 11:18AM UTC freeekanayaka travis-ci pending completion   set done
40 sessions-support Add initial SQLiteSession declaration and GOTAGS/CFLAGS plumbing push 27 Feb 2018 09:09AM UTC freeekanayaka travis-ci pending completion   set done
672 master 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 ... Pull #536 24 Feb 2018 07:58PM UTC web-flow travis-ci pending completion   set done
671 master Merge pull request #530 from navytux/y/no-go-if-notneeded Don't spawn interrupt goroutine if we know that context cannot be canceled push 18 Feb 2018 01:18PM UTC web-flow travis-ci pending completion   set done
670 master Merge pull request #534 from basvanbeek/master only enable pread/pwrite for linux. fixes #533 and fixes #532 push 17 Feb 2018 10:53PM UTC web-flow travis-ci pending completion   set done
669 master only enable pread/pwrite for linux. fixes #533 and fixes #532 Pull #534 17 Feb 2018 08:42PM UTC web-flow travis-ci pending completion   set done
668 master Don't spawn interrupt goroutine if we know that context cannot be canceled For a Go-only project the following code pattern go func() { select { case <-ctx.Done(): // call some cancel case <-done: // work finished ok } }() // ... Pull #530 17 Feb 2018 06:13PM UTC web-flow travis-ci pending completion   set done
667 master Merge pull request #531 from navytux/y/preadwrite Let SQLite use pread/pwrite push 17 Feb 2018 02:39PM UTC web-flow travis-ci pending completion   set done
666 master Let SQLite use pread/pwrite With current settings SQLite was using lseek/read syscalls to read data, e.g.: 20:43:17.640660 fcntl(3, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 20:43:17.640683 fcntl(3, F_SETLK, {l_type... Pull #531 16 Feb 2018 06:08PM UTC web-flow travis-ci pending completion   set done
665 master Don't spawn interrupt goroutine if we know that context cannot be canceled For a Go-only project the following code pattern go func() { select { case <-ctx.Done(): // call some cancel case <-done: // work finished ok } }() // ... Pull #530 16 Feb 2018 05:56PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • …
  • 66
  • 67
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc