In preparation for Ongeki support, this MR adds the ability to use NULL columns from the database. A player that started on Ongeki 1 and uses their profile on Ongeki Plus will have a null intimateCountDate for UserCharacter objects that were created in Ongeki 1.
Note: @tau wrote the main src/sql/* code and I fixed up all the resulting compile errors so I felt that setting Tau as the author of the commit was appropriate.
In GitLab by @Felix on Mar 22, 2020, 23:44
_Merges sql-nullable -> master_
In preparation for Ongeki support, this MR adds the ability to use `NULL` columns from the database. A player that started on Ongeki 1 and uses their profile on Ongeki Plus will have a null `intimateCountDate` for `UserCharacter` objects that were created in Ongeki 1.
Note: @tau wrote the main `src/sql/*` code and I fixed up all the resulting compile errors so I felt that setting Tau as the author of the commit was appropriate.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In GitLab by @Felix on Mar 22, 2020, 23:44
Merges sql-nullable -> master
In preparation for Ongeki support, this MR adds the ability to use
NULLcolumns from the database. A player that started on Ongeki 1 and uses their profile on Ongeki Plus will have a nullintimateCountDateforUserCharacterobjects that were created in Ongeki 1.Note: @tau wrote the main
src/sql/*code and I fixed up all the resulting compile errors so I felt that setting Tau as the author of the commit was appropriate.In GitLab by @tau on Mar 22, 2020, 23:49
merged