sql: Add NULL support to database wrappers - [merged] #17

Closed
opened 2020-03-23 01:44:54 +03:00 by icex2 · 1 comment
icex2 commented 2020-03-23 01:44:54 +03:00 (Migrated from github.com)

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.

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.
icex2 commented 2020-03-23 01:49:13 +03:00 (Migrated from github.com)

In GitLab by @tau on Mar 22, 2020, 23:49

merged

In GitLab by @tau on Mar 22, 2020, 23:49 merged
Sign in to join this conversation.