We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff38291 commit ff40929Copy full SHA for ff40929
drift_dev/lib/src/analysis/resolver/dart/table.dart
@@ -45,8 +45,6 @@ class DartTableResolver extends LocalElementResolver<DiscoveredDartTable> {
45
constraint.otherColumn.sqlType.builtin ||
46
column.column.typeConverter?.dartType !=
47
constraint.otherColumn.typeConverter?.dartType) {
48
- print(
49
- "The Manager API can only generate filters and orderings for relations where the types are exactly the same.");
50
reportError(DriftAnalysisError.forDartElement(column.element,
51
"This column references a column whose type doesn't match this one. The generated managers will ignore this relation",
52
level: DriftAnalysisErrorLevel.warning));
0 commit comments