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

scouten / sqlite_ecto2 / 156 / 8
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 21 Feb 2017 12:27AM UTC
Files 8
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Feb 2017 12:20AM UTC coverage: 86.441% (+2.6%) from 83.814%
156.8

push

travis-ci

web-flow
Advance to "Use DBConnection" commit. (#29)

* Advance to "Use DBConnection" commit.

* WIP to update Connection to new APIs.

* OK, now that we have db_connection layer available (#31), we can bring Ecto connection layer closer to parity.

* Remove reference to Ecto.Pools.Poolboy; replaced by DbConnection.Poolboy.

* Add support for handle_begin and friends.

* Apparently Ecto likes num_rows to be 1 for statements that don't return any actual rows. We can do that, I guess.

* Fix borked implementation of handle_transaction.

* Temporarily commenting out some of the direct tests of Sqlite.Ecto.Connection module.

Will need to figure out how to reconstruct those.

* Upgrade to Sqlitex 1.2.0.

Thanks @mmmries for merging the PRs and making a new release!

* Let's try using Sqlitex.Server instead of direct in-process Sqlitex reference.

Good news: Seems to address some stability issues I've had lately.

Bad news: We lose the ability to prepare statements. (I smell a Sqlitex PR coming.)

* SQLite adapter auto-prepares statements, so --by design-- we don't get exception when trying to run without prepare.

* Fix handling of wrong-number-of-arguments error.

* Use experimental version of sqlitex that adds RETURNING clause support.

* Disable one more query/4 test. Not sure if this function is coming back.

* Need to explicitly start :db_connection app.

* Remove RETURNING clause support from Sqlite.Ecto.Connection.

I've added that to Sqlitex, though haven't yet submitted a PR for it.

* Remove support for savepoint. Also moved down to sqlitex.

* Fix decoding of most value types.

Down to 31 test failures.

* Restore support for CAST pseudo-syntax.

Down to 13 test failures.

* Fix encoding of structs (needs to be translated to JSON).

* When doing an INSERT, UPDATE, or DELETE, get the number of rows changed.

* Sqlitex.open is very unlikely to fail (and it's almost impossible to make it fail programm... (continued)

306 of 354 relevant lines covered (86.44%)

323.29 hits per line

Source Files on job 156.8
  • Tree
  • List 0
  • Changed 8
  • Source Changed 4
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 156
  • Travis Job 156.8
  • 8c78dd22 on github
  • Prev Job for on master (#145.8)
  • Next Job for on master (#159.7)
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

© 2026 Coveralls, Inc