AlexandreAndrade00

Results 3 issues of AlexandreAndrade00

This table: ```sql import 'package:persistence/src/database/type_converters/tsid_type_converter.dart'; CREATE TABLE dynamic_tables ( id INTEGER PRIMARY KEY MAPPED BY `const TsidTypeConverter()`, name TEXT(512) NOT NULL, permissions TEXT(512) NOT NULL, max_entries INTEGER NOT NULL, version...

bug
generator

**Describe the bug** The flutter_tester processes aren't terminated. **To Reproduce** Steps to reproduce the behavior: 1. Run multiple tests with breakpoints 2. Exit in the middle of the execution **Expected...

is bug
blocked on dart / flutter
in flutter
in testing

In the documentation it shows that the referenced columns should be available when using `withReferences()`, but in my case is not showing up. Tables: ```dart class DynamicRelations extends Table {...

needs-info
area-manager