alpha
Login
or
Join now
sbaildon.com
/
ecto_sqlite3
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
An Ecto SQLite3 adapter.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ecto_sqlite3
/
integration_test
/
at
binary_encoding
7 files
Matthew Johnston
Don't run tests that are not supported
10mo ago
2fb2acec
all_test.exs
Add notes to integration test helper
2 years ago
constraints_test.exs
Fix various issues with ecto 3.12 (#147) * Make expr function private * Support column type integer * Bump locked dependencies * Fix issue ByExpr closes: #146 * Swap in `Enum.map_intersperse/3` * Tag constraint test to keep with upstream * SQLite doesn't suffer from this issue anymore * Simplify default_expr to no longer consider type * Fix integration test setup
2 years ago
hints_test.exs
SQLite Update to get it closer to Postgres with ecto. (#101)
3 years ago
json_test.exs
Comment out failing json extract test For some reason this does work with SQLite after v3.45.0. I have no real clue as to why. There was work done in the changelog that states they reworked all of the json functions to use an internal parse tree format. This needs more looking in to.
2 years ago
migrations_test.exs
Support DDL transactions (#123)
2 years ago
test_helper.exs
Don't run tests that are not supported
10 months ago
values_test.exs
Implement values (#174)
10 months ago