-
Updated
Jul 8, 2022 - TypeScript
data-mapper
Here are 67 public repositories matching this topic...
-
Updated
Mar 3, 2019
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jan 21, 2021 - Kotlin
-
Updated
Apr 14, 2020 - PHP
-
Updated
Jul 17, 2020 - PHP
-
Updated
May 24, 2022 - Go
-
Updated
Feb 28, 2022 - PHP
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Jun 13, 2022 - Python
-
Updated
Dec 6, 2017 - PHP
-
Updated
Jul 3, 2022 - C#
-
Updated
Jan 27, 2021 - Kotlin
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Apr 27, 2022 - Python
-
Updated
Jun 20, 2022 - Kotlin
-
Updated
Dec 14, 2020 - PHP
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
May 28, 2022 - PHP
-
Updated
Jul 2, 2022 - TypeScript
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Dec 10, 2019 - PHP
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
May 19, 2017 - PHP
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Feb 26, 2021
Improve this page
Add a description, image, and links to the data-mapper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-mapper topic, visit your repo's landing page and select "manage topics."
I have a sortKey that is a number enum:
When querying this particular GSI which uses the officeStatus value as a sortkey, typedorm returns no items when setting the value equal to 0. When setting to 1, I get the users with officeStatus = 1.
As a test, I changed the above enum to have values 1 and 2 and changed my test dat