Commit Graph

11 Commits

Author SHA1 Message Date
kougyokugentou 06e167a75f Implement GetSchoolByName for school editor
Bugfix .single() to .SingleOrDefault()
Move school stuff to a new region.
2020-05-19 21:42:44 -07:00
kougyokugentou 77b432e1c0 Add report queries. 2020-05-14 14:33:58 -07:00
kougyokugentou 705a3892c1 Update query regarding updating students. 2020-05-11 14:56:02 -07:00
kougyokugentou 93dd961a30 bugfix: GetStudentByDbID where dbid_in < 1 should return null. 2020-05-09 21:50:24 -07:00
kougyokugentou 3a1828d4a8 Bugfix: Updating student
Change UpdateParent to map parent object to to sqldb for an easier query.
2020-05-06 21:37:47 -07:00
kougyokugentou ac449d5224 Documentation and code cleanup/organization 2020-05-01 21:56:24 -07:00
kougyokugentou 9b34935a47 Documentation and code cleanup/organization 2020-04-30 22:41:08 -07:00
kougyokugentou 3d3e1bb0c3 Bugfix: Correctly return the new parent id that was inserted to the db. 2020-04-30 09:21:21 -07:00
kougyokugentou 3cb7d4c482 First go at delete functionality. 2020-04-29 21:47:02 -07:00
kougyokugentou 3c61b605a4 Update GetParentByID to return a singular parent. 2020-04-28 22:22:03 -07:00
kougyokugentou 8bb23ddbc6 initial commit 2020-04-26 20:25:28 -07:00