-
First of all, thanks for this awesome library, great work. Reduces boiler plate code required for strongly typed ids to near zero.
Unfortunately, i have come across a problem integrating it to an e…
-
-
Can we add a fluent API for defining tables? I'd like to avoid using attributes.
-
全く原因が分からなかったのでスタックトレースだけ貼ります
```
System.NullReferenceException
at (wrapper managed-to-native) UnityEngine.GameObject.get_activeSelf(UnityEngine.GameObject)
at jp.lilxyzw.lilycalinventory.Pro…
-
When using Prisma's Fluent API with a read replica, the returned object does not adhere to the expected structure.
Repro: [read-replicas-demo](https://github.com/snake575/read-replicas-demo)
Cur…
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
The below error is shown when running a …
-
# Bug report
When a method is documented as having a fluent interface with `@return $this` and uses `@param-this-out`, the out type is not taken into account for the return value.
### Code snipp…
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
Hi
I am trying to start a fluent sessi…
-
It would be nice to have a `.jq('')` operator in the matching fluent.
The jq-operator would filter/transform the stream of objects using jq.
jq: https://stedolan.github.io/jq/
Jq is written in plain …
t-moe updated
8 years ago
-
How about a `QueryBuilder` that could enable stuff like this?
``` php
$result = $this->database->query()
->design('users')
->view('user-by-username')
->key…