maxtepkeev / architect

A set of tools which enhances ORMs written in Python with more features
Other
391 stars 57 forks source link

Partitioning by field "end" causes ProgrammingError when trying to insert new row #35

Closed ra2er closed 7 years ago

ra2er commented 7 years ago

ProgrammingError: record "new" has no field "end" LINE 1: SELECT NEW.end IS NULL ^ QUERY: SELECT NEW.end IS NULL CONTEXT: PL/pgSQL function test_table_insert_child() line 8 at IF

maxtepkeev commented 7 years ago

Fixed by #36

ra2er commented 7 years ago

Can you update on pypi? Thanks for quick update.

maxtepkeev commented 7 years ago

For sure I will, just need to check for a few more things + travis-ci limited their job matrix to 200 jobs only, so I have to simplify travis-ci.yml to make tests work again, it will take some time, so can't promise you a release today, but for sure tomorrow. Will post here when I'm done.

maxtepkeev commented 7 years ago

@ra2er v0.5.6 with the fix is on PyPI. Apologies for the delay.