c9s
c9s
I would prefer adding a `ChainedMethodCall` for this: ``` php $chain = new ChainedMethodCall($object, [....]); $chain->otherMethod($arg1, $arg2, $arg3); $chain->anotherMethod($arg1, $arg2, $arg3); ``` Use `__call` to catch the method calls, and...
I think this can be done by adding a BinaryExpr: ``` php $expr = new BinaryExpr('AND', $expr, $expr2); ```
Why do we need `FOETWEHNAQNO09XI5OL0`?
Please replace `FOETWEHNAQNO09XI5OL0` with `NULL`, I think Null would work
I think this shall be fine. Maybe just `ReturnStatement`
I think this can be done by an `UnaryExpr`: ``` php $expr = new UnaryExpr('!', $expr); ```
Looks good, but `protected $op` is not used.
@stephenafamo please take a look,, thanks!
> What is the use case for this? for database sharding, for large datasets we need to move these data in different tables with the same schema
this is the related ticket (discussion) https://github.com/volatiletech/sqlboiler/discussions/1378