Skip to content
New issue

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

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

Already on GitHub? # to your account

missing implementations for these member Adapter.alter #171

Open
u007 opened this issue Nov 21, 2019 · 0 comments
Open

missing implementations for these member Adapter.alter #171

u007 opened this issue Nov 21, 2019 · 0 comments

Comments

@u007
Copy link

u007 commented Nov 21, 2019

got this error:

my pubspec:

dependencies:
  # ...
  dotenv: ^2.0.0
  mysql1: ^0.17.0+1
  jaguar_query_sqljocky: ^2.2.4
  jaguar_orm: ^2.2.7
  
dev_dependencies:
  build_runner: ^1.5.0
  jaguar_orm_gen: ^2.2.29

jaguar_query_sqljocky-2.2.4/lib/src/adapter.dart:12:7: Error: The non-abstract class 'MysqlAdapter' is missing implementations for these members:
 - Adapter.alter
Try to either
 - provide an implementation,
 - inherit an implementation from a superclass or mixin,
 - mark the class as abstract, or
 - provide a 'noSuchMethod' implementation.

class MysqlAdapter implements Adapter<sj.MySqlConnection> {

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant