Open prabinshrestha opened 5 years ago
@jaumard Can you please implement alter statement for sqlite?
@prabinshrestha I would suggest limiting jaguar_query
version to `2.2.4``in pubspec.yaml until this has been fixed.
any news on this?
@bangonkali I will work on this.
Any News on a fix? sitting with same issue on 2.2.5 and continue happening in 2.2.4
Comment out Future<void> alter(Alter statement);
in adapter.dart file. this fixed the issue
Compiler message: file:///home/example/flutter/.pub-cache/hosted/pub.dartlang.org/jaguar_query_sqflite-2.2.5/lib/src/adapter.dart:12:7: Error: The non-abstract class 'SqfliteAdapter' is missing implementations for these members:
class SqfliteAdapter implements Adapter {
^^^^^^^^^^^^^^
file:///home/example/flutter/.pub-cache/hosted/pub.dartlang.org/jaguar_query-2.2.6/lib/src/adapter/adapter.dart:46:16: Context: 'Adapter.alter' is defined here.
Future alter(Alter statement);
pubspec dependency ..............
dependencies: flutter: sdk: flutter
cupertino_icons: ^0.1.2
json_annotation: ^2.0.0
jaguar_retrofit: ^2.8.6
build_config: ^0.3.1+4 json_serializable: ^2.0.0 chopper: ^2.0.0
build_daemon: ^0.4.0
sqflite: jaguar_orm: ^2.2.5 jaguar_query_sqflite: ^2.2.5
dev_dependencies: flutter_test: sdk: flutter
https://iirokrankka.com/2018/02/08/json-and-serialization/
build_runner: ^1.0.0
jaguar_retrofit_gen: ^2.8.6
chopper_generator: ^2.0.0 jaguar_orm_gen: ^2.2.25