sqlite_ecto
sqlite_ecto copied to clipboard
Full Outer Join
There is no syntax provision for implementing full outer joins in SQLite, but the link below discusses a way of implementing the same functionality using unions:
http://sqlite.awardspace.info/syntax/sqlitepg06.htm
See if this is possible in Sqlite.Ecto.