Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlite 04 #92

Closed
wants to merge 2 commits into from
Closed

Sqlite 04 #92

wants to merge 2 commits into from

Conversation

fire
Copy link
Member

@fire fire commented Apr 10, 2024

No description provided.

@fire fire force-pushed the sqlite-04 branch 6 times, most recently from c708276 to 36d7271 Compare April 10, 2024 17:02
@fire

This comment was marked as outdated.

@fire fire closed this Apr 11, 2024
@fire fire deleted the sqlite-04 branch April 11, 2024 05:58
@fire fire restored the sqlite-04 branch April 17, 2024 01:33
@fire fire reopened this Apr 17, 2024
Make migrations compatible with sqlite.

Update the migrations for sqlite.

Update javascript dependencies.

Fix error with null permissions due to lack of loading the user id.

Update dependencies versions in mix.exs and mix.lock

Update test configurations and database settings for different DB types.

Allow for sqlite ecto with rust / mvsqlite.

Update config file to import Config module instead of using Mix.Config.

Update README with test environment setup instructions

Add gitignore entries, update package-lock.json, and README.md

Update README with local dev setup instructions

SQLite doesn't support the ILIKE operator

However, you can achieve the same result using the LIKE operator in SQLite because it's case-insensitive by default.

Update grammar.

Update PostgreSQL references in workflow for testing

Refactor workflow to include repository checkout and cargo build

Update workflows to run specific tests for postgres and sqlite databases. Add exqlite as an extra application dependency.

Update test result parsing and check logic

Remove foundationdb installation, update Rust setup, and adjust Elixir dependencies.

Update dependency version for scrivener_ecto.

Adjust test configurations and upload results for SQLite and PostgreSQL. Start and wait for CockroachDB before running tests.
@fire fire closed this Apr 29, 2024
@fire fire deleted the sqlite-04 branch April 29, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant