- Add fixture: JDBCRepositoryFixture implements JDBCRepository
- Add test case with mock
shard
Here are 111 public repositories matching this topic...
Our parser outputs all aggregations functions using the general sqlparser.FuncExpr. This is a little clunky and requires us to do additional checks before we are sure that the aggregation we have is valid and what it is aggregating.
I suggest we instead introduce one struct type per aggregation, and have them all implement some interface. This would help clean up the code.
Example:
-
Updated
Aug 8, 2022 - Java
-
Updated
Jul 14, 2022 - Go
-
Updated
Jul 19, 2022 - Java
-
Updated
Mar 27, 2019 - Shell
-
Updated
Aug 8, 2022 - TypeScript
-
Updated
Jan 18, 2022 - Crystal
-
Updated
Feb 14, 2022 - C++
-
Updated
Aug 12, 2021 - Java
-
Updated
Feb 25, 2021 - Shell
-
Updated
Jun 15, 2018 - Java
When an OAuth 2.0 client makes a request to the resource server, the resource server needs some way to verify the access token. The OAuth 2.0 core spec doesn’t define a specific method of how the resource server should verify access tokens, just mentions that it requires coordination between the resource and authorization servers. In some cases, especially with small services, both endpoints are p
-
Updated
Aug 6, 2022 - Java
-
Updated
Apr 25, 2020 - Crystal
-
Updated
Aug 23, 2020 - C++
Improve this page
Add a description, image, and links to the shard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shard topic, visit your repo's landing page and select "manage topics."