Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fixed error when inserting a row in the database with a primary key o… #79

Merged
merged 3 commits into from
Sep 12, 2022

Commits on Sep 11, 2022

  1. Fixed error when inserting a row in the database with a primary key o…

    …f type long from a table generated by `database.createTable(Class.class)`
    Carlos Eduardo committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    42f08af View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. added validation if the field with @Id is of type long

    Carlos Eduardo committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e45d85c View commit details
    Browse the repository at this point in the history
  2. added validation if the field with @Id is of type Long

    Carlos Eduardo committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    edb0e9b View commit details
    Browse the repository at this point in the history