brick_supabase 1.1.1
brick_supabase: ^1.1.1 copied to clipboard
Supabase connector for Brick, a data persistence library. Includes annotations, adapter, model, and provider.
Unreleased #
1.1.1 #
- Fix a query builder infinite recursion bug where a parent has a child that has a parent association
- Use declared Supabase
columnNamewhen requesting an association from Supabase - Do not declare a
:tableNameon a Supabase query if no table name is available on the adapter. This should never happen since the code is generated
1.1.0 #
- Reorganized
testing.darttosrc/testing - Added support for stream mocking to
SupabaseMockServer
1.0.5 #
- Add
onConflicttoSupabaseProvider#upsertrequests (#467) @sonbs21
1.0.4 #
- Expose private methods
SupabaseProvider#upsertByTypeandSupabaseProvider#recursiveAssociationUpsertas protected methods
1.0.3 #
- Remove
selectfrom#delete
1.0.2 #
- Only specify key lookup in query transformer if
RuntimeSupabaseColumnDefinition#foreignKeyis specified
1.0.1 #
- Add
@Supabase(foreignKey:)to specify association querying - Add
RuntimeSupabaseColumnDefinition#foreignKeyto track@Supabase(foreignKey:)values
1.0.0 #
- Stable release
0.1.1 #
- Resolve
QuerySupabaseTransformerbugs - Fix table name collision in offline adapter (#416)
0.1.0 #
- Alpha release
0.0.1 #
- Initial