Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.
This repository was archived by the owner on May 7, 2023. It is now read-only.

Update pair string problem. #16

@ilshookim

Description

@ilshookim

Hello,

sqlcool-4.1.0 has some SQL update problem.
insert query is not correct.

so you need to change the code:
https://github.com/synw/sqlcool/blob/master/lib/src/database.dart
458 line:
pairs = "$pairs, ";
===>
pairs = ", ";

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions