elixir-sqlite / sqlite_ecto2

Sqlite3 adapter for Ecto 2.2.x
https://hex.pm/packages/sqlite_ecto2
MIT License
120 stars 33 forks source link

Support for UPSERT ... UPDATE #226

Closed venkatd closed 5 years ago

venkatd commented 6 years ago

This is just a proof of concept. I adopted the logic from the Postgres adapter. Tests have not been updated but it appears to work with a local import script I am using that makes use of UPSERT.

225

ConnorRigby commented 6 years ago

I will see what i can do about getting a esqlite release published, then merge this. :+1: Thanks @venkatd

venkatd commented 6 years ago

Great! I'm in no rush as I can use our fork in the meantime.

ConnorRigby commented 5 years ago

@venkatd would you mind rebaseing this? i just got esqlite updated and published. I'd be happy to merge afterward.

venkatd commented 5 years ago

@ConnorRigby sorry for going MIA. This month has been crazy. I'll be on vacation until mid-Jan. Once I return, I'll get this sorted out!

ConnorRigby commented 5 years ago

@venkatd no rush. Update at your leisure.

ConnorRigby commented 5 years ago

Closed by #233