Erez Shinan

Results 356 comments of Erez Shinan

Pushed a fix to the `schemas` branch. The code you gave should work now. Right now the support for dates needs improvement. I will try to straighten it out in...

Yes, I understand why this is happening. I will fix it soon. Sorry for the hick-ups, and thank you for your patience!

Okay, so I misunderstood your problem, sorry! I now realize you're running a script with `-m` or `-f`, in which case the tables aren't automatically available. (the reasoning is that...

You're right, it was a bad build. Sorry for that! I just released 0.2.7 which also includes various fixes. Give it a try.

I pushed a fix for this into the `schemas` branch.

Yes, the `join()` operation returns a struct for each table. Joining two tables creates two structs. From the docs (https://preql.readthedocs.io/en/latest/preql-modules.html#join): ``` Returns: A new table, where each column is a...

Yes, my bad, sorry! I pushed a fix to the `schemas` branch.

Hi, Preql doesn't officially support Oracle yet, and you'll encounter all kinds of errors if you try to use it. But thanks for letting me know! So basically, this should...

Can you please explain why "pip install" doesn't solve your problem? Thanks