You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,6 +101,7 @@ WHERE id = 'user_01h455vb4pex5vsknk084sn02q';
96
101
```
97
102
98
103
## (Optional) Operator overload
104
+
99
105
If you'd like to be able to do the following:
100
106
101
107
```sql
@@ -109,6 +115,7 @@ SELECT * FROM users u WHERE u.id = 'user_01h455vb4pex5vsknk084sn02q';
109
115
Then you can add in [the operator overload function for typeids](https://github.com/search?q=repo%3Ajetpack-io%2Ftypeid-sql%20compare_type_id_equality&type=code):
110
116
111
117
## Future work (contributions welcome)
112
-
- Include examples not just for Postgres, but for other databases like MySQL as well.
113
-
- Consider rewriting this library as a postgres extension. It would make it possible to
114
-
use the standard typeid string representation without the need of extra functions.
118
+
119
+
- Include examples not just for Postgres, but for other databases like MySQL as well.
120
+
- Consider rewriting this library as a postgres extension. It would make it possible to
121
+
use the standard typeid string representation without the need of extra functions.
0 commit comments