mirror of https://github.com/AMT-Cheif/drift.git
Revert ViewInfo generic bound
This commit is contained in:
parent
d22bbcbadf
commit
fb08707872
|
@ -9,7 +9,7 @@ part of '../query_builder.dart';
|
|||
///
|
||||
/// [sqlite-docs]: https://www.sqlite.org/lang_createview.html
|
||||
/// [sql-tut]: https://www.sqlitetutorial.net/sqlite-create-view/
|
||||
abstract class ViewInfo<Self extends View, Row>
|
||||
abstract class ViewInfo<Self extends HasResultSet, Row>
|
||||
implements ResultSetImplementation<Self, Row> {
|
||||
@override
|
||||
String get entityName;
|
||||
|
|
Loading…
Reference in New Issue