Results 91 comments of Iuliia Volkova

Hi @kimjj81, thanks for reporting the issue! can you provide some more details: in what DB allowed & in sql ddl? Can you just send link to the documentation. It...

@kimjj81 got it, thank you, I will work on it

@kimjj81 this issue was fixed in version 0.28.0. I tested on sample: ``` DEFINE TS=&1 CREATE TABLE table( `id` INT NOT NULL) TABLESPACE &TS; ``` it produces normal output. If...

@andy65535 Hi! This is because in stdout output is not JSON, but python dict (and because of that you see None, in JSON it must be null). If you want...

@andy65535 hi, I'm ready to kill myself for the my previous answer to you! first of all ))) you can get json output with python code )) (I really need...

Thanks for pushing about this issue, will try to find some time on it soon

@kukigai thanks for reporting the issue, I will take a look

@kukigai yeah, I don't have a time last days :/ because of work project, and not sure what will have a time till weekends

@atsukiwi hi! thanks for reporting the issue, I will work on fix for it

sorry that it is take so much time - fix was released in version 0.12.0 - https://pypi.org/project/omymodels/ tests was added - https://github.com/xnuinside/omymodels/blob/main/tests/functional/generator/test_sqlalchemy_core.py#L122 if will be any new issues - feel...