Anton Tsitou
Anton Tsitou
Hi, I meant to say that your suggestion was accepted :) It's pretty easy to change the compiler since all the tokens are isolated. I would appreciate any PR, if...
Hi, implementing non-PDO drivers is possible but challenging. You have to implement a few things: 1) https://github.com/spiral/database/blob/master/src/Driver/DriverInterface.php (it's only use PDO for type declarations) 2) Query Compiler with Oracle-specific dialects...
Sounds like we can't do it anymore...
@SerafimArts do you have any idea how to rerun it?
@roxblnfk we have to copy it to the cycle/database as well.
> Add possibility for generating subqueries in core Already exist in DBAL. > Sync column aliases from subquery or parent query Already exists in DBAL. Need to create new fetch...
Honestly, that's something for me personally. Take a look at Select/Loader functionality first.
Can you give examples of sql produced? I can help with pin-pointing the location.
Try `$select->from($insertQueryHere)`. How close is that to what you want, if it is we will make better syntax for it. Shouldn't be hard.
Good, so this is the baseline.